summaryrefslogtreecommitdiff
path: root/term/set_bottom_margin.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/set_bottom_margin.c')
-rw-r--r--term/set_bottom_margin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_bottom_margin.c b/term/set_bottom_margin.c
new file mode 100644
index 0000000..928de83
--- /dev/null
+++ b/term/set_bottom_margin.c
@@ -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)
+*/