1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define cursor_address tigetstr("cup") /** move to row #1 col #2 **/ /* TERMINFO_NAME(cup) TERMCAP_NAME(cm) XOPEN(400) */