mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
terminal: tickle statusline on entering #8323
This commit is contained in:
@@ -403,6 +403,7 @@ void terminal_enter(void)
|
||||
// erase the unfocused cursor
|
||||
invalidate_terminal(s->term, s->term->cursor.row, s->term->cursor.row + 1);
|
||||
showmode();
|
||||
curwin->w_redr_status = true; // For mode() in statusline. #8323
|
||||
ui_busy_start();
|
||||
redraw(false);
|
||||
|
||||
|
Reference in New Issue
Block a user