Branch: refs/heads/command_parser
Home: https://github.com/tmux/tmux
Commit: 418ddada23d290ab02417b62213b402a08f4d9b5
https://github.com/tmux/tmux/commit/418ddada23d290ab02417b62213b402a08f4d9b5
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M tty-keys.c
Log Message:
-----------
Increase escape-time for tmux's own queries (refresh-client -l and
window size) as well, GitHub issue 5388 from Jackson Edmonds.
Commit: 0e2576a842104886f3e33f0e62928551e54309cb
https://github.com/tmux/tmux/commit/0e2576a842104886f3e33f0e62928551e54309cb
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M format-draw.c
Log Message:
-----------
Use correct cursor position for range end, GitHub issue 5414.
Commit: 4d1cf62fb4636da64b046fbefcf164578be85e6e
https://github.com/tmux/tmux/commit/4d1cf62fb4636da64b046fbefcf164578be85e6e
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M format-draw.c
M tty-keys.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Use correct cursor position for range end, GitHub issue 5414.
Increase escape-time for tmux's own queries (refresh-client -l and window
size) as well, GitHub issue 5388 from Jackson Edmonds.
Commit: 3e61e63851f343439f63bfd2bb5ca357dfc60dc0
https://github.com/tmux/tmux/commit/3e61e63851f343439f63bfd2bb5ca357dfc60dc0
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regress/screen-redraw-floating.sh
A regress/screen-redraw-results/floating-empty-noborder.result
Log Message:
-----------
Test for outside panes with no border.
Commit: abd2f3a9a57851b68d93dcfc95651671c49dd1a2
https://github.com/tmux/tmux/commit/abd2f3a9a57851b68d93dcfc95651671c49dd1a2
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M options-table.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add copy-mode-current-line-style to set style for current line in copy
mode, GitHub issue 5391 from Leo Henon.
Commit: 9d583cad5af9792c42fea65f968710546facf4bd
https://github.com/tmux/tmux/commit/9d583cad5af9792c42fea65f968710546facf4bd
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
If drawing border but not actually on a border, use the default line
style.
Commit: 92f090c0c0e57933945e404f8e35f04b8fbdd23b
https://github.com/tmux/tmux/commit/92f090c0c0e57933945e404f8e35f04b8fbdd23b
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M options-table.c
M screen-redraw.c
M tmux.1
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
If drawing border but not actually on a border, use the default line style.
Add copy-mode-current-line-style to set style for current line in copy mode,
GitHub issue 5391 from Leo Henon.
Commit: 2848a12562c0958d0fef68f9ead7c52fa59f877e
https://github.com/tmux/tmux/commit/2848a12562c0958d0fef68f9ead7c52fa59f877e
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regress/screen-redraw-floating.sh
A regress/screen-redraw-results/floating-clip-window-edge.result
M regress/screen-redraw-results/floating-outside.result
Log Message:
-----------
Update tests for fix to floating panes at window edges.
Commit: 8bf2a4e807a092970dabfac89936d6e887389ecd
https://github.com/tmux/tmux/commit/8bf2a4e807a092970dabfac89936d6e887389ecd
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M cmd-split-window.c
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a -C flag to new-pane to have a modal pane close when the mouse is
clicked outside it, GitHub issue 5400.
Commit: c59db2d007351f0da953334b81f5394508204df9
https://github.com/tmux/tmux/commit/c59db2d007351f0da953334b81f5394508204df9
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M window.c
Log Message:
-----------
Invalidate scene when window is resized.
Commit: a57b0f1282129231d3e0934062991feb11381976
https://github.com/tmux/tmux/commit/a57b0f1282129231d3e0934062991feb11381976
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Clip floating panes exactly at window edge, don't let the border creep
into the first outside column.
Commit: 7abb9af06236eb9def862bb88a82792f6c846bef
https://github.com/tmux/tmux/commit/7abb9af06236eb9def862bb88a82792f6c846bef
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M cmd-split-window.c
M screen-redraw.c
M server-client.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Clip floating panes exactly at window edge, don't let the border creep into
the first outside column.
Invalidate scene when window is resized.
Add a -C flag to new-pane to have a modal pane close when the mouse is
clicked outside it, GitHub issue 5400.
Commit: 0868435e81986b53c1d58ab93a2b973d2f311f59
https://github.com/tmux/tmux/commit/0868435e81986b53c1d58ab93a2b973d2f311f59
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M CHANGES
A regress/format-animation.sh
Log Message:
-----------
Add test for A: modifier, from Fernando Daciuk.
Commit: bd4ac0299484b0930c0644e48680f3a63ad6a0c7
https://github.com/tmux/tmux/commit/bd4ac0299484b0930c0644e48680f3a63ad6a0c7
Author: nicm <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M format.c
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Add A modifier to cycle through a series of values, GitHub issue 5412
from Fernando Daciuk.
Commit: 242239b561b750b95d676266311783c249c81dfd
https://github.com/tmux/tmux/commit/242239b561b750b95d676266311783c249c81dfd
Author: tmux update bot <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M format.c
M server-client.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 modifier to cycle through a series of values, GitHub issue 5412 from
Fernando Daciuk.
Commit: 18fc547b829317a886693827b8c4aa531e0e8143
https://github.com/tmux/tmux/commit/18fc547b829317a886693827b8c4aa531e0e8143
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M regress/hooks.sh
M regress/set-hook-B.sh
Log Message:
-----------
Update show hooks tests.
Commit: 09a2ea190d325523c4eb0dd45b4bc09c09df8f72
https://github.com/tmux/tmux/commit/09a2ea190d325523c4eb0dd45b4bc09c09df8f72
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M regress/new-pane-mouse.sh
Log Message:
-----------
Update test.
Commit: 9625fe3b5f7d23817f4f0f07b24877cea58a7d7f
https://github.com/tmux/tmux/commit/9625fe3b5f7d23817f4f0f07b24877cea58a7d7f
Author: nicm <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M cmd-show-options.c
Log Message:
-----------
Show user hooks correctly with show-hooks.
Commit: 597d04ed784f3e3a2c37dbac771956bd9c99a440
https://github.com/tmux/tmux/commit/597d04ed784f3e3a2c37dbac771956bd9c99a440
Author: tmux update bot <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M cmd-show-options.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Show user hooks correctly with show-hooks.
Commit: 2a5389416a2ef4c65e56a1479b1c34cdf234127a
https://github.com/tmux/tmux/commit/2a5389416a2ef4c65e56a1479b1c34cdf234127a
Author: nicm <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M key-bindings.c
Log Message:
-----------
Add a menu on empty areas to allow a new pane to be created.
Commit: 7277712ca8b603d3b11edbb470de50eb1c64bbf1
https://github.com/tmux/tmux/commit/7277712ca8b603d3b11edbb470de50eb1c64bbf1
Author: nicm <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M cmd-show-options.c
M hooks.c
M tmux.1
M tmux.h
Log Message:
-----------
Switch show-options over to using a format and add -F.
Commit: 7428b0431ad85b874e7b89e85377185a22a37648
https://github.com/tmux/tmux/commit/7428b0431ad85b874e7b89e85377185a22a37648
Author: tmux update bot <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M cmd-show-options.c
M hooks.c
M key-bindings.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Switch show-options over to using a format and add -F.
Add a menu on empty areas to allow a new pane to be created.
Commit: 38feebb5d2a5b2be475aca56c406fbdf57cee13d
https://github.com/tmux/tmux/commit/38feebb5d2a5b2be475aca56c406fbdf57cee13d
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M regress/options-array.sh
M regress/options-values.sh
M regress/set-hook-B.sh
A regress/show-options-output.sh
Log Message:
-----------
Show options tests.
Commit: 26bdd2b511fbfe01a05759745daf3125fdebd110
https://github.com/tmux/tmux/commit/26bdd2b511fbfe01a05759745daf3125fdebd110
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
On macOS, look for utf8proc with no arguments and use it if provided. Only
require a flag if it is not available.
Commit: fb88172346b07fe70a385cee593e64091cb749a7
https://github.com/tmux/tmux/commit/fb88172346b07fe70a385cee593e64091cb749a7
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Turn ASAN off again on macOS.
Commit: 7568c192767a1f34547e0d3ed2db5a9e0ab7f4d1
https://github.com/tmux/tmux/commit/7568c192767a1f34547e0d3ed2db5a9e0ab7f4d1
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M proc.c
Log Message:
-----------
Log jemalloc version if in use.
Commit: a10ed3233c82d2b821e34cb87f0278b625dc8ba4
https://github.com/tmux/tmux/commit/a10ed3233c82d2b821e34cb87f0278b625dc8ba4
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Require jemalloc on macOS.
Commit: 6049298140210612128219d37c07e64dd230b9e3
https://github.com/tmux/tmux/commit/6049298140210612128219d37c07e64dd230b9e3
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Show what we have found during configure.
Commit: 689e6f8fac4e48c1d25bd61ca3061e9b590f6246
https://github.com/tmux/tmux/commit/689e6f8fac4e48c1d25bd61ca3061e9b590f6246
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Add jemalloc to regress dependencies.
Commit: a2f3bdb601000c0a6ed436029bbd0664179e5d05
https://github.com/tmux/tmux/commit/a2f3bdb601000c0a6ed436029bbd0664179e5d05
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
A regress/screen-redraw-fill-character.sh
M regress/screen-redraw-floating.sh
M regress/screen-redraw-results/floating-clip-window-edge.result
M regress/screen-redraw-results/floating-outside.result
Log Message:
-----------
fill-character test bits.
Commit: c59230316b4507320001f41d228bdc13104d6f8f
https://github.com/tmux/tmux/commit/c59230316b4507320001f41d228bdc13104d6f8f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES.
Commit: 8862390c3426ed31a76c1476089eefcc87932e32
https://github.com/tmux/tmux/commit/8862390c3426ed31a76c1476089eefcc87932e32
Author: nicm <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M cmd-break-pane.c
M options-table.c
M options.c
M screen-redraw.c
M spawn.c
M tmux.1
M tmux.h
M window-border.c
M window.c
Log Message:
-----------
Extend fill-character to allow inside and outside to be separate and use
a different default (filled characters rather than dots) for inside.
Commit: 190b5bde16242bbe730143084cec85bce5405052
https://github.com/tmux/tmux/commit/190b5bde16242bbe730143084cec85bce5405052
Author: tmux update bot <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M cmd-break-pane.c
M options-table.c
M options.c
M screen-redraw.c
M spawn.c
M tmux.1
M tmux.h
M window-border.c
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Extend fill-character to allow inside and outside to be separate and use a
different default (filled characters rather than dots) for inside.
Commit: 0ec289545a054ee21bac7ded9d474288e43554b7
https://github.com/tmux/tmux/commit/0ec289545a054ee21bac7ded9d474288e43554b7
Author: Ilya Grigoriev <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both
enabled
ASAN and jemalloc both replace `malloc` with their version.
Previously, configuring with `--enable-asan` on macOS would enable both
jemalloc and ASAN. I'm not sure which one won, but seemed undesired.
Commit: cc7eea1e3446181aa885339cda11c893e56c244a
https://github.com/tmux/tmux/commit/cc7eea1e3446181aa885339cda11c893e56c244a
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Merge pull request #5423 from ilyagr/jemalloc-and-asan-mutually-exclusive
configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both
enabled
Commit: e361982acf62f16c4da34ca0afc91724281e4171
https://github.com/tmux/tmux/commit/e361982acf62f16c4da34ca0afc91724281e4171
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M regress/screen-redraw-results/floating-clip-window-edge.result
M regress/screen-redraw-results/floating-outside.result
Log Message:
-----------
Fix some tests.
Commit: 47f210a9d257b84d624ab6c755c9355a72cf9ac0
https://github.com/tmux/tmux/commit/47f210a9d257b84d624ab6c755c9355a72cf9ac0
Author: nicm <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Replace outside as well as empty cells with the border.
Commit: 29bf7fe2f70559d574c84c068d90d173891907d0
https://github.com/tmux/tmux/commit/29bf7fe2f70559d574c84c068d90d173891907d0
Author: tmux update bot <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Replace outside as well as empty cells with the border.
Commit: 0768795ce31c064e06cd4dcd65730eaa71bfef25
https://github.com/tmux/tmux/commit/0768795ce31c064e06cd4dcd65730eaa71bfef25
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M regress/input-common.inc
M regress/input-unicode.sh
M regress/tty-draw-line.sh
Log Message:
-----------
Test for overlong runs of combining characters, GitHub issue 5434.
Commit: 10726b1b279da05adf5e5a8e38cc3eaade477850
https://github.com/tmux/tmux/commit/10726b1b279da05adf5e5a8e38cc3eaade477850
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M regress/input-osc.sh
Log Message:
-----------
Title stack test.
Commit: afb95f3134567888c03bc45136ac2d6d5dcfd9cc
https://github.com/tmux/tmux/commit/afb95f3134567888c03bc45136ac2d6d5dcfd9cc
Author: nicm <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M screen-write.c
M tty-draw.c
Log Message:
-----------
Do not loop forever if the combining character is too long, GitHub issue
5434 from me at qdrs dot dev.
Commit: 55169f12756175d526d7254c53d1701db98e47df
https://github.com/tmux/tmux/commit/55169f12756175d526d7254c53d1701db98e47df
Author: nicm <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M screen.c
Log Message:
-----------
Reset title count when freeing titles, GitHub issue 5429 from Brett
Smith.
Commit: 3068ae06a88269072affc21e9c6e2cb62246905c
https://github.com/tmux/tmux/commit/3068ae06a88269072affc21e9c6e2cb62246905c
Author: nicm <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M screen.c
Log Message:
-----------
Also set ntitles to 0 when creating screen in the first place.
Commit: 0a92ff6e76bae0ad22f7f943ca1d1e57d37d3465
https://github.com/tmux/tmux/commit/0a92ff6e76bae0ad22f7f943ca1d1e57d37d3465
Author: tmux update bot <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M screen-write.c
M screen.c
M tty-draw.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Also set ntitles to 0 when creating screen in the first place.
Reset title count when freeing titles, GitHub issue 5429 from Brett Smith.
Do not loop forever if the combining character is too long, GitHub issue 5434
from me at qdrs dot dev.
Commit: 0255981a546ebb9de8dba2140c4fb0a3773fd811
https://github.com/tmux/tmux/commit/0255981a546ebb9de8dba2140c4fb0a3773fd811
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M regress/run-shell-output.sh
Log Message:
-----------
Test run-shell if killed.
Commit: 4cc45aa719a527457ec0d88dcbc7216ca3be2b7e
https://github.com/tmux/tmux/commit/4cc45aa719a527457ec0d88dcbc7216ca3be2b7e
Author: nicm <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M file.c
Log Message:
-----------
Do not try to write to clients which have died, GitHub issue 5431 from
Stefan Ladstätter.
Commit: 008a3f3f8bce5c39f508c093309581f6f1275a57
https://github.com/tmux/tmux/commit/008a3f3f8bce5c39f508c093309581f6f1275a57
Author: tmux update bot <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M file.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not try to write to clients which have died, GitHub issue 5431 from Stefan
Ladstätter.
Commit: d57d75deee894f2adb9b13fecadb3b2ccadf39bc
https://github.com/tmux/tmux/commit/d57d75deee894f2adb9b13fecadb3b2ccadf39bc
Author: nicm <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Include \n and \t in shell special characters, from Nikolas Skarlatos.
Commit: ff214cf9a1ce1b946963b83b9d3517d10055a592
https://github.com/tmux/tmux/commit/ff214cf9a1ce1b946963b83b9d3517d10055a592
Author: tmux update bot <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Include \n and \t in shell special characters, from Nikolas Skarlatos.
Commit: 5269e1411363fc91a5efe628e88b41eb11e24872
https://github.com/tmux/tmux/commit/5269e1411363fc91a5efe628e88b41eb11e24872
Author: nicm <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M cmd-swap-window.c
M options-table.c
Log Message:
-----------
Add after-swap-window hook from basicalllymiloud at gmail dot com.
Commit: 8ca512b5024575feeb59d5059889971e508ac18c
https://github.com/tmux/tmux/commit/8ca512b5024575feeb59d5059889971e508ac18c
Author: tmux update bot <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M cmd-swap-window.c
M options-table.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add after-swap-window hook from basicalllymiloud at gmail dot com.
Commit: 9b97dadc0160313bfc961f17c63a0a19f1d89509
https://github.com/tmux/tmux/commit/9b97dadc0160313bfc961f17c63a0a19f1d89509
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
A regress/pipe-pane.sh
Log Message:
-----------
Test for pipe-pane.
Commit: f751d3f2c16493cef5e9a6b27fdce7ea0e713f34
https://github.com/tmux/tmux/commit/f751d3f2c16493cef5e9a6b27fdce7ea0e713f34
Author: nicm <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M cmd-pipe-pane.c
M server-fn.c
Log Message:
-----------
When destroying pane, also close pipe and destroy its event. GitHub
issue 5424.
Commit: 00b5323d5c2a020198f4e71b028c43c5782608a4
https://github.com/tmux/tmux/commit/00b5323d5c2a020198f4e71b028c43c5782608a4
Author: tmux update bot <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M cmd-pipe-pane.c
M server-fn.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
When destroying pane, also close pipe and destroy its event. GitHub issue
5424.
Commit: 27ab96b284e71ed82c1a8930dd900260fd1583f0
https://github.com/tmux/tmux/commit/27ab96b284e71ed82c1a8930dd900260fd1583f0
Author: nicm <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M cmd-show-options.c
M hooks.c
M monitor.c
M options.c
M tmux.1
M tmux.h
Log Message:
-----------
Store count of how many times a hook is fired and the last time.
Commit: e2a5ea2e78e9ceadf7cc000a9d1695b04c495189
https://github.com/tmux/tmux/commit/e2a5ea2e78e9ceadf7cc000a9d1695b04c495189
Author: tmux update bot <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M cmd-show-options.c
M hooks.c
M monitor.c
M options.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Store count of how many times a hook is fired and the last time.
Commit: 3c1b2969a8d7e4861985a271513e318bf6700188
https://github.com/tmux/tmux/commit/3c1b2969a8d7e4861985a271513e318bf6700188
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M regress/hooks.sh
M regress/set-hook-B.sh
Log Message:
-----------
Tests for hooks time and count.
Commit: a5ad1914b8b9dae3d1e8f26b2e1440d7355340a3
https://github.com/tmux/tmux/commit/a5ad1914b8b9dae3d1e8f26b2e1440d7355340a3
Author: nicm <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M tmux.1
Log Message:
-----------
Add a warning about shell metacharacters, from Nikolas Skarlatos.
Commit: a115ca68a54c8925a4c10fe32d4d44c7c222fbc4
https://github.com/tmux/tmux/commit/a115ca68a54c8925a4c10fe32d4d44c7c222fbc4
Author: tmux update bot <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M tmux.1
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Add a warning about shell metacharacters, from Nikolas Skarlatos.
Commit: 9c402fa7b70c5328ea183fa2f18a7eaf44c0857d
https://github.com/tmux/tmux/commit/9c402fa7b70c5328ea183fa2f18a7eaf44c0857d
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M regress/customize-mode.sh
Log Message:
-----------
Test hook time in customize mode.
Commit: 6a13d61b48d01ed288ad033f661df5fdb27cf501
https://github.com/tmux/tmux/commit/6a13d61b48d01ed288ad033f661df5fdb27cf501
Author: nicm <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M window-customize.c
Log Message:
-----------
Show hook count and time in customize mode.
Commit: 31fe1ded5df10037bc292fbd6762030a9c089314
https://github.com/tmux/tmux/commit/31fe1ded5df10037bc292fbd6762030a9c089314
Author: tmux update bot <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M window-customize.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Show hook count and time in customize mode.
Commit: 899b4b54717789208f92e284094447e0e602ff8f
https://github.com/tmux/tmux/commit/899b4b54717789208f92e284094447e0e602ff8f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
M CHANGES
M cmd-break-pane.c
M cmd-pipe-pane.c
M cmd-show-options.c
M cmd-split-window.c
M cmd-swap-window.c
M configure.ac
M file.c
M format-draw.c
M format.c
M hooks.c
M key-bindings.c
M monitor.c
M options-table.c
M options.c
M proc.c
M regress/customize-mode.sh
A regress/format-animation.sh
M regress/hooks.sh
M regress/input-common.inc
M regress/input-osc.sh
M regress/input-unicode.sh
M regress/new-pane-mouse.sh
M regress/options-array.sh
M regress/options-values.sh
A regress/pipe-pane.sh
M regress/run-shell-output.sh
A regress/screen-redraw-fill-character.sh
M regress/screen-redraw-floating.sh
A regress/screen-redraw-results/floating-clip-window-edge.result
A regress/screen-redraw-results/floating-empty-noborder.result
M regress/screen-redraw-results/floating-outside.result
M regress/set-hook-B.sh
A regress/show-options-output.sh
M regress/tty-draw-line.sh
M screen-redraw.c
M screen-write.c
M screen.c
M server-client.c
M server-fn.c
M spawn.c
M tmux.1
M tmux.h
M tty-draw.c
M tty-keys.c
M window-border.c
M window-copy.c
M window-customize.c
M window.c
Log Message:
-----------
Merge branch 'master' into command_parser
Compare: https://github.com/tmux/tmux/compare/16064a410e68...899b4b547177
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/command_parser/16064a-899b4b%40github.com.