diff options
author | nicm <nicm> | 2015-06-17 16:50:28 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-06-17 16:50:28 +0000 |
commit | 0ff335961eec019d776f19bd8c26cce7cde0effa (patch) | |
tree | c45e265253049e3e04755c09eac03006fa3f5f55 /tmux.h | |
parent | 021cdbe1c0111951a1f63b09b41c9e3db3793db5 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |