stdscr           2052 lib/tty/key.c      flag = is_wintouched (stdscr);
stdscr           2053 lib/tty/key.c      untouchwin (stdscr);
stdscr            309 lib/tty/tty-ncurses.c     keypad (stdscr, TRUE);
stdscr            310 lib/tty/tty-ncurses.c     nodelay (stdscr, FALSE);
stdscr            373 lib/tty/tty-ncurses.c         clearok (stdscr, TRUE);  // sigwinch's should use a semaphore!
stdscr            442 lib/tty/tty-ncurses.c     keypad (stdscr, (bool) set);
stdscr            450 lib/tty/tty-ncurses.c     nodelay (stdscr, (bool) set);
stdscr            482 lib/tty/tty-ncurses.c     touchwin (stdscr);
stdscr            639 lib/tty/tty-ncurses.c     meta (stdscr, (int) what);