Home
last modified time | relevance | path

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

/openbsd/games/sail/
H A Dplayer.h71 #define SCROLL_L 0 macro
74 #define SCROLL_X (SCROLL_R-SCROLL_L+1)
H A Dpl_7.c75 scroll_w = newwin(SCROLL_Y, SCROLL_X, SCROLL_T, SCROLL_L); in initscreen()