diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-09-03 12:20:17 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-09-04 22:37:31 +0100 |
commit | c914fcfacbfb7b88138bfe6bcf7d918fce535680 (patch) | |
tree | 30d5d945c7583ef8c686fb7afb9d21e7efbde318 /tmux.h | |
parent | 4d7967de7af2eac7563e0c6b6a22ca563506c1b5 (diff) | |
download | rtmux-c914fcfacbfb7b88138bfe6bcf7d918fce535680.tar.gz rtmux-c914fcfacbfb7b88138bfe6bcf7d918fce535680.tar.bz2 rtmux-c914fcfacbfb7b88138bfe6bcf7d918fce535680.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -893,6 +893,7 @@ struct window_choose_data { char *ft_template; char *command; u_int idx; + int pane_id; }; struct window_choose_mode_item { |