diff options
Diffstat (limited to 'term/key_sright.h')
-rw-r--r-- | term/key_sright.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/key_sright.h b/term/key_sright.h new file mode 100644 index 0000000..bf6c1ed --- /dev/null +++ b/term/key_sright.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define key_sright tigetstr("kRIT") + +/** shift+right-arrow key **/ + +/* +TERMINFO_NAME(kRIT) +TERMCAP_NAME(%i) +XOPEN(400) +*/ |