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

#define auto_left_margin tigetflag("bw")

/** TERMCAP(cub1) wraps from column 0 to last column **/

/*
TERMINFO_NAME(bw)
TERMCAP_NAME(bw)
XOPEN(400)
*/