[konsole] [Bug 347323] Add support for changing cursor shape with extended DECSCUSR escape sequences
Scott Newton
bugzilla_noreply at kde.org
Thu Jul 13 05:58:56 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=347323
Scott Newton <scottn at quantumchaos451.co.nz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scottn at quantumchaos451.co.n
| |z
--- Comment #2 from Scott Newton <scottn at quantumchaos451.co.nz> ---
Related to this:
(tried sending this to the konsole-devel list but haven't seen it appear yet)
Don't know if any of you use neovim in konsole but it broke the other day. The
fix apparently involves working around konsole not reporting if it supports
DECSCUSR or not.
https://github.com/neovim/neovim/pull/6997/files
https://github.com/neovim/neovim/issues/7002
+
+ // Some terminals can not currently be trusted to report if they support
+ // DECSCUSR or not. So we need to have a blacklist for when we should not
+ // trust the reported features.
+ if( (vte_version != 0 && vte_version < 3900) || konsole ) {
+ data->unibi_ext.reset_cursor_style = -1;
+ data->unibi_ext.set_cursor_style = -1;
+ }
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list