mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Merge pull request #9435 from jamessan/tui-konsole
TUI: Konsole DECSCUSR fixup (#9423)
This commit is contained in:
@@ -1675,8 +1675,7 @@ static void patch_terminfo_bugs(TUIData *data, const char *term,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Blacklist of terminals that cannot be trusted to report DECSCUSR support.
|
// Blacklist of terminals that cannot be trusted to report DECSCUSR support.
|
||||||
if (!(st || (vte_version != 0 && vte_version < 3900)
|
if (!(st || (vte_version != 0 && vte_version < 3900) || konsolev)) {
|
||||||
|| (konsolev > 0 && konsolev < 180770))) {
|
|
||||||
data->unibi_ext.reset_cursor_style = unibi_find_ext_str(ut, "Se");
|
data->unibi_ext.reset_cursor_style = unibi_find_ext_str(ut, "Se");
|
||||||
data->unibi_ext.set_cursor_style = unibi_find_ext_str(ut, "Ss");
|
data->unibi_ext.set_cursor_style = unibi_find_ext_str(ut, "Ss");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user