https://bugs.kde.org/show_bug.cgi?id=347323
Egmont Koblinger <egm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egm...@gmail.com --- Comment #1 from Egmont Koblinger <egm...@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 watching all bug changes.