Changeset 5428:be7e07963099
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5409
|
r5428
|
|
| 177 | 177 | mutt_sleep (2); |
| 178 | 178 | } |
| | 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 |
| 179 | 183 | keypad (stdscr, TRUE); |
| 180 | 184 | clearok (stdscr, TRUE); |