From 0b7a5126aed5b881ec48a7d82319917dcd74bbbb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 21 Feb 2019 21:02:19 -0500 Subject: add symbols from --- src/term/auto_right_margin.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/term/auto_right_margin.c (limited to 'src/term/auto_right_margin.c') diff --git a/src/term/auto_right_margin.c b/src/term/auto_right_margin.c new file mode 100644 index 00000000..3014c87d --- /dev/null +++ b/src/term/auto_right_margin.c @@ -0,0 +1,11 @@ +#include + +#define auto_right_margin tigetflag("am") + +/** terminal has automatic margins **/ + +/* +TERMINFO_NAME(am) +TERMCAP_NAME(am) +XOPEN(400) +*/ -- cgit v1.2.1