Changeset 5428:be7e07963099 for curs_lib.c
- Timestamp:
- 2008-06-26 12:47:22 (5 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
curs_lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
curs_lib.c
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);
