Skip to content

Two fixes for 22.04

Matan Ziv-Av requested to merge matan/konsole:fixes into release/22.04
  • 2f5ce7ed fixes a bug in OSC 1337 state machine: we start the machine on the first character, so process the character immediately after starting the machine. This patch also removes code that does not belong here and was included in d4e1f4ac by mistake.
  • 7b919ec0 corrects handling of XTSMGRAPHICS (CSI ? S). This sequence is necessary for some programs that use sixel. This requires change in handling of CSI ? sequences (token_csi_pr), since XTSMGRAPHICS handle all three arguments together, while the other sequences handle each argument independently.

Merge request reports