Lines Matching defs:stw
73 static WINDOW *stw;
142 stw = newwin(1, COLS-1, 0, 0);
146 scrollok(stw, FALSE);
147 wmove(stw, 0, 0);
148 wprintw(stw, " Worm");
150 wrefresh(stw);
330 wmove(stw, 0, COLS - 12);
331 wprintw(stw, "Score: %3d", score);
332 wrefresh(stw);
364 touchwin(stw);
365 wrefresh(stw);