Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: b905039ed21b27ffea7416afd96cb04f02a441c2
https://github.com/tmux/tmux/commit/b905039ed21b27ffea7416afd96cb04f02a441c2
Author: nicm <nicm>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M format.c
M window-buffer.c
M window-client.c
M window-tree.c
Log Message:
-----------
Improve #? conditional expression in formats:
1) add support for else if, so
#{?cond1,value1,#{?cond2,value2,else-value}} can be changed to
#{?cond1,value1,cond2,value2,else-value};
2) add default empty string if there's no else value, so
#{?cond1,value1,} can be changed to #{?cond1,value1}.
>From David Mandelberg in GitHub issue 4451.
Commit: cd3d2910ee1f993565706557f14608e0ab3262ac
https://github.com/tmux/tmux/commit/cd3d2910ee1f993565706557f14608e0ab3262ac
Author: nicm <nicm>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M tmux.1
Log Message:
-----------
Fix description of pane_in_mode, from Julian Prein in GitHub issue 4469.
Commit: 5db914b7451a5d395ae6d23aef60b92625ac786e
https://github.com/tmux/tmux/commit/5db914b7451a5d395ae6d23aef60b92625ac786e
Author: nicm <nicm>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M key-bindings.c
Log Message:
-----------
Add notes to menu keys, from someone in GitHub issue 4478.
Commit: d2f73c17d5e017d54fb107f9ae2ed9004c08afd3
https://github.com/tmux/tmux/commit/d2f73c17d5e017d54fb107f9ae2ed9004c08afd3
Author: nicm <nicm>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M cmd-swap-pane.c
Log Message:
-----------
Add calls to layout_fix_panes after a pane swap to fix case if one of
the panes is in alternate screen mode and had a scrollbar. From Michael
Grant in GitHub issue 4481.
Commit: b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c
https://github.com/tmux/tmux/commit/b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c
Author: Thomas Adam <[email protected]>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M cmd-swap-pane.c
M format.c
M key-bindings.c
M tmux.1
M window-buffer.c
M window-client.c
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/de7653f5a48c...b4f8340f16fc
To unsubscribe from these emails, change your notification settings at
https://github.com/tmux/tmux/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/de7653-b4f834%40github.com.