summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-03 12:20:17 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-09-03 12:20:17 +0000
commit9e7bbc7281a3b0be63a0c6fa777fc413b668629c (patch)
treeade1117c91161dd78f6b07cffa8f5db304151d27 /tmux.h
parentc96a2a3c9e7a0c460c668f65712a7beac07953bf (diff)
When choosing a pane found by find-window, switch to that pane rather
than just the window. Also use a helper function for the inner loop.
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 c1095681..c208361b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -897,6 +897,7 @@ struct window_choose_data {
char *ft_template;
char *command;
u_int idx;
+ int pane_id;
};
struct window_choose_mode_item {