Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dtables.c762 (IN_STOP_ONCE | IN_STOP_EMPTY | IN_STRIDE_POSITIVE | IN_VT_STRIDE_FLIP | IN_VT_CR),
787 (IN_VT_CR | IN_VT_LF | IN_VT_FF | IN_VT_COLOR_RESET),
799 (IN_VT_COLOR_RESET | IN_VT_FF | IN_VT_CR | IN_VT_LF),
805 (IN_VT_COLOR_RESET | IN_VT_CR | IN_VT_LF | IN_VT_FF),
/dports/games/mangband/mangband-1.5.3/src/common/
H A Ddefines.h469 #define IN_VT_CR 0x00000100 /* Do a carriage return on Vertical Tab */ macro
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-xtra1.c2933 if (flag & IN_VT_CR) col = first_col; in prt_indicator()