1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define parm_up_cursor tigetstr("cuu") /** move cursor up #1 lines **/ /* TERMINFO_NAME(cuu) TERMCAP_NAME(UP) XOPEN(400) */