diff options
Diffstat (limited to 'term/key_command.h')
-rw-r--r-- | term/key_command.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/key_command.h b/term/key_command.h new file mode 100644 index 0000000..b8a95d7 --- /dev/null +++ b/term/key_command.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define key_command tigetstr("kcmd") + +/** cmd (command) key **/ + +/* +TERMINFO_NAME(kcmd) +TERMCAP_NAME(@4) +XOPEN(400) +*/ |