Only do the automatic-rename dance if the pane has changed (seen output,

or new active pane).
This commit is contained in:
nicm
2015-08-28 07:49:24 +00:00
parent 2ffbd5b5f0
commit fc58e44f89
4 changed files with 8 additions and 0 deletions

View File

@ -844,6 +844,8 @@ input_parse(struct window_pane *wp)
if (EVBUFFER_LENGTH(evb) == 0)
return;
wp->flags |= PANE_CHANGED;
wp->window->flags |= WINDOW_ACTIVITY;
wp->window->flags &= ~WINDOW_SILENCE;