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

#define tab tigetstr("ht")

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

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