aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 09:13:13 +0000
committernicm <nicm>2014-04-17 09:13:13 +0000
commit2e98c9057de6c5700ca01bd58932373b103ef976 (patch)
tree49a1f04bf4e1e47c597ef7e1d053a4fc24db0595 /tmux.h
parent2740490e279bac7b01f18cc39aa59a5de09e3a95 (diff)
downloadrtmux-2e98c9057de6c5700ca01bd58932373b103ef976.tar.gz
rtmux-2e98c9057de6c5700ca01bd58932373b103ef976.tar.bz2
rtmux-2e98c9057de6c5700ca01bd58932373b103ef976.zip
Correct the dance to fix the active pane in join-pane by pulling the
(right) code from break-pane and window_remove_pane into a helper function.
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 18cfbbe1..491027fe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2138,6 +2138,7 @@ struct window_pane *window_add_pane(struct window *, u_int);
void window_resize(struct window *, u_int, u_int);
int window_zoom(struct window_pane *);
int window_unzoom(struct window *);
+void window_lost_pane(struct window *, struct window_pane *);
void window_remove_pane(struct window *, struct window_pane *);
struct window_pane *window_pane_at_index(struct window *, u_int);
struct window_pane *window_pane_next_by_number(struct window *,