diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-29 11:13:54 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-29 11:13:54 +0100 |
commit | 91d6bff8b83cea34d348172db56dd28baafbda80 (patch) | |
tree | 5e275e0eba9cc056652abcfc478df2f4532fa5f5 /tmux.h | |
parent | 5cdccf78a1baa5757a42e78e6b89266f89a37034 (diff) | |
parent | 7d3bf6453ec43f03ff98231c5ced5a2979550f84 (diff) | |
download | rtmux-91d6bff8b83cea34d348172db56dd28baafbda80.tar.gz rtmux-91d6bff8b83cea34d348172db56dd28baafbda80.tar.bz2 rtmux-91d6bff8b83cea34d348172db56dd28baafbda80.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 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, @@ -2164,7 +2166,6 @@ int window_pane_set_mode(struct window_pane *, void window_pane_reset_mode(struct window_pane *); void window_pane_key(struct window_pane *, struct client *, struct session *, key_code, struct mouse_event *); -int window_pane_outside(struct window_pane *); int window_pane_visible(struct window_pane *); u_int window_pane_search(struct window_pane *, const char *); const char *window_printable_flags(struct winlink *); |