mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
comment about stdscr
This commit is contained in:
parent
9c50fdb739
commit
771f4ff155
1 changed files with 1 additions and 1 deletions
2
star.c
2
star.c
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue