mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tui: restore got_winch in sigwinch_cb #3171
Fixes minor regression from #3145.
This commit is contained in:
parent
a94a68145b
commit
d8f1acbf9d
@ -207,6 +207,7 @@ static void tui_stop(UI *ui)
|
||||
|
||||
static void sigwinch_cb(SignalWatcher *watcher, int signum, void *data)
|
||||
{
|
||||
got_winch = true;
|
||||
UI *ui = data;
|
||||
update_size(ui);
|
||||
ui_refresh();
|
||||
|
Loading…
Reference in New Issue
Block a user