=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/names.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/tmux/names.c 2015/02/05 10:29:43 1.24 +++ src/usr.bin/tmux/names.c 2015/08/28 07:49:24 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.24 2015/02/05 10:29:43 nicm Exp $ */ +/* $OpenBSD: names.c,v 1.25 2015/08/28 07:49:24 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -49,6 +49,10 @@ if (w->active == NULL) return; + + if (~w->active->flags & PANE_CHANGED) + return; + w->active->flags &= ~PANE_CHANGED; if (!options_get_number(&w->options, "automatic-rename")) { if (event_initialized(&w->name_timer))