summaryrefslogtreecommitdiff
path: root/term/set_right_margin.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/set_right_margin.h')
-rw-r--r--term/set_right_margin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_right_margin.h b/term/set_right_margin.h
new file mode 100644
index 0000000..982162b
--- /dev/null
+++ b/term/set_right_margin.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define set_right_margin tigetstr("smgr")
+
+/** set right margin at current column **/
+
+/*
+TERMINFO_NAME(smgr)
+TERMCAP_NAME(MR)
+XOPEN(400)
+*/