diff options
Diffstat (limited to 'term/auto_left_margin.h')
-rw-r--r-- | term/auto_left_margin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/auto_left_margin.h b/term/auto_left_margin.h new file mode 100644 index 0000000..028de1b --- /dev/null +++ b/term/auto_left_margin.h @@ -0,0 +1,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) +*/ |