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