Avoid blank space after the last list box item
Automatically scroll down the list box when resizing creates some blank space below the list of items. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -1100,7 +1100,9 @@ void wins_scrollwin_draw_deco(struct scrollwin *, int);
|
||||
void wins_scrollwin_display(struct scrollwin *);
|
||||
void wins_scrollwin_up(struct scrollwin *, int);
|
||||
void wins_scrollwin_down(struct scrollwin *, int);
|
||||
int wins_scrollwin_is_visible(struct scrollwin *, unsigned);
|
||||
void wins_scrollwin_ensure_visible(struct scrollwin *, unsigned);
|
||||
void wins_scrollwin_set_lower(struct scrollwin *, unsigned);
|
||||
void wins_resize(void);
|
||||
void wins_resize_panels(void);
|
||||
void wins_show(WINDOW *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user