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:
@@ -1101,8 +1101,8 @@ void wins_scrollwin_display(struct scrollwin *);
|
||||
void wins_scrollwin_up(struct scrollwin *, int);
|
||||
void wins_scrollwin_down(struct scrollwin *, int);
|
||||
void wins_scrollwin_ensure_visible(struct scrollwin *, unsigned);
|
||||
void wins_reinit(void);
|
||||
void wins_reinit_panels(void);
|
||||
void wins_resize(void);
|
||||
void wins_resize_panels(void);
|
||||
void wins_show(WINDOW *, const char *);
|
||||
void wins_get_config(void);
|
||||
void wins_update_border(int);
|
||||
|
||||
Reference in New Issue
Block a user