Fix resize handling in ncurses UI
This commit is contained in:
parent
8d6e8bc06f
commit
7c10660f9a
|
@ -393,6 +393,8 @@ void NCursesUI::check_resize()
|
||||||
resizeterm(ws.ws_row, ws.ws_col);
|
resizeterm(ws.ws_row, ws.ws_col);
|
||||||
update_dimensions();
|
update_dimensions();
|
||||||
}
|
}
|
||||||
|
ungetch(KEY_RESIZE);
|
||||||
|
m_dirty = true;
|
||||||
resize_pending = false;
|
resize_pending = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user