Branch: refs/heads/4902-image-support
Home: https://github.com/tmux/tmux
Commit: 4a9dbac43573fe4ba7e9798b159eb718ff8df2d7
https://github.com/tmux/tmux/commit/4a9dbac43573fe4ba7e9798b159eb718ff8df2d7
Author: nicm <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add a refresh-now command and change the r binding back to it in copy mode.
Commit: 2e394bef117b29b0c5c566f50d07be2aee23688a
https://github.com/tmux/tmux/commit/2e394bef117b29b0c5c566f50d07be2aee23688a
Author: tmux update bot <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add a refresh-now command and change the r binding back to it in copy mode.
Commit: 641e75e6e251de581fa3154fd2d1523d17d76395
https://github.com/tmux/tmux/commit/641e75e6e251de581fa3154fd2d1523d17d76395
Author: nicm <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M key-bindings.c
M tmux.1
Log Message:
-----------
Add T key to change pane title, from Fouad Wahabi in GitHub issue 5461.
Commit: 40a485db9ce9222aaea3d4dc28666c7952aa1eb9
https://github.com/tmux/tmux/commit/40a485db9ce9222aaea3d4dc28666c7952aa1eb9
Author: tmux update bot <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M key-bindings.c
M tmux.1
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add T key to change pane title, from Fouad Wahabi in GitHub issue 5461.
Commit: 35ab6600429881b7a594548ca23d7c0d5006c2a1
https://github.com/tmux/tmux/commit/35ab6600429881b7a594548ca23d7c0d5006c2a1
Author: Ben Boeckel <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
Log Message:
-----------
ci: only run `lock` and `regress` workflows on the main repo
Forks are just wasting CI cycles spinning actions which are probably not
looked at. Also avoid locking issues and PRs on any forks with
upstream's policies.
Commit: cbb1da66c39aa692c71545328464d1d21628debd
https://github.com/tmux/tmux/commit/cbb1da66c39aa692c71545328464d1d21628debd
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
Log Message:
-----------
Merge pull request #5471 from mathstuf/actions-only-on-main-repo
ci: only run `lock` and `regress` workflows on the main repo
Commit: 2ec1038ffd49a2fb8e5741d689bc8889820a896e
https://github.com/tmux/tmux/commit/2ec1038ffd49a2fb8e5741d689bc8889820a896e
Author: nicm <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Always unzoom before splitting window, for floating panes also. We
already unzoomed for tiled panes and this does the same for floating
panes (until we support having them float over a zoomed pane). From Éric
NICOLAS.
Commit: a598b2a910ca169540eed05a61457e43da75acc8
https://github.com/tmux/tmux/commit/a598b2a910ca169540eed05a61457e43da75acc8
Author: tmux update bot <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Always unzoom before splitting window, for floating panes also. We already
unzoomed for tiled panes and this does the same for floating panes (until we
support having them float over a zoomed pane). From Éric NICOLAS.
Commit: 10048f6579209fd1ca18ff6c5436628dec012371
https://github.com/tmux/tmux/commit/10048f6579209fd1ca18ff6c5436628dec012371
Author: nicm <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Only unzoom in the floating-split case, modal panes take care of themselves.
Commit: 851c5a933d4838c32ad06c248b2ba975d106149c
https://github.com/tmux/tmux/commit/851c5a933d4838c32ad06c248b2ba975d106149c
Author: tmux update bot <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Only unzoom in the floating-split case, modal panes take care of themselves.
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: 48658fd659ebbbf152994fe4a150b91bbb37da1e
https://github.com/tmux/tmux/commit/48658fd659ebbbf152994fe4a150b91bbb37da1e
Author: Michael Grant <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
M cmd-split-window.c
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Merge branch 'master' into 4902-image-support
Commit: 33bbd60d98653b3fed9451195bc95667a3f16231
https://github.com/tmux/tmux/commit/33bbd60d98653b3fed9451195bc95667a3f16231
Author: Michael Grant <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M CHANGES
M client.c
M cmd-break-pane.c
M compat/getpeereid.c
M file.c
M menu.c
M prompt.c
M regress/mode-mutation.sh
A regress/sync-output-atomic.sh
M server-client.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 4902-image-support
Compare: https://github.com/tmux/tmux/compare/196236510692...33bbd60d9865
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/4902-image-support/196236-33bbd6%40github.com.