=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-select-pane.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/tmux/cmd-select-pane.c 2009/07/14 07:23:36 1.3 +++ src/usr.bin/tmux/cmd-select-pane.c 2009/07/19 13:21:40 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-select-pane.c,v 1.3 2009/07/14 07:23:36 nicm Exp $ */ +/* $OpenBSD: cmd-select-pane.c,v 1.4 2009/07/19 13:21:40 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -63,7 +63,6 @@ return (-1); } window_set_active_pane(wl->window, wp); - layout_refresh(wl->window, 1); return (0); }