Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/top/
Dscreen.c59 char *cursor_motion, *start_standout, *end_standout; variable
136 (cursor_motion = tgetstr("cm", &bufptr)) == NULL) { in init_termcap()
151 (void) strlcpy(home, tgoto(cursor_motion, 0, 0), sizeof(home)); in init_termcap()
236 (void) strlcpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1), in get_screensize()
Dscreen.h40 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
48 extern char *cursor_motion;