summaryrefslogtreecommitdiff
path: root/src/term/set_bottom_margin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term/set_bottom_margin.c')
-rw-r--r--src/term/set_bottom_margin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/set_bottom_margin.c b/src/term/set_bottom_margin.c
new file mode 100644
index 00000000..2eee21a3
--- /dev/null
+++ b/src/term/set_bottom_margin.c
@@ -0,0 +1,11 @@
+#include <curses.h>
+
+#define set_bottom_margin tigetstr("smgb")
+
+/** set bottom margin at current line **/
+
+/*
+TERMINFO_NAME(smgb)
+TERMCAP_NAME(Zk)
+XOPEN(400)
+*/