https://bugs.kde.org/show_bug.cgi?id=231405
Grey Em <k...@quietmisdreavus.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@quietmisdreavus.net --- Comment #3 from Grey Em <k...@quietmisdreavus.net> --- Bug was not totally fixed with this patch, and introduced a different bug. The patch (which is now released) compares the character against decimal 33, which is actually !, not ESC. This creates a bug where if a ! appears in the terminal title, it's treated as the end of the title, and the rest of the title (including the ESC or BEL) is printed normally. Comparing against octal 033 or decimal 27 will properly detect ESC. -- You are receiving this mail because: You are watching all bug changes.