summaryrefslogtreecommitdiff
path: root/term/key_scommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/key_scommand.h')
-rw-r--r--term/key_scommand.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/key_scommand.h b/term/key_scommand.h
new file mode 100644
index 0000000..99a0028
--- /dev/null
+++ b/term/key_scommand.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define key_scommand tigetstr("kCMD")
+
+/** shift+command key **/
+
+/*
+TERMINFO_NAME(kCMD)
+TERMCAP_NAME(*1)
+XOPEN(400)
+*/