src/main.c

changeset 16
a298c6637c30
parent 7
41468077b5bb
child 23
824c9522ce66
equal deleted inserted replaced
15:7ffd66591afe 16:a298c6637c30
157 "The time unit for -a is seconds and for -t minutes by default. To " 157 "The time unit for -a is seconds and for -t minutes by default. To "
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 tchess_window = 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();

mercurial