diff options
author | nicm <nicm> | 2015-08-28 07:49:24 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-08-28 07:49:24 +0000 |
commit | fc58e44f89b876aa051f849361bc215c1f965696 (patch) | |
tree | ecdd2b832cde3428dc62ac3c98ff8cf96062dec1 /tmux.h | |
parent | 2ffbd5b5f05dded1564ba32a6a00b0b417439b2f (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |