diff options
Diffstat (limited to 'term/keypad_local.c')
-rw-r--r-- | term/keypad_local.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/keypad_local.c b/term/keypad_local.c new file mode 100644 index 0000000..a236758 --- /dev/null +++ b/term/keypad_local.c @@ -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) +*/ |