HomeSort by: relevance | last modified time | path
    Searched refs:Msgwin (Results 1 - 4 of 4) sorted by relevancy

  /src/games/cribbage/
cribcur.h 53 extern WINDOW *Msgwin; /* message window */
io.c 317 waddch(Msgwin, c);
418 wmove(Msgwin, Lineno++, 0);
419 wclrtoeol(Msgwin);
426 mvwaddstr(Msgwin, Lineno, 0, mp);
434 wmove(Msgwin, Lineno, mp - omp);
435 wclrtoeol(Msgwin);
440 wclrtoeol(Msgwin);
443 wrefresh(Msgwin);
445 wrefresh(Msgwin);
458 wmove(Msgwin, Lineno > 0 ? Lineno - 1 : MSG_Y - 1, Mpos)
    [all...]
extern.c 70 WINDOW *Msgwin; /* messages for the player */
crib.c 129 Msgwin = subwin(stdscr, MSG_Y, MSG_X, Y_MSG_START, SCORE_X + 1);
152 wclrtobot(Msgwin);

Completed in 17 milliseconds