aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-08-28 07:49:24 +0000
committernicm <nicm>2015-08-28 07:49:24 +0000
commitfc58e44f89b876aa051f849361bc215c1f965696 (patch)
treeecdd2b832cde3428dc62ac3c98ff8cf96062dec1 /tmux.h
parent2ffbd5b5f05dded1564ba32a6a00b0b417439b2f (diff)
downloadrtmux-fc58e44f89b876aa051f849361bc215c1f965696.tar.gz
rtmux-fc58e44f89b876aa051f849361bc215c1f965696.tar.bz2
rtmux-fc58e44f89b876aa051f849361bc215c1f965696.zip
Only do the automatic-rename dance if the pane has changed (seen output,
or new active pane).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0f9cb26e..2d0ccede 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;