From 9e7bbc7281a3b0be63a0c6fa777fc413b668629c 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 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 { -- cgit