Branch: refs/heads/no_more_overlays
Home: https://github.com/tmux/tmux
Commit: 3d44f75d0959313b1fc6a4e556d89927308a8cbe
https://github.com/tmux/tmux/commit/3d44f75d0959313b1fc6a4e556d89927308a8cbe
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M cmd-set-buffer.c
Log Message:
-----------
Do not leak buffer name on failure, from Jeong, Heon.
Commit: 995b39579506049aadbe321fbc4fb9818c50e2a3
https://github.com/tmux/tmux/commit/995b39579506049aadbe321fbc4fb9818c50e2a3
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M window-tree.c
Log Message:
-----------
Do not leak format when drawing preview, from Jeong, Heon.
Commit: 4cabc2ae85eea7d80a4d7f7fc75c8191f4c72c86
https://github.com/tmux/tmux/commit/4cabc2ae85eea7d80a4d7f7fc75c8191f4c72c86
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Do not leak path when destroying client, from Jeong, Heon.
Commit: 7792a74c76c03ad0074880d9e6bbdc27cf3afb7f
https://github.com/tmux/tmux/commit/7792a74c76c03ad0074880d9e6bbdc27cf3afb7f
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M window.c
Log Message:
-----------
Free pane fallback range when freeing pane, from Jeong, Heon.
Commit: c9f5ecb4b55dcdb80af914eb2320f71f0f1234ec
https://github.com/tmux/tmux/commit/c9f5ecb4b55dcdb80af914eb2320f71f0f1234ec
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M window.c
Log Message:
-----------
Do not leak cached status line, from Jeong, Heon.
Commit: f763f94556fbd68685c02d6eea306c1a6982270e
https://github.com/tmux/tmux/commit/f763f94556fbd68685c02d6eea306c1a6982270e
Author: tmux update bot <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M cmd-set-buffer.c
M server-client.c
M window-tree.c
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not leak cached status line, from Jeong, Heon.
Free pane fallback range when freeing pane, from Jeong, Heon.
Do not leak path when destroying client, from Jeong, Heon.
Do not leak format when drawing preview, from Jeong, Heon.
Do not leak buffer name on failure, from Jeong, Heon.
Commit: 41e701ad8408a3411bb59198a067c4ef471abba8
https://github.com/tmux/tmux/commit/41e701ad8408a3411bb59198a067c4ef471abba8
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M image.c
Log Message:
-----------
Return early if image is zero height when generating fallback, otherwise we
can
allocated too little space. Reported by Vivek Parikh.
Commit: 402d366bba94cf13eaddd793a889f56f91cfcb61
https://github.com/tmux/tmux/commit/402d366bba94cf13eaddd793a889f56f91cfcb61
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M format.c
Log Message:
-----------
Add {} to shell escape characters (special in bash/ksh/csh), GitHub
issue 5514.
Commit: c8ff8ea96fd2a189d22faf4ee35c6756a5c2c1dd
https://github.com/tmux/tmux/commit/c8ff8ea96fd2a189d22faf4ee35c6756a5c2c1dd
Author: tmux update bot <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add {} to shell escape characters (special in bash/ksh/csh), GitHub issue
5514.
Commit: 7d358208b9e2dce3b041b17d611bb285f1363673
https://github.com/tmux/tmux/commit/7d358208b9e2dce3b041b17d611bb285f1363673
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Free any remaining items when destroying screen, from Jeong, Heon.
Commit: f94036b2b038e8c6def5fca3baf7a192617b64bc
https://github.com/tmux/tmux/commit/f94036b2b038e8c6def5fca3baf7a192617b64bc
Author: tmux update bot <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Free any remaining items when destroying screen, from Jeong, Heon.
Commit: 5b54c7d41af85cd7f15f0c272d8980db945e2033
https://github.com/tmux/tmux/commit/5b54c7d41af85cd7f15f0c272d8980db945e2033
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Always use synchronized updates in copy mode (like when not in the
active pane), since copy mode will almost always moved the cursor. From
Artem Goldenberg in GitHub issue 5525.
Commit: 022b8451e3250cab4933071a6deeb22996dc4b7b
https://github.com/tmux/tmux/commit/022b8451e3250cab4933071a6deeb22996dc4b7b
Author: tmux update bot <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Always use synchronized updates in copy mode (like when not in the active
pane), since copy mode will almost always moved the cursor. From Artem
Goldenberg in GitHub issue 5525.
Commit: dc78d8f9ea78c30d31d622da37246d464d725bcc
https://github.com/tmux/tmux/commit/dc78d8f9ea78c30d31d622da37246d464d725bcc
Author: nicm <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M cmd-queue.c
Log Message:
-----------
Do not add messages to cfg_causes after config has finished, GitHub
issue 5528.
Commit: e5db7598b292873d43127d7e3a7c78fbc7009f95
https://github.com/tmux/tmux/commit/e5db7598b292873d43127d7e3a7c78fbc7009f95
Author: tmux update bot <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M cmd-queue.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not add messages to cfg_causes after config has finished, GitHub issue
5528.
Commit: 2d5328a8604b026d9b143c6c46d85283c0676ed5
https://github.com/tmux/tmux/commit/2d5328a8604b026d9b143c6c46d85283c0676ed5
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M server-client.c
M tmux.h
M window.c
Log Message:
-----------
If a pane has no scrollbar, don't bother to redraw it, and if redraw is
deferred change scrollbar redraws into redraw-all-scrollbars not redraw
entire window. GitHub issue 5529.
Commit: 50ea32162f8ebf2f6843c2f89e15abf9e85d828f
https://github.com/tmux/tmux/commit/50ea32162f8ebf2f6843c2f89e15abf9e85d828f
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M window-buffer.c
Log Message:
-----------
Correct a comparison ('\0' should be 0).
Commit: af29c080ba42d5be7027249688a8803d7746bd4b
https://github.com/tmux/tmux/commit/af29c080ba42d5be7027249688a8803d7746bd4b
Author: tmux update bot <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M server-client.c
M tmux.h
M window-buffer.c
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Correct a comparison ('\0' should be 0).
If a pane has no scrollbar, don't bother to redraw it, and if redraw is
deferred change scrollbar redraws into redraw-all-scrollbars not redraw entire
window. GitHub issue 5529.
Commit: 1459c90a7fa6a70afd1e8438fa9985141e4002be
https://github.com/tmux/tmux/commit/1459c90a7fa6a70afd1e8438fa9985141e4002be
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-if-shell.c
M cmd-run-shell.c
M window-panes.c
Log Message:
-----------
Tidy up args_make_commands reference counting to fix a memory leak, from
Jeong, Heon.
Commit: 0851650c6be43fe23477fee380fc6672d0348e57
https://github.com/tmux/tmux/commit/0851650c6be43fe23477fee380fc6672d0348e57
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Do not leak exit message on client free, from Jeong, Heon.
Commit: eb77a75ab76767719fdaffd83fbf7b7697082cd4
https://github.com/tmux/tmux/commit/eb77a75ab76767719fdaffd83fbf7b7697082cd4
Author: tmux update bot <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-if-shell.c
M cmd-run-shell.c
M server-client.c
M window-panes.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not leak exit message on client free, from Jeong, Heon.
Tidy up args_make_commands reference counting to fix a memory leak, from
Jeong, Heon.
Commit: 6f4c9b32af0354c4afc5e901600c6b48aca25352
https://github.com/tmux/tmux/commit/6f4c9b32af0354c4afc5e901600c6b48aca25352
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M sort.c
M window-switch.c
M window-tree.c
Log Message:
-----------
Do not pass NULL to qsort, and add checks for invalid session or window
after swap.
Commit: 0d2aafe7b7f7f49dd78f2ec34dcb56430208127a
https://github.com/tmux/tmux/commit/0d2aafe7b7f7f49dd78f2ec34dcb56430208127a
Author: tmux update bot <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M sort.c
M window-switch.c
M window-tree.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not pass NULL to qsort, and add checks for invalid session or window after
swap.
Commit: 4157b64754a15ea5eda87fcb545134bdf4f5885b
https://github.com/tmux/tmux/commit/4157b64754a15ea5eda87fcb545134bdf4f5885b
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M options-table.c
M tmux.1
M tmux.h
M tty-term.c
M tty.c
Log Message:
-----------
Add a clear-on-attach option which when turned off scrolls away the
existing terminal state instead of entering the alternate screen. This
is useful in environments where tmux is started as a login shell but it
is important that any pre-tmux messages are still visible. GitHub issue
5508 from Josef Řídký.
Commit: f4445a310a47ebb39675142f42e08559f567e628
https://github.com/tmux/tmux/commit/f4445a310a47ebb39675142f42e08559f567e628
Author: tmux update bot <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M options-table.c
M tmux.1
M tmux.h
M tty-term.c
M tty.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add a clear-on-attach option which when turned off scrolls away the existing
terminal state instead of entering the alternate screen. This is useful in
environments where tmux is started as a login shell but it is important that
any pre-tmux messages are still visible. GitHub issue 5508 from Josef Řídký.
Commit: 8e48c889dd229f4bb3046c4efbe01459aacf7b04
https://github.com/tmux/tmux/commit/8e48c889dd229f4bb3046c4efbe01459aacf7b04
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M regress/floating-pane-geometry.sh
Log Message:
-----------
Add a resize test.
Commit: b26b240613da0ace7abe80f2c89f74ce11db8eb9
https://github.com/tmux/tmux/commit/b26b240613da0ace7abe80f2c89f74ce11db8eb9
Author: nicm <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M layout.c
Log Message:
-----------
Fix tiled pane resizing with floating layout cells, reported by Kevin
Hovsäter.
Commit: 267746603a4ff25baad62e3477b126411e49b52f
https://github.com/tmux/tmux/commit/267746603a4ff25baad62e3477b126411e49b52f
Author: tmux update bot <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M layout.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Fix tiled pane resizing with floating layout cells, reported by Kevin
Hovsäter.
Commit: 52b452948fe8fb11062fa88bb41f3c56d7e0f025
https://github.com/tmux/tmux/commit/52b452948fe8fb11062fa88bb41f3c56d7e0f025
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M regress/buffers.sh
Log Message:
-----------
Check for buffer write error.
Commit: 78dad45f3bd13727653633fa43ec62cc336fe6e6
https://github.com/tmux/tmux/commit/78dad45f3bd13727653633fa43ec62cc336fe6e6
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
Log Message:
-----------
Add timeout for lock and don't keep credentials for regress, from Andreas
Fehlner.
Commit: 013ada58c864c68402aa28c7ad8eef542f346c9d
https://github.com/tmux/tmux/commit/013ada58c864c68402aa28c7ad8eef542f346c9d
Author: nicm <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Ignore focus events earlier to avoid them interfering with prefix,
GitHub issue 5539.
Commit: dd31900f80ee3e06f21a1a2d51961f87d27989c4
https://github.com/tmux/tmux/commit/dd31900f80ee3e06f21a1a2d51961f87d27989c4
Author: tmux update bot <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Ignore focus events earlier to avoid them interfering with prefix, GitHub
issue 5539.
Commit: 65e811570be17411e6c1996e2e3a8d5c1707a4ae
https://github.com/tmux/tmux/commit/65e811570be17411e6c1996e2e3a8d5c1707a4ae
Author: nicm <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M popup.c
Log Message:
-----------
Do no free input context if it is NULL when popup create fails.
Commit: 7bad4f772208e1c78de0ad422c7638d7fcf74c4c
https://github.com/tmux/tmux/commit/7bad4f772208e1c78de0ad422c7638d7fcf74c4c
Author: nicm <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M grid.c
Log Message:
-----------
Do not walk off end of grid lines if last line is wrapped, reported by
Moe Khalilov.
Commit: 40381bdcd91dac4deb177e1ed1a5794969d97d39
https://github.com/tmux/tmux/commit/40381bdcd91dac4deb177e1ed1a5794969d97d39
Author: tmux update bot <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M grid.c
M popup.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not walk off end of grid lines if last line is wrapped, reported by Moe
Khalilov.
Do no free input context if it is NULL when popup create fails.
Commit: 39357c829c62c1e0c0af6e7a8715b0073c65e8e9
https://github.com/tmux/tmux/commit/39357c829c62c1e0c0af6e7a8715b0073c65e8e9
Author: nicm <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
Clear stale marks when a search regex fails to compile, GitHub issue
5547 from Uzair Aftab.
Commit: 6a1ecdcce34cd2682b3bf06b14a10ce4f24c8165
https://github.com/tmux/tmux/commit/6a1ecdcce34cd2682b3bf06b14a10ce4f24c8165
Author: nicm <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
Do not try to append zero size cells, from Uzair Aftab.
Commit: c552d1bf167a240d28f82b4d78a604a12da3326a
https://github.com/tmux/tmux/commit/c552d1bf167a240d28f82b4d78a604a12da3326a
Author: nicm <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M cmd-resize-pane.c
Log Message:
-----------
Layout cell can be replaced by unzoom, fixes use after free. From Uzair
Aftab.
Commit: af3e4d2e5b63fa2db14834b17b20b40771744b91
https://github.com/tmux/tmux/commit/af3e4d2e5b63fa2db14834b17b20b40771744b91
Author: nicm <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M cmd-display-menu.c
Log Message:
-----------
Do not allow popups for control clients, from Noam Stolero.
Commit: 8b3834c34fd54df0be8798ad6412aab7d58d118d
https://github.com/tmux/tmux/commit/8b3834c34fd54df0be8798ad6412aab7d58d118d
Author: nicm <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Do not leak temporary commands when expanding aliases, from Jeong, Heon.
Commit: b28244e2fe4493a71d54d0a17d87aa9106d8e665
https://github.com/tmux/tmux/commit/b28244e2fe4493a71d54d0a17d87aa9106d8e665
Author: tmux update bot <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M cmd-display-menu.c
M cmd-parse.y
M cmd-resize-pane.c
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not leak temporary commands when expanding aliases, from Jeong, Heon.
Do not allow popups for control clients, from Noam Stolero.
Layout cell can be replaced by unzoom, fixes use after free. From Uzair Aftab.
Do not try to append zero size cells, from Uzair Aftab.
Clear stale marks when a search regex fails to compile, GitHub issue 5547
from Uzair Aftab.
Commit: 9c1d5a080be8c1c1943fbfd0eee3677ed79cfe47
https://github.com/tmux/tmux/commit/9c1d5a080be8c1c1943fbfd0eee3677ed79cfe47
Author: Nicholas Marriott <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
Log Message:
-----------
Use hash for actions, from Andreas Fehlner.
Commit: f2bfd611e25dbc3ab39164b2ac93c0aeae9f5f75
https://github.com/tmux/tmux/commit/f2bfd611e25dbc3ab39164b2ac93c0aeae9f5f75
Author: kirill <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M tmux.1
M tty-features.c
M window-client.c
Log Message:
-----------
tmux: add utf8 terminal-features
OK: nicm@
Commit: 6bdb9ba54c4acdb20387ab9d629b7f1a03d871dc
https://github.com/tmux/tmux/commit/6bdb9ba54c4acdb20387ab9d629b7f1a03d871dc
Author: tmux update bot <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M tmux.1
M tty-features.c
M window-client.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
tmux: add utf8 terminal-features
Commit: 0530a7d89a2c4eb375c2b0ca1f87bd3e8978e109
https://github.com/tmux/tmux/commit/0530a7d89a2c4eb375c2b0ca1f87bd3e8978e109
Author: nicm <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add format variables for history change counters, from Michael K Darling.
Commit: b402687fcd9f99d82b5c47b41e082f8032df1530
https://github.com/tmux/tmux/commit/b402687fcd9f99d82b5c47b41e082f8032df1530
Author: nicm <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M format.c
M input.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a generation counter to pane output, from Michael K Darling.
Commit: c8e889694d15aaa8b1bf95302f215c2c1538d7ab
https://github.com/tmux/tmux/commit/c8e889694d15aaa8b1bf95302f215c2c1538d7ab
Author: tmux update bot <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M format.c
M input.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add a generation counter to pane output, from Michael K Darling.
Add format variables for history change counters, from Michael K Darling.
Commit: 77309c07b081223841dd27ed89159dec93438d20
https://github.com/tmux/tmux/commit/77309c07b081223841dd27ed89159dec93438d20
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
A regress/copy-mode-unicode-whitespace.sh
Log Message:
-----------
Whitespace regress test from Hongyi Zhao.
Commit: 8f3101d8208707b90e2cc93354d37a81cc2ce1ea
https://github.com/tmux/tmux/commit/8f3101d8208707b90e2cc93354d37a81cc2ce1ea
Author: nicm <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M grid.c
M options-table.c
M tmux.1
M tmux.h
M utf8.c
Log Message:
-----------
Extend word commands to use any Unicode whitespace character, GitHub
issue 5562 from Hongyi Zhao.
Commit: bd8218e85d9305cda3abbe9a54a4288e538632e9
https://github.com/tmux/tmux/commit/bd8218e85d9305cda3abbe9a54a4288e538632e9
Author: nicm <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
When changing selection-mode to line, set up the selection start and end
correctly, GitHub issue 5545.
Commit: 9b0ad73a4be810ec4af4fe566eaa2043dc457928
https://github.com/tmux/tmux/commit/9b0ad73a4be810ec4af4fe566eaa2043dc457928
Author: tmux update bot <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M grid.c
M options-table.c
M tmux.1
M tmux.h
M utf8.c
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
When changing selection-mode to line, set up the selection start and end
correctly, GitHub issue 5545.
Extend word commands to use any Unicode whitespace character, GitHub issue
5562 from Hongyi Zhao.
Commit: 78c0dc5be01df7af64a66d0cdb2a220520d58653
https://github.com/tmux/tmux/commit/78c0dc5be01df7af64a66d0cdb2a220520d58653
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
M arguments.c
M cmd-command-prompt.c
M cmd-display-menu.c
M cmd-if-shell.c
M cmd-parse.y
M cmd-queue.c
M cmd-resize-pane.c
M cmd-run-shell.c
M cmd-set-buffer.c
M format.c
M grid.c
M image.c
M input.c
M layout.c
M options-table.c
M regress/buffers.sh
A regress/copy-mode-unicode-whitespace.sh
M regress/floating-pane-geometry.sh
M screen-write.c
M server-client.c
M sort.c
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c
M utf8.c
M window-buffer.c
M window-client.c
M window-copy.c
M window-panes.c
M window-switch.c
M window-tree.c
M window.c
Log Message:
-----------
Merge branch 'master' into no_more_overlays
# Conflicts:
# cmd-display-menu.c
# popup.c
# screen-write.c
Compare: https://github.com/tmux/tmux/compare/81fa44f263ee...78c0dc5be01d
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/81fa44-78c0dc%40github.com.