summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-06-13 09:05:53 +0000
committernicm <nicm>2020-06-13 09:05:53 +0000
commit1c78155e70a9f72ed6c191807c2b381cf114b91f (patch)
treed1cf209a0268843216fe440b83a68467045ee244 /tmux.h
parentd52ac7d027e40b34e7089addc4f905d03d9c1b16 (diff)
Add -b flags to insert a window before (like the existing -a for after)
to break-pane, move-window, new-window. GitHub issue 2261.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 092e0b0e..9bc89628 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2720,7 +2720,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 *,