mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
tui: fix pvs/v728
This commit is contained in:
@@ -1817,9 +1817,8 @@ static void patch_terminfo_bugs(TUIData *data, const char *term,
|
||||
|| tmux // per tmux manual page
|
||||
// https://lists.gnu.org/archive/html/screen-devel/2013-03/msg00000.html
|
||||
|| (true_screen
|
||||
&& (!screen_host_linuxvt
|
||||
|| (screen_host_linuxvt
|
||||
&& (xterm_version || (vte_version > 0) || colorterm))))
|
||||
&& (screen_host_linuxvt
|
||||
&& (xterm_version || (vte_version > 0) || colorterm)))
|
||||
// Since GNU Screen does not support DECSCUSR, DECSCUSR is wrapped
|
||||
// in DCS and output to the host terminal.
|
||||
|| st // #7641
|
||||
|
Reference in New Issue
Block a user