summaryrefslogtreecommitdiff
path: root/term/keypad_xmit.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/keypad_xmit.h')
-rw-r--r--term/keypad_xmit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/keypad_xmit.h b/term/keypad_xmit.h
new file mode 100644
index 0000000..c56944a
--- /dev/null
+++ b/term/keypad_xmit.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define keypad_xmit tigetstr("smkx")
+
+/** put terminal in "keypad-transmit" mode **/
+
+/*
+TERMINFO_NAME(smkx)
+TERMCAP_NAME(ks)
+XOPEN(400)
+*/