Branch: refs/heads/no_more_overlays
Home: https://github.com/tmux/tmux
Commit: f466d6289ebeed6fb0d234527761279dd54fd655
https://github.com/tmux/tmux/commit/f466d6289ebeed6fb0d234527761279dd54fd655
Author: r1w1s1 <[email protected]>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M compat/getpeereid.c
Log Message:
-----------
compat: use socklen_t for getsockopt length
Commit: c41cad4c5f4d686fd35fa6c8dd38d508cd48decb
https://github.com/tmux/tmux/commit/c41cad4c5f4d686fd35fa6c8dd38d508cd48decb
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M compat/getpeereid.c
Log Message:
-----------
Merge pull request #5481 from r1w1s1/fix-getpeereid-socklen
compat: use socklen_t for getsockopt length
Commit: 0ac8138ce388624641b495386b61dba75a1af5c9
https://github.com/tmux/tmux/commit/0ac8138ce388624641b495386b61dba75a1af5c9
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M regress/mode-mutation.sh
Log Message:
-----------
Add a break-pane test for customize mode.
Commit: ec34ff52cc3aeddac6d68c92ede60d05ea261cf3
https://github.com/tmux/tmux/commit/ec34ff52cc3aeddac6d68c92ede60d05ea261cf3
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M prompt.c
Log Message:
-----------
Do not copy too many positions when deleting, GitHub issue 5478 from
Uzair Aftab.
Commit: a0d3585c6c5200ebce6e48b1dee06cc4b5467ff5
https://github.com/tmux/tmux/commit/a0d3585c6c5200ebce6e48b1dee06cc4b5467ff5
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M cmd-break-pane.c
Log Message:
-----------
Attach window to session earlier so resize cannot cause customize mode
to blow up. Reported by Marcel Partap.
Commit: 534a4f81fcf4d0832b1587af0c6eb44b127b87d7
https://github.com/tmux/tmux/commit/534a4f81fcf4d0832b1587af0c6eb44b127b87d7
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M cmd-break-pane.c
M prompt.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Attach window to session earlier so resize cannot cause customize mode to
blow up. Reported by Marcel Partap.
Do not copy too many positions when deleting, GitHub issue 5478 from Uzair
Aftab.
Commit: d384557b636e51bd8b2cab63b52c2a748ee5a134
https://github.com/tmux/tmux/commit/d384557b636e51bd8b2cab63b52c2a748ee5a134
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M menu.c
Log Message:
-----------
Remove flags from both keys for menus, GitHub issue 5484.
Commit: 87a8bda0238ec407732b4759bca70b9810f99de8
https://github.com/tmux/tmux/commit/87a8bda0238ec407732b4759bca70b9810f99de8
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M menu.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Remove flags from both keys for menus, GitHub issue 5484.
Commit: 9fdd04ae61db00dbf754289ecceb70a84af4e8c1
https://github.com/tmux/tmux/commit/9fdd04ae61db00dbf754289ecceb70a84af4e8c1
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M tty-features.c
M tty-keys.c
Log Message:
-----------
Add default terminal features for Rio, GitHub issue 5489 from Raphael
Amorim.
Commit: 1729bb8e8af4a1deddd772761e8c058092cd4cfe
https://github.com/tmux/tmux/commit/1729bb8e8af4a1deddd772761e8c058092cd4cfe
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M client.c
M file.c
M server-client.c
M tmux-protocol.h
M tmux.h
Log Message:
-----------
If writing a file fails, propagate the error to the server via a new
message. Use a client flag rather than bumping the protocol version.
GitHub issue 5451.
Commit: efaa1fe31c00afaf059ba9df35cba2bb1d52be75
https://github.com/tmux/tmux/commit/efaa1fe31c00afaf059ba9df35cba2bb1d52be75
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M client.c
M file.c
M server-client.c
M tmux-protocol.h
M tmux.h
M tty-features.c
M tty-keys.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
If writing a file fails, propagate the error to the server via a new message.
Use a client flag rather than bumping the protocol version. GitHub issue 5451.
Add default terminal features for Rio, GitHub issue 5489 from Raphael Amorim.
Commit: 0f241b74472387a4698c9eb50e09f1817b5dd2e7
https://github.com/tmux/tmux/commit/0f241b74472387a4698c9eb50e09f1817b5dd2e7
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES.
Commit: a18d4e00679e02d464cd284a9cb6a1453d8a3b26
https://github.com/tmux/tmux/commit/a18d4e00679e02d464cd284a9cb6a1453d8a3b26
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M tmux.1
M tmux.c
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Allow features to be disabled using @ suffix in terminal-features, from
Michael Grant.
Commit: 62044f02dff22d304da78ac81b69afcf84872ac7
https://github.com/tmux/tmux/commit/62044f02dff22d304da78ac81b69afcf84872ac7
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M tmux.1
M tmux.c
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Allow features to be disabled using @ suffix in terminal-features, from
Michael Grant.
Commit: 30abbe36a818632a6099347fcd20be35a3d53785
https://github.com/tmux/tmux/commit/30abbe36a818632a6099347fcd20be35a3d53785
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
A regress/sync-output-atomic.sh
Log Message:
-----------
Regress for sync, from [email protected].
Commit: b2de803871e579565a6f79296f386115142593ed
https://github.com/tmux/tmux/commit/b2de803871e579565a6f79296f386115142593ed
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M input.c
M screen-write.c
M tmux.h
Log Message:
-----------
Flush output before ending sync. GitHub issue 5495 from xiangzhedev at
gmail dot com.
Commit: 11ed661e2c6c30417cee1277dca125db107da31c
https://github.com/tmux/tmux/commit/11ed661e2c6c30417cee1277dca125db107da31c
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M input.c
M screen-write.c
M tmux.h
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Flush output before ending sync. GitHub issue 5495 from xiangzhedev at gmail
dot com.
Commit: db194ced5b41b35107e58933c77d02a22d2ccb9a
https://github.com/tmux/tmux/commit/db194ced5b41b35107e58933c77d02a22d2ccb9a
Author: nicm <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M client.c
Log Message:
-----------
Log unknown message types.
Commit: f672a0f677d79e3a8d11b57987d265df8e622d2c
https://github.com/tmux/tmux/commit/f672a0f677d79e3a8d11b57987d265df8e622d2c
Author: tmux update bot <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M client.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Log unknown message types.
Commit: 19a085a6727650ae660196a38e1a412f1b386615
https://github.com/tmux/tmux/commit/19a085a6727650ae660196a38e1a412f1b386615
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M regress/sync-output-atomic.sh
Log Message:
-----------
Fix socket names for macOS.
Commit: da641e4e8d2b0547487e8c6f28aca0e5981d5a92
https://github.com/tmux/tmux/commit/da641e4e8d2b0547487e8c6f28aca0e5981d5a92
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
A regress/respawn-pane-control-lag.sh
Log Message:
-----------
Add test for GitHub issue 5498 from Alex Rattray.
Commit: 6238793ad71f0bc0a6062c6575d866c180b18d08
https://github.com/tmux/tmux/commit/6238793ad71f0bc0a6062c6575d866c180b18d08
Author: nicm <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M server.c
Log Message:
-----------
Restore umask if bind fails, from nachalsa at naver dot com.
Commit: 72c5037f06625f8dff165ea42c660ee696e9015e
https://github.com/tmux/tmux/commit/72c5037f06625f8dff165ea42c660ee696e9015e
Author: nicm <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M server-fn.c
Log Message:
-----------
Correctly clear clients referring to a session with destroy-unattached,
GitHub issue 5497 from Jeong, Heon.
Commit: 4714f478fed87ae2c510ecd035aa89c5a90dedf8
https://github.com/tmux/tmux/commit/4714f478fed87ae2c510ecd035aa89c5a90dedf8
Author: nicm <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M control.c
M spawn.c
M tmux.h
Log Message:
-----------
When a pane is respawned, reset the control mode offsets. GitHub issue
5498 from Alex Rattray.
Commit: 22b36797526758ff3ed3407c1bbc3cde26277aaf
https://github.com/tmux/tmux/commit/22b36797526758ff3ed3407c1bbc3cde26277aaf
Author: tmux update bot <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M control.c
M server-fn.c
M server.c
M spawn.c
M tmux.h
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
When a pane is respawned, reset the control mode offsets. GitHub issue 5498
from Alex Rattray.
Correctly clear clients referring to a session with destroy-unattached,
GitHub issue 5497 from Jeong, Heon.
Restore umask if bind fails, from nachalsa at naver dot com.
Commit: b170c192742761a83ec3c8e1490692414d298860
https://github.com/tmux/tmux/commit/b170c192742761a83ec3c8e1490692414d298860
Author: nicm <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M cmd-source-file.c
Log Message:
-----------
Change correct depth counter for source-file when used from hooks,
GitHub issue 5437.
Commit: 0169f9e18c76cd3b9fd183597b08293b5f88d69a
https://github.com/tmux/tmux/commit/0169f9e18c76cd3b9fd183597b08293b5f88d69a
Author: tmux update bot <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M cmd-source-file.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Change correct depth counter for source-file when used from hooks, GitHub
issue 5437.
Commit: c5017e6da84e1e5b5db9f41f47def3fe7ba56308
https://github.com/tmux/tmux/commit/c5017e6da84e1e5b5db9f41f47def3fe7ba56308
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Bump time limit.
Commit: e94fcd96f9384808a404995b935d722fe3ed4358
https://github.com/tmux/tmux/commit/e94fcd96f9384808a404995b935d722fe3ed4358
Author: nicm <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Use DECRQM to detect mode 2026, from Michael Grant.
Commit: e5a2058c7ca350cda9436720b4e76a2224b8681f
https://github.com/tmux/tmux/commit/e5a2058c7ca350cda9436720b4e76a2224b8681f
Author: tmux update bot <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Use DECRQM to detect mode 2026, from Michael Grant.
Commit: 8a1f4620b00fdc29dbf0e094dcf6f1dcd558ef91
https://github.com/tmux/tmux/commit/8a1f4620b00fdc29dbf0e094dcf6f1dcd558ef91
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M .github/workflows/regress.yml
M CHANGES
M client.c
M cmd-break-pane.c
M cmd-source-file.c
M compat/getpeereid.c
M control.c
M file.c
M input.c
M menu.c
M prompt.c
M regress/mode-mutation.sh
A regress/respawn-pane-control-lag.sh
A regress/sync-output-atomic.sh
M screen-write.c
M server-client.c
M server-fn.c
M server.c
M spawn.c
M tmux-protocol.h
M tmux.1
M tmux.c
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Merge branch 'master' into no_more_overlays
Compare: https://github.com/tmux/tmux/compare/7d32e7f37988...8a1f4620b00f
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/no_more_overlays/7d32e7-8a1f46%40github.com.