summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-12-28 10:34:34 +0000
committernicm <nicm>2016-12-28 10:34:34 +0000
commit70ba3c147fffc86c9688ea7abf642d4fc92e692c (patch)
tree7c7de46aca2cd2a73f5a283c434d8b536921a892 /tmux.h
parente36f932f625e90320ccf58efc7059c7db9a37e9c (diff)
Fix the prefer unattached session behaviour of
attach-session/switch-client, reported by Thomas Sattle.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f4674e2e..3aa198b1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1305,7 +1305,7 @@ enum cmd_entry_flag {
CMD_SESSION,
CMD_SESSION_CANFAIL,
CMD_SESSION_PREFERUNATTACHED,
- CMD_SESSION_WITHPANE,
+ CMD_SESSION_WITHPANE, /* implies PREFERUNATTACHED */
CMD_WINDOW,
CMD_WINDOW_CANFAIL,