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

Scott Newton <sco...@quantumchaos451.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sco...@quantumchaos451.co.n
                   |                            |z

--- Comment #2 from Scott Newton <sco...@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 watching all bug changes.

Reply via email to