summaryrefslogtreecommitdiff
path: root/term/command_character.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/command_character.h')
-rw-r--r--term/command_character.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/command_character.h b/term/command_character.h
new file mode 100644
index 0000000..7114ef8
--- /dev/null
+++ b/term/command_character.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define command_character tigetstr("cmdch")
+
+/** terminal settable cmd character in prototype **/
+
+/*
+TERMINFO_NAME(cmdch)
+TERMCAP_NAME(CC)
+XOPEN(400)
+*/