Home
last modified time | relevance | path

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

/openbsd/src/games/gomoku/
Dbdisp.c40 #define SCRNH 24 /* assume 24 lines for the moment */ macro
53 if ((LINES < SCRNH) || (COLS < SCRNW)) { in cursinit()
55 errx(1,"Screen too small (need %dx%d)",SCRNW,SCRNH); in cursinit()
219 if (++lastline >= SCRNH - 1) { in dislog()