Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.terminfo.c171 if (!cursor_right) in nocmov()
176 xputs(cursor_right); in nocmov()
197 if (!cursor_right && (curx != x || x <= 3)) { /* Extremely primitive */ in curs()
/netbsd-src/lib/libcurses/
H A Dcr_put.c482 nondes: if (cursor_right) in plod()
483 tputs(cursor_right, 0, plodput); in plod()
/netbsd-src/usr.bin/ul/
H A Dul.c285 PRINT(cursor_right); in flushln()
/netbsd-src/lib/libterminfo/
H A Dterm.h1169 #define cursor_right t_cursor_right(cur_term) macro