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

1
tmux.h
View File

@@ -826,6 +826,7 @@ struct window_pane {
#define PANE_RESIZE 0x8
#define PANE_FOCUSPUSH 0x10
#define PANE_INPUTOFF 0x20
#define PANE_CHANGED 0x40
int argc;
char **argv;