1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define parm_down_cursor tigetstr("cud") /** move down #1 lines **/ /* TERMINFO_NAME(cud) TERMCAP_NAME(DO) XOPEN(400) */