diff options
Diffstat (limited to 'src/term/auto_left_margin.c')
| -rw-r--r-- | src/term/auto_left_margin.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/auto_left_margin.c b/src/term/auto_left_margin.c new file mode 100644 index 00000000..dcfcfcd1 --- /dev/null +++ b/src/term/auto_left_margin.c @@ -0,0 +1,11 @@ +#include <curses.h> + +#define auto_left_margin tigetflag("bw") + +/** TERMCAP(cub1) wraps from column 0 to last column **/ + +/* +TERMINFO_NAME(bw) +TERMCAP_NAME(bw) +XOPEN(400) +*/ |
