https://bugs.kde.org/show_bug.cgi?id=231405
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kon |konsole/commit/324d78c07fc4 |sole/324d78c07fc4fe2cdb2219 |fe2cdb2219a9e042a969df73d39 |a9e042a969df73d39c |c | --- Comment #10 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 324d78c07fc4fe2cdb2219a9e042a969df73d39c by Kurt Hindenburg, on behalf of Mariusz Glebocki. Committed on 02/11/2019 at 16:01. Pushed by scmsync into branch 'master'. Fix OSC sequence parsing printf '\033]2;aaa\033bbb' prints bbb printf '\033]2;aaa\033\\bbb' prints bbb printf '\033]2;aaa\033' prints nothing; title is changed when next character is received. printf '\033]2;aaa\033\\' prints nothing printf '\033]2;aaa\007bbb' prints bbb printf '\033]2;aaa\007\\bbb' prints \bbb printf '\033]2;a\ra\na\033bbb' prints bbb printf '\033]2;a\ra\na\033\\bbb' prints bbb printf '\033]2;a\ra\na\007bbb' prints bbb In each case the title is set to aaa FIXED-IN: 19.12.0 M +39 -25 src/Vt102Emulation.cpp M +1 -1 src/Vt102Emulation.h https://commits.kde.org/konsole/324d78c07fc4fe2cdb2219a9e042a969df73d39c -- You are receiving this mail because: You are watching all bug changes.