[konsole] [Bug 231405] Setting terminal title - ANSI string terminator not supported
Kurt Hindenburg
bugzilla_noreply at kde.org
Sat Nov 2 16:10:33 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=231405
Kurt Hindenburg <kurt.hindenburg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version Fixed In| |19.12.0
Latest Commit|https://commits.kde.org/kon |https://invent.kde.org/kde/
|sole/355ca4063ced46ea990e68 |konsole/commit/324d78c07fc4
|e5abdda62826386f2c |fe2cdb2219a9e042a969df73d39
| |c
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 324d78c07fc4fe2cdb2219a9e042a969df73d39c by Kurt Hindenburg, on
behalf of Mariusz Glebocki.
Committed on 02/11/2019 at 16:01.
Pushed by hindenburg 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://invent.kde.org/kde/konsole/commit/324d78c07fc4fe2cdb2219a9e042a969df73d39c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list