Home | History | Annotate | Download | only in EXAMPLES

Lines Matching refs:stdscr

129 	delwin(stdscr);			/* Create our own stdscr */
130 stdscr = newwin(YSIZE, XSIZE, 1, 1);
131 flushok(stdscr, TRUE); /* Enable flushing of stdout */
132 scrollok(stdscr, TRUE); /* Enable scrolling */
145 keypad( stdscr, TRUE );
148 keypad( stdscr, FALSE );
239 box_set( stdscr, &cc, &cc );
308 notimeout( stdscr, TRUE );
311 notimeout( stdscr, FALSE );
314 nodelay( stdscr, TRUE );
317 nodelay( stdscr, FALSE );
320 keypad( stdscr, TRUE );
323 keypad( stdscr, FALSE );
338 delwin(stdscr);