screen.c | 96 *sc_move, /* General cursor positioning */ variable in typeref:typename:char ***** 341 sc_move = tgetstr("cm", &sp); 342 if (hard || sc_move == NULL || *sc_move == '\0') 346 * always need sc_move. 349 sc_move = ""; 383 if (*sc_move == '\0') 399 (void)strlcpy(sp, tgoto(sc_move, 0, 0), 409 if (*sc_move == '\0') 418 (void)strlcpy(sp, tgoto(sc_move, 0, sc_height-1) [all...] |