mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
tui: restore got_winch in sigwinch_cb #3171
Fixes minor regression from #3145.
This commit is contained in:

committed by
Justin M. Keyes

parent
a94a68145b
commit
d8f1acbf9d
@@ -207,6 +207,7 @@ static void tui_stop(UI *ui)
|
|||||||
|
|
||||||
static void sigwinch_cb(SignalWatcher *watcher, int signum, void *data)
|
static void sigwinch_cb(SignalWatcher *watcher, int signum, void *data)
|
||||||
{
|
{
|
||||||
|
got_winch = true;
|
||||||
UI *ui = data;
|
UI *ui = data;
|
||||||
update_size(ui);
|
update_size(ui);
|
||||||
ui_refresh();
|
ui_refresh();
|
||||||
|
Reference in New Issue
Block a user