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