mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
tui: flush -V3 ('verbose' >= 3) info ASAP
This commit is contained in:
@@ -1073,9 +1073,12 @@ static void show_termcap_event(void **argv)
|
||||
if (!ut) {
|
||||
abort();
|
||||
}
|
||||
verbose_enter();
|
||||
// XXX: (future) if unibi_term is modified (e.g. after a terminal
|
||||
// query-response) this is a race condition.
|
||||
terminfo_info_msg(ut);
|
||||
verbose_leave();
|
||||
verbose_stop(); // flush now
|
||||
}
|
||||
|
||||
#ifdef UNIX
|
||||
|
Reference in New Issue
Block a user