mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00

committed by
Justin M. Keyes

parent
2788f7fcc8
commit
8cfcf01475
@@ -776,7 +776,7 @@ static void fix_terminfo(TUIData *data)
|
||||
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b]2");
|
||||
} else if (STARTS_WITH(term, "xterm")) {
|
||||
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b]0;");
|
||||
} else if (STARTS_WITH(term, "screen")) {
|
||||
} else if (STARTS_WITH(term, "screen") || STARTS_WITH(term, "tmux")) {
|
||||
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
|
||||
unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
|
||||
}
|
||||
|
Reference in New Issue
Block a user