Resize panels properly
Rewrite the panel resize code and remove the code that reinitializes the caption and the selected item when the window is resized. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -589,7 +589,7 @@ int main(int argc, char **argv)
|
||||
io_load_keys(conf.pager);
|
||||
io_load_todo();
|
||||
io_load_app();
|
||||
wins_reinit();
|
||||
wins_resize();
|
||||
/*
|
||||
* Refresh the hidden key handler window here to prevent wgetch() from
|
||||
* implicitly calling wrefresh() later (causing ncurses race conditions).
|
||||
|
||||
Reference in New Issue
Block a user