comment about stdscr

This commit is contained in:
Gwenhael Le Moine 2011-07-01 17:35:03 +02:00
parent 9c50fdb739
commit 771f4ff155

2
star.c
View file

@ -461,7 +461,7 @@ int main( int argc, char* argv[] )
int nb_levels = sizeof( levels ) / sizeof( levels[ 0 ] ); int nb_levels = sizeof( levels ) / sizeof( levels[ 0 ] );
/* ncurses */ /* ncurses */
WINDOW *w_main = initscr( ); WINDOW *w_main = initscr( ); /* why can't stdscr be used transparently? */
cbreak(); cbreak();
noecho(); noecho();
nonl(); nonl();