diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-27 10:01:15 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-27 10:01:15 +0100 |
commit | e65cc0927604ca304e31cc806270dc8d6bdccfe0 (patch) | |
tree | 70361d0535537b50312631c8dacf54662cecab40 /tmux.h | |
parent | 1492c9d7d963afbac9182daddb9f0b8d98e4c11e (diff) | |
parent | 25cf126de8abe607d2b0e63815bc1db4fd313173 (diff) | |
download | rtmux-e65cc0927604ca304e31cc806270dc8d6bdccfe0.tar.gz rtmux-e65cc0927604ca304e31cc806270dc8d6bdccfe0.tar.bz2 rtmux-e65cc0927604ca304e31cc806270dc8d6bdccfe0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -365,6 +365,7 @@ enum tty_code_code { TTYC_KIC6, TTYC_KIC7, TTYC_KICH1, + TTYC_KIND, TTYC_KLFT2, TTYC_KLFT3, TTYC_KLFT4, @@ -386,6 +387,7 @@ enum tty_code_code { TTYC_KPRV5, TTYC_KPRV6, TTYC_KPRV7, + TTYC_KRI, TTYC_KRIT2, TTYC_KRIT3, TTYC_KRIT4, |