Home
last modified time | relevance | path

Searched refs:Msgwin (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/games/cribbage/
H A Dio.c291 waddch(Msgwin, c); in getuchar()
402 wmove(Msgwin, Lineno++, 0); in endmsg()
403 wclrtoeol(Msgwin); in endmsg()
410 mvwaddstr(Msgwin, Lineno, 0, mp); in endmsg()
418 wmove(Msgwin, Lineno, mp - omp); in endmsg()
419 wclrtoeol(Msgwin); in endmsg()
424 wclrtoeol(Msgwin); in endmsg()
427 wrefresh(Msgwin); in endmsg()
429 wrefresh(Msgwin); in endmsg()
442 wmove(Msgwin, Lineno > 0 ? Lineno - 1 : MSG_Y - 1, Mpos); in do_wait()
[all …]
H A Dcribcur.h54 extern WINDOW *Msgwin; /* message window */
H A Dextern.c61 WINDOW *Msgwin; /* messages for the player */ variable
H A Dcrib.c76 Msgwin = subwin(stdscr, MSG_Y, MSG_X, Y_MSG_START, SCORE_X + 1); in main()
104 wclrtobot(Msgwin); in main()