src/main.c

changeset 80
b980a7192b5a
parent 78
ceb9197b3c6d
child 83
ead00609e5e6
equal deleted inserted replaced
79:ffd452cf05ff 80:b980a7192b5a
170 return 1; 170 return 1;
171 } 171 }
172 172
173 initscr(); 173 initscr();
174 halfdelay(1); 174 halfdelay(1);
175 keypad(stdscr, TRUE); 175 keypad(stdscr, true);
176 if (has_colors()) { 176 if (has_colors()) {
177 start_color(); 177 start_color();
178 init_colorpairs(); 178 init_colorpairs();
179 bkgd(COLOR_PAIR(COL_APP)); 179 bkgd(COLOR_PAIR(COL_APP));
180 } else { 180 } else {

mercurial