summaryrefslogtreecommitdiff
path: root/term/stop_char_set_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/stop_char_set_def.h')
-rw-r--r--term/stop_char_set_def.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/stop_char_set_def.h b/term/stop_char_set_def.h
new file mode 100644
index 0000000..3c3e271
--- /dev/null
+++ b/term/stop_char_set_def.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define stop_char_set_def tigetstr("rcsd")
+
+/** end definition of a character set **/
+
+/*
+TERMINFO_NAME(rcsd)
+TERMCAP_NAME(Zt)
+XOPEN(400)
+*/