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

#define tab tigetstr("ht")

/** tab to next 8-space hardware tab stop **/

/*
TERMINFO_NAME(ht)
TERMCAP_NAME(ta)
XOPEN(400)
*/