diff options
author | nicm <nicm> | 2017-08-27 08:33:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-27 08:33:55 +0000 |
commit | 25cf126de8abe607d2b0e63815bc1db4fd313173 (patch) | |
tree | 952bf284e0821ed72ffb753f104f3442d26616e1 /tmux.h | |
parent | 3c63ad4a9c431e5dc96d535cb7118781910a372b (diff) | |
download | rtmux-25cf126de8abe607d2b0e63815bc1db4fd313173.tar.gz rtmux-25cf126de8abe607d2b0e63815bc1db4fd313173.tar.bz2 rtmux-25cf126de8abe607d2b0e63815bc1db4fd313173.zip |
Use kind and kri for S-Up/Down as well as kUP and kDN.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -361,6 +361,7 @@ enum tty_code_code { TTYC_KIC6, TTYC_KIC7, TTYC_KICH1, + TTYC_KIND, TTYC_KLFT2, TTYC_KLFT3, TTYC_KLFT4, @@ -382,6 +383,7 @@ enum tty_code_code { TTYC_KPRV5, TTYC_KPRV6, TTYC_KPRV7, + TTYC_KRI, TTYC_KRIT2, TTYC_KRIT3, TTYC_KRIT4, |