diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 16:42:29 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-26 16:42:29 +0100 |
commit | 04c6db2d0f7bca4bc6b31afd5a5cb4512b5f915b (patch) | |
tree | c3e4ea877e549018ab5205fd431c2b48f35435c7 /tmux.h | |
parent | 6abb62df1e492672a552f89b9188fe3bf0750b5c (diff) | |
download | rtmux-04c6db2d0f7bca4bc6b31afd5a5cb4512b5f915b.tar.gz rtmux-04c6db2d0f7bca4bc6b31afd5a5cb4512b5f915b.tar.bz2 rtmux-04c6db2d0f7bca4bc6b31afd5a5cb4512b5f915b.zip |
Revert "Add a B flag to mark windows bigger than the client."
This reverts commit b4e74f4310d90affd4e1a4a7328082ac4beb5461.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1666,7 +1666,7 @@ struct environ *environ_for_session(struct session *, int); /* tty.c */ void tty_create_log(void); -int tty_window_bigger(struct tty *, struct window *); +int tty_window_bigger(struct tty *); int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *); void tty_update_window_offset(struct window *); void tty_update_client_offset(struct client *); @@ -2181,7 +2181,7 @@ void window_pane_key(struct window_pane *, struct client *, struct session *, key_code, struct mouse_event *); int window_pane_visible(struct window_pane *); u_int window_pane_search(struct window_pane *, const char *); -const char *window_printable_flags(struct winlink *, struct client *); +const char *window_printable_flags(struct winlink *); struct window_pane *window_pane_find_up(struct window_pane *); struct window_pane *window_pane_find_down(struct window_pane *); struct window_pane *window_pane_find_left(struct window_pane *); |