- Timestamp:
- Apr 28, 2010, 2:27:59 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 644a0f8
- Parents:
- f92acd7
- git-author:
- David Benjamin <davidben@mit.edu> (04/28/10 03:10:19)
- git-committer:
- David Benjamin <davidben@mit.edu> (04/28/10 14:27:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
rf7cf6c2 r0e3cdf1 138 138 139 139 if (win == NULL) { 140 owl_function_debugmsg("_owl_panel_set_window: passed NULL win (failed to allocate?) \n");140 owl_function_debugmsg("_owl_panel_set_window: passed NULL win (failed to allocate?)"); 141 141 endwin(); 142 142 exit(50); … … 164 164 g->recwinlines=0; 165 165 } 166 167 owl_function_debugmsg("_owl_global_setup_windows: about to call newwin(%i, %i, 0, 0)\n", g->recwinlines, cols);168 166 169 167 /* create the new windows */
Note: See TracChangeset
for help on using the changeset viewer.