Skip to content

Fix graphics scrolling problems in sixel and iterm2 graphics protocol

Matan Ziv-Av requested to merge matan/konsole:graphics-scroll-fix into release/22.04

1341088b added two optional parameters to addPlacement call, but in the iterm2 protocol did not modify the call to this function accordingly.

e0b4b96a corrected the behaviour of sixel protocol when sixel scrolling is disabled, but changed behaviour also when scrolling is enabled.

Merge request reports