1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define cursor_right tigetstr("cufl") /** non-destructive space (cursor or carriage right) **/ /* TERMINFO_NAME(cufl) TERMCAP_NAME(nd) XOPEN(400) */