[Konsole-devel] [konsole] [Bug 347323] New: Add support for changing cursor shape with extended DECSCUSR escape sequences
Shmerl
shtetldik at gmail.com
Wed May 6 16:08:35 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=347323
Bug ID: 347323
Summary: Add support for changing cursor shape with extended
DECSCUSR escape sequences
Product: konsole
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
Assignee: konsole-devel at kde.org
Reporter: shtetldik at gmail.com
Current cursor shape changing (as implemented in bug #103399) uses non standard
sequences, which parallel iTerm.
However various terminals now allow changing the cursor shape with extended
DECSCUSR sequences. These sequences work in xterm (and should work also in
gnome-terminal according to https://bugzilla.gnome.org/show_bug.cgi?id=720821):
# blinking block
printf '\e[1 q'
# steady block
printf '\e[2 q'
# blinking underscore
printf '\e[3 q'
# steady underscore
printf '\e[4 q'
# blinking bar
printf '\e[5 q'
# steady bar
printf '\e[6 q'
It would be good for Konsole to support them as well.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list