mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 05:17:43 +00:00
tui: Treat cygwin as an immediate-wrap terminal.
Alongside interix.
This commit is contained in:
@@ -206,7 +206,8 @@ static void terminfo_start(UI *ui)
|
||||
terminfo_is_term_family(term, "iterm")
|
||||
|| (terminfo_is_term_family(term, "xterm") && iterm_env);
|
||||
data->immediate_wrap_after_last_column =
|
||||
terminfo_is_term_family(term, "interix");
|
||||
terminfo_is_term_family(term, "cygwin")
|
||||
|| terminfo_is_term_family(term, "interix");
|
||||
// Set 't_Co' from the result of unibilium & fix_terminfo.
|
||||
t_colors = unibi_get_num(data->ut, unibi_max_colors);
|
||||
// Enter alternate screen and clear
|
||||
|
||||
Reference in New Issue
Block a user