- Timestamp:
- Feb 11, 2007, 12:31:33 AM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 93e883d
- Parents:
- 5616acc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r7f792c1 r687c674 335 335 if (perlout) owl_free(perlout); 336 336 337 /* process the startup file */338 owl_function_debugmsg("startup: processing startup file");339 owl_function_source(NULL);340 341 337 /* hold on to the window names for convenience */ 342 338 msgwin=owl_global_get_curs_msgwin(&g); … … 360 356 owl_function_adminmsg("", startupmsg); 361 357 sepbar(NULL); 358 359 /* process the startup file */ 360 owl_function_debugmsg("startup: processing startup file"); 361 owl_function_source(NULL); 362 362 363 363 wrefresh(sepwin);
Note: See TracChangeset
for help on using the changeset viewer.