summaryrefslogtreecommitdiff
path: root/term/these_cause_cr.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/these_cause_cr.c')
-rw-r--r--term/these_cause_cr.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/these_cause_cr.c b/term/these_cause_cr.c
new file mode 100644
index 0000000..b73b288
--- /dev/null
+++ b/term/these_cause_cr.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define these_cause_cr tigetstr("docr")
+
+/** printing any of these characters causes TERMCAP(cr) **/
+
+/*
+TERMINFO_NAME(docr)
+TERMCAP_NAME(Zw)
+XOPEN(400)
+*/