diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-06-13 12:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-06-13 12:01:20 +0100 |
commit | 824efe7be47ff534d57da1ab66c3d0dfde86992d (patch) | |
tree | 064e4d8e67292d6b2eaf0797c67b046da031068b /tmux.h | |
parent | 4000052d92395a41cdaa79cfc1df38fc89858cf4 (diff) | |
parent | 1c78155e70a9f72ed6c191807c2b381cf114b91f (diff) | |
download | rtmux-824efe7be47ff534d57da1ab66c3d0dfde86992d.tar.gz rtmux-824efe7be47ff534d57da1ab66c3d0dfde86992d.tar.bz2 rtmux-824efe7be47ff534d57da1ab66c3d0dfde86992d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2722,7 +2722,7 @@ void window_set_name(struct window *, const char *); void window_add_ref(struct window *, const char *); void window_remove_ref(struct window *, const char *); void winlink_clear_flags(struct winlink *); -int winlink_shuffle_up(struct session *, struct winlink *); +int winlink_shuffle_up(struct session *, struct winlink *, int); int window_pane_start_input(struct window_pane *, struct cmdq_item *, char **); void *window_pane_get_new_data(struct window_pane *, |