- Timestamp:
- Apr 28, 2010, 2:27:58 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 285bc9a
- Parents:
- 675a998
- git-author:
- David Benjamin <davidben@mit.edu> (04/28/10 03:02:29)
- git-committer:
- David Benjamin <davidben@mit.edu> (04/28/10 14:27:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r8479494 r1f3a423 501 501 502 502 #ifdef HAVE_RESIZETERM 503 resizeterm( size.ws_row, size.ws_col);503 resizeterm(g->lines, g->cols); 504 504 #endif 505 505 … … 525 525 owl_function_full_redisplay(); 526 526 527 owl_function_debugmsg("New size is %i lines, %i cols.", size.ws_row, size.ws_col);527 owl_function_debugmsg("New size is %i lines, %i cols.", g->lines, g->cols); 528 528 owl_function_makemsg(""); 529 529 }
Note: See TracChangeset
for help on using the changeset viewer.