src/main.c

changeset 23
824c9522ce66
parent 16
a298c6637c30
child 26
e0a76ee1bb2b
equal deleted inserted replaced
22:41bbfd4d17a3 23:824c9522ce66
158 "specify\nseconds for the -t option, use the s suffix.\n" 158 "specify\nseconds for the -t option, use the s suffix.\n"
159 "Example: -t 150s\n" 159 "Example: -t 150s\n"
160 ); 160 );
161 return EXIT_SUCCESS; 161 return EXIT_SUCCESS;
162 } 162 }
163 tchess_window = initscr(); 163 initscr();
164 cbreak(); 164 cbreak();
165 if (has_colors()) { 165 if (has_colors()) {
166 start_color(); 166 start_color();
167 init_colorpairs(); 167 init_colorpairs();
168 bkgd(COLOR_PAIR(COL_YB)); 168 bkgd(COLOR_PAIR(COL_YB));

mercurial