summaryrefslogtreecommitdiff
path: root/term/set_tab.c
blob: bf2bfb328155ef83d4a63b2d3bef0426aff53867 (plain)
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)
*/