Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: f58b8d0d6abb2477b584547a4e72cc362ecbbcdb
https://github.com/tmux/tmux/commit/f58b8d0d6abb2477b584547a4e72cc362ecbbcdb
Author: nicm <nicm>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M spawn.c
Log Message:
-----------
Setting working directory after fork means there is a race with
pane_current_path (especially on platforms with systemd which have to
take time to do some additional faffing around). To avoid this, change
it before fork and back in the parent afterwards. GitHub issue 4719.
Commit: afa05ae15ed7129690e42a6f207b6488ff86bee9
https://github.com/tmux/tmux/commit/afa05ae15ed7129690e42a6f207b6488ff86bee9
Author: nicm <nicm>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Use correct style for bottom line when pane status line is on, GitHub
issue 4732.
Commit: 52e2a7d990b8721e8ac2deba65f259b454f8d192
https://github.com/tmux/tmux/commit/52e2a7d990b8721e8ac2deba65f259b454f8d192
Author: nicm <nicm>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M tty-keys.c
Log Message:
-----------
Fix key code for M-BSpace, GitHub issue 4717.
Commit: 672e89a6407e248bfc0098bbdbea5d6d7dd09401
https://github.com/tmux/tmux/commit/672e89a6407e248bfc0098bbdbea5d6d7dd09401
Author: nicm <nicm>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add a scroll-to-mouse command for copy mode to scroll to the mouse
position and bind to the scrollbar, brings the scrollbar keys into line
with the other mouse keys. From Michael Grant, GitHub issue 4731.
Commit: 21c27fdcaea6a8c679c557e38ec09b865f01bd62
https://github.com/tmux/tmux/commit/21c27fdcaea6a8c679c557e38ec09b865f01bd62
Author: bket <bket>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Simplify argument move using TAILQ_CONCAT()
Replace the manual loop moving each argument from cmd->arguments to
last->arguments with a single TAILQ_CONCAT() call. This makes the code
clearer and more efficient, while preserving identical behavior.
OK nicm@
Commit: 506b4db76286769a9a4fd6e2143e414241ecc29f
https://github.com/tmux/tmux/commit/506b4db76286769a9a4fd6e2143e414241ecc29f
Author: Thomas Adam <[email protected]>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M cmd-parse.y
M key-bindings.c
M screen-redraw.c
M spawn.c
M tmux.1
M tty-keys.c
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/4b810ae49323...506b4db76286
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/4b810a-506b4d%40github.com.