[konsole] [Bug 347323] Add support for changing cursor shape with extended DECSCUSR escape sequences

Egmont Koblinger bugzilla_noreply at kde.org
Wed Jul 12 19:36:30 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=347323

Egmont Koblinger <egmont at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egmont at gmail.com

--- Comment #1 from Egmont Koblinger <egmont at gmail.com> ---
Yup gnome-terminal also supports these sequences.

Note that while more "standard" than the iTerm2 ones, these sequences kinda
suck because most of the time an app wants to touch only the shape or only the
blinking property, not both, which cannot be done with these sequences. It's a
better design to have separate sequences for the two. Also, for each, there
should be a way to revert to the terminal emulator's default as specified in
its config.

The '\e[1 q' .. '\e[6 q' sequences are implemented in xterm and vte
(gnome-terminal etc.) identically.

In xterm, the number 0 or omitting the number is the same as number 1.

In vte we intentionally differ, the number 0 or omitting the number means to
revert to the default (the shape is taken from profile prefs, blinking is from
GNOME-wide setting).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list