mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
tui: Change screen status line back to hardstatus.
Reverse the change in c11c60325a2baba94abe6bdfa1c11afe28c16661.
This commit is contained in:
@@ -2600,7 +2600,7 @@ static void patch_terminfo_bugs(TUIData *data, const char *term,
|
|||||||
unibi_set_if_empty(ut, unibi_set_tb_margin, "\x1b[%i%p1%d;%p2%dr");
|
unibi_set_if_empty(ut, unibi_set_tb_margin, "\x1b[%i%p1%d;%p2%dr");
|
||||||
} else if (screen) {
|
} else if (screen) {
|
||||||
// per the screen manual; 2017-04 terminfo.src lacks these.
|
// per the screen manual; 2017-04 terminfo.src lacks these.
|
||||||
unibi_set_if_empty(ut, unibi_to_status_line, "\x1bk");
|
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
|
||||||
unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
|
unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
|
||||||
} else if (TERMINAL_FAMILY(term, "tmux")) {
|
} else if (TERMINAL_FAMILY(term, "tmux")) {
|
||||||
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
|
unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
|
||||||
|
Reference in New Issue
Block a user