Changeset 5428:be7e07963099

Show
Ignore:
Timestamp:
2008-06-26 12:47:22 (2 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Force a resize event after calling an external editor. Closes #2207

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • curs_lib.c

    r5409 r5428  
    177177    mutt_sleep (2); 
    178178  } 
     179#if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM) 
     180  /* the terminal may have been resized while the editor owned it */ 
     181  mutt_resize_screen (); 
     182#endif 
    179183  keypad (stdscr, TRUE); 
    180184  clearok (stdscr, TRUE);