aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-06-17 16:50:28 +0000
committernicm <nicm>2015-06-17 16:50:28 +0000
commit0ff335961eec019d776f19bd8c26cce7cde0effa (patch)
treec45e265253049e3e04755c09eac03006fa3f5f55 /tmux.h
parent021cdbe1c0111951a1f63b09b41c9e3db3793db5 (diff)
downloadrtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.tar.gz
rtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.tar.bz2
rtmux-0ff335961eec019d776f19bd8c26cce7cde0effa.zip
Move the shuffle code from new-window -a into a function and add a -a
flag for move-window too. From Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ff0b4c84..663832e5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2166,6 +2166,7 @@ struct window_pane *window_pane_find_right(struct window_pane *);
void window_set_name(struct window *, const char *);
void window_remove_ref(struct window *);
void winlink_clear_flags(struct winlink *);
+int winlink_shuffle_up(struct session *, struct winlink *);
/* layout.c */
u_int layout_count_cells(struct layout_cell *);