Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/top/
H A Dscreen.c129 static char *tc_cursor_motion; variable
207 (void) strcpy(lower_left, tgoto(tc_cursor_motion, 0, screen_length - 1)); in screen_getsize()
301 (tc_cursor_motion = tgetstr("cm", &bufptr)) == NULL) in screen_readtermcap()
318 (void) strcpy(home, tgoto(tc_cursor_motion, 0, 0)); in screen_readtermcap()
506 tputs(tgoto(tc_cursor_motion, x, y), 1, putstdout); in screen_move()