=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-select-pane.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/tmux/cmd-select-pane.c 2017/04/22 10:22:39 1.38 +++ src/usr.bin/tmux/cmd-select-pane.c 2017/08/08 09:21:20 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-select-pane.c,v 1.38 2017/04/22 10:22:39 nicm Exp $ */ +/* $OpenBSD: cmd-select-pane.c,v 1.39 2017/08/08 09:21:20 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -156,7 +156,8 @@ } window_redraw_active_switch(w, wp); if (window_set_active_pane(w, wp)) { - cmd_find_from_winlink(current, wl); + cmd_find_from_winlink_pane(current, wl, wp); + hooks_insert(s->hooks, item, current, "after-select-pane"); server_status_window(w); server_redraw_window_borders(w); }