diff options
Diffstat (limited to 'term/set_tab.c')
-rw-r--r-- | term/set_tab.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_tab.c b/term/set_tab.c new file mode 100644 index 0000000..bf2bfb3 --- /dev/null +++ b/term/set_tab.c @@ -0,0 +1,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) +*/ |