diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | alpine/confscroll.c | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 3 |
3 files changed, 4 insertions, 2 deletions
@@ -30,3 +30,4 @@ imap/an dmail imap/ip6 include/ +autom4te* diff --git a/alpine/confscroll.c b/alpine/confscroll.c index 24829265..24a8e80e 100644 --- a/alpine/confscroll.c +++ b/alpine/confscroll.c @@ -3035,7 +3035,7 @@ update_option_screen(struct pine *ps, OPT_SCREEN_S *screen, Pos *cursor_pos) int last_selectable; mswin_beginupdate(); #endif - if(screen == NULL) + if(screen == NULL || BODY_LINES(ps) < 0) return; if(cursor_pos){ diff --git a/pith/pine.hlp b/pith/pine.hlp index 07ff3cc0..26877cfb 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -199,7 +199,8 @@ message, as specified by original sender. Bugs that have been addressed include: <P> <UL> - <LI> Crash when a non-compliant SMTP server closes a connection without a LOGOUT + <LI> Crash when a non-compliant SMTP server closes a connection without a LOGOUT. + <LI> Crash when resizing the screen in a configuration screen. </UL> <P> |