1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define set_tab tigetstr("hts") /** set a tab in all rows at the current column **/ /* TERMINFO_NAME(hts) TERMCAP_NAME(st) XOPEN(400) */