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