pl_7.c | 79 static WINDOW *turn_w; variable in typeref:typename:WINDOW * 135 turn_w = newwin(TURN_Y, TURN_X, TURN_T, TURN_L); 141 turn_w == NULL) { 149 leaveok(turn_w, 1); 172 keypad(turn_w, 1); 596 wmove(turn_w, 0, 0); 597 wprintw(turn_w, "%cTurn %d", dont_adjust?'*':'-', turn); 598 wrefresh(turn_w); 728 werase(turn_w);
|