mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
fix(events): check for WinResized/WinScrolled in terminal mode (#27226)
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
#include "nvim/types_defs.h"
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/vim_defs.h"
|
||||
#include "nvim/window.h"
|
||||
|
||||
typedef struct {
|
||||
VimState state;
|
||||
@@ -615,6 +616,8 @@ static int terminal_check(VimState *state)
|
||||
curbuf->b_locked--;
|
||||
}
|
||||
|
||||
may_trigger_win_scrolled_resized();
|
||||
|
||||
if (need_maketitle) { // Update title in terminal-mode. #7248
|
||||
maketitle();
|
||||
}
|
||||
|
Reference in New Issue
Block a user