Home
last modified time | relevance | path

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

/trueos/contrib/top/
HDscreen.h10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
22 extern char *cursor_motion;
HDscreen.c71 char *cursor_motion; variable
192 (cursor_motion = tgetstr("cm", &bufptr)) == NULL)
209 (void) strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1);
426 (void) strncpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1), in get_screensize()