comparison src/term.c @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents 410fa1a31baf
children 8b0ee9d57d7f
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
2976 Columns = MIN_COLUMNS; 2976 Columns = MIN_COLUMNS;
2977 if (Rows < min_rows()) /* need room for one window and command line */ 2977 if (Rows < min_rows()) /* need room for one window and command line */
2978 Rows = min_rows(); 2978 Rows = min_rows();
2979 } 2979 }
2980 2980
2981 /*
2982 * Invoked just before the screen structures are going to be (re)allocated.
2983 */
2981 void 2984 void
2982 win_new_shellsize() 2985 win_new_shellsize()
2983 { 2986 {
2984 static int old_Rows = 0; 2987 static int old_Rows = 0;
2985 static int old_Columns = 0; 2988 static int old_Columns = 0;