From d01f1d01e3c569aa91c5231690d7fd4847e4ccf6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 20:59:15 -0400 Subject: no need to compile #defines --- term/set_bottom_margin_parm.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/set_bottom_margin_parm.h (limited to 'term/set_bottom_margin_parm.h') diff --git a/term/set_bottom_margin_parm.h b/term/set_bottom_margin_parm.h new file mode 100644 index 0000000..8c8f0c6 --- /dev/null +++ b/term/set_bottom_margin_parm.h @@ -0,0 +1,11 @@ +#include + +#define set_bottom_margin_parm tigetstr("smgbp") + +/** set bototm margin at line #1 or #2 lines from bottom **/ + +/* +TERMINFO_NAME(smgbp) +TERMCAP_NAME(Zl) +XOPEN(400) +*/ -- cgit v1.2.1