diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-28 14:01:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-28 14:01:17 +0100 |
commit | 7d3bf6453ec43f03ff98231c5ced5a2979550f84 (patch) | |
tree | 84c63317aa4db9c3084a2279f20959fcfaf954e7 /tmux.h | |
parent | b2322b38937f6e4232154c3fce25d539e4b054df (diff) | |
parent | fe4467ad2bf7b37a12330ed0a147e7230d60179a (diff) | |
download | rtmux-7d3bf6453ec43f03ff98231c5ced5a2979550f84.tar.gz rtmux-7d3bf6453ec43f03ff98231c5ced5a2979550f84.tar.bz2 rtmux-7d3bf6453ec43f03ff98231c5ced5a2979550f84.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2166,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 *); |