summaryrefslogtreecommitdiff
path: root/src/term/set_tab.c
blob: 6e0515cfbfcd7b69b65b37cd2b1f8db15231c748 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define set_tab tigetstr("hts")

/** set a tab in all rows at the current column **/

/*
TERMINFO_NAME(hts)
TERMCAP_NAME(st)
XOPEN(400)
*/