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
committed by Thomas Adam
parent 4d7967de7a
commit c914fcfacb
2 changed files with 78 additions and 59 deletions

1
tmux.h
View File

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