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.
This commit is contained in:
Nicholas Marriott
2012-09-03 12:20:17 +00:00
parent c96a2a3c9e
commit 9e7bbc7281
2 changed files with 78 additions and 59 deletions

1
tmux.h
View File

@@ -897,6 +897,7 @@ struct window_choose_data {
char *ft_template;
char *command;
u_int idx;
int pane_id;
};
struct window_choose_mode_item {