Fix the prefer unattached session behaviour of

attach-session/switch-client, reported by Thomas Sattle.
This commit is contained in:
nicm
2016-12-28 10:34:34 +00:00
parent e36f932f62
commit 70ba3c147f
2 changed files with 3 additions and 2 deletions

2
tmux.h
View File

@@ -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,