1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define parm_left_cursor tigetstr("cub") /** move cursor left #1 spaces **/ /* TERMINFO_NAME(cub) TERMCAP_NAME(LE) XOPEN(400) */