From c914fcfacbfb7b88138bfe6bcf7d918fce535680 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 3 Sep 2012 12:20:17 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 442874b4..9374012b 100644 --- a/tmux.h +++ b/tmux.h @@ -893,6 +893,7 @@ struct window_choose_data { char *ft_template; char *command; u_int idx; + int pane_id; }; struct window_choose_mode_item { -- cgit