https://bugs.kde.org/show_bug.cgi?id=231405
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kon | |sole/5601e995bd8715ea9e186e | |447a947cd48736bfee Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 5601e995bd8715ea9e186e447a947cd48736bfee by Kurt Hindenburg. Committed on 28/01/2017 at 15:22. Pushed by hindenburg into branch 'master'. Allow ANSI string terminator to work Treat "\e]0;<title>\e\\" (set window title) the same way it interprets "\e]0;<title>\007". It seems that Konsole does not recognize the standard string terminator sequence "\e\\" (ESC \). Everything works fine if I use "\007" (BEL). <http://invisible-island.net/xterm/xterm.faq.html#how2_title> Thanks to Aniketh Girish anikethgireesh gmail com and Martin Sandsmark martin sandsmark kde org for patch/review REVIEW:129895 M +1 -1 src/Vt102Emulation.cpp https://commits.kde.org/konsole/5601e995bd8715ea9e186e447a947cd48736bfee -- You are receiving this mail because: You are watching all bug changes.