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