summaryrefslogtreecommitdiff
path: root/term/semi_auto_right_margin.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/semi_auto_right_margin.h')
-rw-r--r--term/semi_auto_right_margin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/semi_auto_right_margin.h b/term/semi_auto_right_margin.h
new file mode 100644
index 0000000..13a9e4f
--- /dev/null
+++ b/term/semi_auto_right_margin.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define semi_auto_right_margin tigetflag("sam")
+
+/** printing in last column causes TERMCAP(cr) **/
+
+/*
+TERMINFO_NAME(sam)
+TERMCAP_NAME(YE)
+XOPEN(400)
+*/