https://bugs.kde.org/show_bug.cgi?id=452476
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/konsole/commit/9ae57f | |4e1de920d1a30b8f64448fd6c18 | |6a36730 Status|CONFIRMED |RESOLVED --- Comment #5 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 9ae57f4e1de920d1a30b8f64448fd6c186a36730 by Kurt Hindenburg, on behalf of Matan Ziv-Av. Committed on 19/04/2022 at 16:28. Pushed by hindenburg into branch 'release/22.04'. Fix cursor position after drawing Sixel graphics 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. M +19 -21 src/Screen.cpp M +14 -14 src/Screen.h M +1 -6 src/Vt102Emulation.cpp https://invent.kde.org/utilities/konsole/commit/9ae57f4e1de920d1a30b8f64448fd6c186a36730 -- You are receiving this mail because: You are watching all bug changes.