Skip to content

Fix cursor position after drawing Sixel graphics

Matan Ziv-Av requested to merge matan/konsole:fix-sixel-cursor into release/22.04

Moving all cursor and scroll handling to addPlacement. This requires the moveCursor parameter to have three possible values, since Sixel cursor movement is not the same as Kitty/iterm2. This also unnecessitates addPlacement return value.

This MR fixes https://bugs.kde.org/show_bug.cgi?id=452476 .

Merge request reports