GNOME Bugzilla – Bug 763935
Support iTerm-style cursor changing escapes
Last modified: 2021-06-10 15:12:12 UTC
iTerm2 has escape sequences like OSC 50;CursorShape=2 \a OSC 50;BlinkingCursorEnabled=1 \a The advantage of this, over what we have currently, is that the two properties can be changed independently of each other. For apps like neovim it might be a reasonable request to change the cursor's shape, yet leave blinking at the user's globally preferred value. Obviously I don't intend to replace the current CSI number space q, but to support both.
As I pointed out in bug 734823 comment 1, iterm has poorly chosen those escape sequences, since they conflict with xterm (OSC 50 is 'set font').
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/2296.