diff options
Diffstat (limited to 'term/set_bottom_margin.h')
-rw-r--r-- | term/set_bottom_margin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_bottom_margin.h b/term/set_bottom_margin.h new file mode 100644 index 0000000..928de83 --- /dev/null +++ b/term/set_bottom_margin.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define set_bottom_margin tigetstr("smgb") + +/** set bottom margin at current line **/ + +/* +TERMINFO_NAME(smgb) +TERMCAP_NAME(Zk) +XOPEN(400) +*/ |