- Timestamp:
- Sep 15, 2002, 4:45:38 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 425c013
- Parents:
- 61e79a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r61e79a9 r5145235 19 19 #include <com_err.h> 20 20 #include <signal.h> 21 #include <time.h> 21 22 #include <sys/param.h> 22 23 #include "owl.h" … … 109 110 noecho(); 110 111 111 #if 0 /* Removed to prevent flashing of popwin */112 intrflush(stdscr,FALSE);113 keypad(stdscr,TRUE);114 nodelay(stdscr,1);115 meta(stdscr,TRUE);116 #endif /*0*/117 118 112 /* define simple color pairs */ 119 113 if (has_colors() && COLOR_PAIRS>=8) { … … 133 127 owl_global_set_startupargs(&g, argcsave, argvsave); 134 128 owl_context_set_readconfig(owl_global_get_context(&g)); 129 135 130 if (tty) { 136 131 owl_global_set_tty(&g, tty);
Note: See TracChangeset
for help on using the changeset viewer.