From fa799768c4f6d97c5f60a37829ad1b457b7c0096 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 19:51:54 -0400 Subject: separate from libc --- term/auto_left_margin.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/auto_left_margin.c (limited to 'term/auto_left_margin.c') diff --git a/term/auto_left_margin.c b/term/auto_left_margin.c new file mode 100644 index 0000000..028de1b --- /dev/null +++ b/term/auto_left_margin.c @@ -0,0 +1,11 @@ +#include + +#define auto_left_margin tigetflag("bw") + +/** TERMCAP(cub1) wraps from column 0 to last column **/ + +/* +TERMINFO_NAME(bw) +TERMCAP_NAME(bw) +XOPEN(400) +*/ -- cgit v1.2.1