Branch: refs/heads/5211-fix-select-layout-list-windows
Home: https://github.com/tmux/tmux
Commit: bbd4768bb62354796bbb5fb7ab978c436f808559
https://github.com/tmux/tmux/commit/bbd4768bb62354796bbb5fb7ab978c436f808559
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
3.7-rc version.
Commit: 8771b6051f35d6fcd1a001d6b999e32901826c29
https://github.com/tmux/tmux/commit/8771b6051f35d6fcd1a001d6b999e32901826c29
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M server-client.c
M window.c
Log Message:
-----------
Fix mouse events on tiled pane status line - when panes share a border,
prefer the pane for which the border is the status line. With Dane
Jensen.
Commit: aa1f0653e902e98b394b41f05860387c8b709818
https://github.com/tmux/tmux/commit/aa1f0653e902e98b394b41f05860387c8b709818
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Bump version to 3.7-rc2.
Commit: cc87db74c78c28a6f9c6619ceae3ae97a0b95c53
https://github.com/tmux/tmux/commit/cc87db74c78c28a6f9c6619ceae3ae97a0b95c53
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M tty.c
M utf8-combined.c
Log Message:
-----------
Two fixes for RI codepoints. Firstly, do not combine more than two of
them - previously we were ending up with four codepoints in one cell
which tmux believed to be width 2, but terminals considered width 4.
Secondly, invalidate cursor position before redrawing the cell when the
second codepoint is received, terminals vary in how they manage
backspace and cursor movement across these characters, so it is better
to use absolute rather than relative positioning. GitHub issue 4853.
Commit: dabaae1534f206dd8513429b882481e6221a6afd
https://github.com/tmux/tmux/commit/dabaae1534f206dd8513429b882481e6221a6afd
Author: nicm <nicm>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M sort.c
Log Message:
-----------
Make buffer creation time sort oldest first like it used to, but change
windows to match sessions and panes as newest first.
Commit: 83e45343875bb39c5854abf2c88856a10375c7c2
https://github.com/tmux/tmux/commit/83e45343875bb39c5854abf2c88856a10375c7c2
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M layout.c
Log Message:
-----------
Skip floating panes when working out the top or bottom cell. Fixes
missing bottom status pane status line when floating panes exist.
Commit: 78afc24736483941d27288708a051b275596d253
https://github.com/tmux/tmux/commit/78afc24736483941d27288708a051b275596d253
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Fix various errors in redrawing:
- Fix the active pane colour when only two panes and scrollbars enabled.
- Clip left and right scrollbars the same for floating panes.
- Do not subtract scrollbar width twice when working out width of status
line.
- Check if a character is inside a visible range correctly (do not
include the next position outside the range).
Commit: f98aaf544d42ed34e068f9aa67ad71aab1866d3f
https://github.com/tmux/tmux/commit/f98aaf544d42ed34e068f9aa67ad71aab1866d3f
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-write.c
M tmux.h
M tty.c
Log Message:
-----------
When redrawing a whole pane line, fall into tty_draw_line for any
characters that are not plain ASCII. Fixes redraw issues with partial
tabs and other wide characters when a pane is partly outside the window.
Commit: 9cf8de099ca9b03206cfd04cca94c2673d8c4569
https://github.com/tmux/tmux/commit/9cf8de099ca9b03206cfd04cca94c2673d8c4569
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Convert cursor position back to pane coordinates for tty_cmd_cell.
Commit: bae5c14941095865b37ac42622296a03549b3db8
https://github.com/tmux/tmux/commit/bae5c14941095865b37ac42622296a03549b3db8
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Tidy up screen_redraw_get_visible_ranges by using a couple of
temporaries for start and end of range.
Commit: 2d9afa63485911f56f869516079da0ee0f404e3b
https://github.com/tmux/tmux/commit/2d9afa63485911f56f869516079da0ee0f404e3b
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M tty.c
Log Message:
-----------
Use correct x position when drawing clipped line.
Commit: 2c4df765c56a052288d92b5f50f8580d0ee29ec0
https://github.com/tmux/tmux/commit/2c4df765c56a052288d92b5f50f8580d0ee29ec0
Author: nicm <nicm>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Fix missing border when drawing floating panes. From Michael Grant.
Commit: baac29debc5b7fd3273e0a87874f187c15f89791
https://github.com/tmux/tmux/commit/baac29debc5b7fd3273e0a87874f187c15f89791
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Prefer libtinfow if it is available, GitHub issue 5224 from Lars Wendler.
Commit: 2f28d9a1685a72fee3cce72d043c767429292c9d
https://github.com/tmux/tmux/commit/2f28d9a1685a72fee3cce72d043c767429292c9d
Author: nicm <nicm>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M cmd-resize-pane.c
M server-client.c
Log Message:
-----------
Fix resizing floating pane with a left scrollbar, from Michael Grant.
Commit: 1596f9c9f58c0e67ca626be9d76363a4f0c58f37
https://github.com/tmux/tmux/commit/1596f9c9f58c0e67ca626be9d76363a4f0c58f37
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Bump version again.
Commit: c809aea278ca1b2bc4827e616024997f579f05f1
https://github.com/tmux/tmux/commit/c809aea278ca1b2bc4827e616024997f579f05f1
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M tty.c
Log Message:
-----------
Fix a merge problem.
Commit: 762e503978cfa8db9b0459453a58ef42145a208a
https://github.com/tmux/tmux/commit/762e503978cfa8db9b0459453a58ef42145a208a
Author: nicm <nicm>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
Allow rectangle selection to extend past end of current line to behave
the same as vi with virtualedit=block set. From Mark Kelly in GitHub
issue 5227.
Commit: 64e83caf04944f9a45113c32ecaff588a951fb99
https://github.com/tmux/tmux/commit/64e83caf04944f9a45113c32ecaff588a951fb99
Author: nicm <nicm>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M cmd-break-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-rename-session.c
M cmd-rename-window.c
M cmd-select-pane.c
M cmd-split-window.c
M input.c
M names.c
M paste.c
M popup.c
M screen.c
M session.c
M spawn.c
M tmux.c
M tmux.h
M window.c
Log Message:
-----------
Be more strict about what names and titles we allow and reject them
immediately when possible, but allow # again for those directly set by
commands (but not escape sequences). From Barrett Ruth in GitHub issue
5175.
Commit: 3b8e25fef4523b196a97185db6d836179c1e6aeb
https://github.com/tmux/tmux/commit/3b8e25fef4523b196a97185db6d836179c1e6aeb
Author: nicm <nicm>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M cmd-new-window.c
Log Message:
-----------
Initialize wname so it we are not freeing garbage if it is not used.
Commit: e7f414416f52e8c90e10ee34cf113222e832766e
https://github.com/tmux/tmux/commit/e7f414416f52e8c90e10ee34cf113222e832766e
Author: nicm <nicm>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M menu.c
Log Message:
-----------
Set check callback for menus so they aren't overwritten by sync.
Commit: 4fc4644652793be253fcb401452164141e311d13
https://github.com/tmux/tmux/commit/4fc4644652793be253fcb401452164141e311d13
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Tweak.
Commit: 4eafb27b897444e1f25a8a7051bb683d5b8554cd
https://github.com/tmux/tmux/commit/4eafb27b897444e1f25a8a7051bb683d5b8554cd
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
tmux 3.7.
Commit: 81f88f8517c9fc5371b56cf117530c6b477c96ac
https://github.com/tmux/tmux/commit/81f88f8517c9fc5371b56cf117530c6b477c96ac
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Add a missing {.
Commit: 84291b021f19de442f14d2e9378794a9b94ef21d
https://github.com/tmux/tmux/commit/84291b021f19de442f14d2e9378794a9b94ef21d
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-27 (Sat, 27 Jun 2026)
Changed paths:
M CHANGES
M cmd-break-pane.c
Log Message:
-----------
Fix check so as to not use NULL name.
Commit: 6c2ef7568195577f2864cdaa0c1f2eaa6436343d
https://github.com/tmux/tmux/commit/6c2ef7568195577f2864cdaa0c1f2eaa6436343d
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-28 (Sun, 28 Jun 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Bump version.
Commit: 4e612612dc06d973baa56796f653985e9f7d5dad
https://github.com/tmux/tmux/commit/4e612612dc06d973baa56796f653985e9f7d5dad
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M tmux.c
Log Message:
-----------
Only forbid #( in names and titles (styles are #[ and are useful).
Commit: 132a63d1da0e056d3b182eeabe3042b390f331f8
https://github.com/tmux/tmux/commit/132a63d1da0e056d3b182eeabe3042b390f331f8
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M tmux.c
Log Message:
-----------
Allow empty window and session names.
Commit: bcd54d12d852f97586fc76ac93da9002d0804ef5
https://github.com/tmux/tmux/commit/bcd54d12d852f97586fc76ac93da9002d0804ef5
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M format-draw.c
M style.c
M tmux.1
M tmux.h
M tty-features.c
Log Message:
-----------
Add link=/nolink to styles to specific a hyperlink. GitHub issue 4280
from Moritz Angermann.
Commit: 80c7dcdbd7f1708807efe41b4a26f81e18cc882c
https://github.com/tmux/tmux/commit/80c7dcdbd7f1708807efe41b4a26f81e18cc882c
Author: Thomas Adam <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M format-draw.c
M style.c
M tmux.1
M tmux.h
M tty-features.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 65a032b2051a2aad80d6fdc8470ed20f77c91750
https://github.com/tmux/tmux/commit/65a032b2051a2aad80d6fdc8470ed20f77c91750
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M cmd-break-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-rename-session.c
M cmd-rename-window.c
M input.c
M names.c
M paste.c
M screen.c
M tmux.c
M tmux.h
M window.c
Log Message:
-----------
Allow :. in names again, forbidding them is overly pernickety. Only
forbid invalid UTF-8 and #(.
Commit: 91e0737b8af38abba12ff9cea4366242f49a8562
https://github.com/tmux/tmux/commit/91e0737b8af38abba12ff9cea4366242f49a8562
Author: Thomas Adam <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M cmd-break-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-rename-session.c
M cmd-rename-window.c
M input.c
M names.c
M paste.c
M screen.c
M tmux.c
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 166267c87a6c99639642e04314a9f9e0889f6222
https://github.com/tmux/tmux/commit/166267c87a6c99639642e04314a9f9e0889f6222
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M cmd-break-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-rename-session.c
M cmd-rename-window.c
M input.c
M names.c
M paste.c
M screen.c
M tmux.c
M tmux.h
M window.c
Log Message:
-----------
Allow :. in names again, forbidding them is overly pernickety. Only
forbid invalid UTF-8 and #(.
Commit: e06207c914f6ebeee270b9f5eb1fea7ee67624c7
https://github.com/tmux/tmux/commit/e06207c914f6ebeee270b9f5eb1fea7ee67624c7
Author: nicm <nicm>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M cmd-resize-pane.c
M layout.c
M options.c
M screen-redraw.c
M server-client.c
M tmux.h
M window-visible.c
M window.c
Log Message:
-----------
Cache scrollbar options in window to avoid a slow lookup when working
out visible ranges.
Commit: 543d104f85133d2bb76a6ff96972f35f5291a545
https://github.com/tmux/tmux/commit/543d104f85133d2bb76a6ff96972f35f5291a545
Author: Thomas Adam <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M cmd-resize-pane.c
M layout.c
M options.c
M screen-redraw.c
M server-client.c
M tmux.h
M window-visible.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: dbe50934b1cef66417de663f82bdda9728a8d0a6
https://github.com/tmux/tmux/commit/dbe50934b1cef66417de663f82bdda9728a8d0a6
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M cmd-resize-pane.c
M layout.c
M options.c
M screen-redraw.c
M server-client.c
M tmux.h
M window.c
Log Message:
-----------
Add caching of scrollbar options to 3.7a branch.
Commit: 78a2145a47441cc2fb6d0283a1f4d5e12e4a6556
https://github.com/tmux/tmux/commit/78a2145a47441cc2fb6d0283a1f4d5e12e4a6556
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES.
Commit: a97f643bd3b82a713476d3eea56b7fdf0cff5e2d
https://github.com/tmux/tmux/commit/a97f643bd3b82a713476d3eea56b7fdf0cff5e2d
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M mode-tree.c
Log Message:
-----------
Remove C-r from help since it does not in fact exist.
Commit: 0e418b62d259ce8da8970f75732cc6632ee4c3a0
https://github.com/tmux/tmux/commit/0e418b62d259ce8da8970f75732cc6632ee4c3a0
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M mode-tree.c
Log Message:
-----------
Remove C-r from help.
Commit: 25c874c489caf08a36f4abba26ebb3db584de08f
https://github.com/tmux/tmux/commit/25c874c489caf08a36f4abba26ebb3db584de08f
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Merge branch 'release_3.7a'
Commit: dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c
https://github.com/tmux/tmux/commit/dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c
Author: Thomas Adam <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M mode-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: abefc3f7054c4330018bc928c3595841042021a7
https://github.com/tmux/tmux/commit/abefc3f7054c4330018bc928c3595841042021a7
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Redraw when sync stops again (accidentally turned off), from Japin Li in
GitHub issue 5304.
Commit: 843adbf4549efb25d8d50dfbc2cfea5dc6076733
https://github.com/tmux/tmux/commit/843adbf4549efb25d8d50dfbc2cfea5dc6076733
Author: Thomas Adam <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: f8674cc993dd09cb355fe920eb95973198a3b254
https://github.com/tmux/tmux/commit/f8674cc993dd09cb355fe920eb95973198a3b254
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M tty-features.c
M tty-keys.c
Log Message:
-----------
Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.
Commit: 90fc51542f360ecbd026387b2bbe03b3b33d5122
https://github.com/tmux/tmux/commit/90fc51542f360ecbd026387b2bbe03b3b33d5122
Author: Thomas Adam <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M tty-features.c
M tty-keys.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: eda7e563d01ca4e1c5154fb16a35a19e0df56f91
https://github.com/tmux/tmux/commit/eda7e563d01ca4e1c5154fb16a35a19e0df56f91
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M grid.c
Log Message:
-----------
Change a malloc to calloc.
Commit: 928c7a97715b384c1fc039f7ad032cbc6ee0f1c0
https://github.com/tmux/tmux/commit/928c7a97715b384c1fc039f7ad032cbc6ee0f1c0
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M grid.c
M screen.c
M tmux.h
Log Message:
-----------
More checks for macOS.
Commit: 8d470017bc84c80211ed6783841fc023e58ae2be
https://github.com/tmux/tmux/commit/8d470017bc84c80211ed6783841fc023e58ae2be
Author: Thomas Adam <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M grid.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 74a5069c0a25a5207ceca6b22dc6c9b135bf118a
https://github.com/tmux/tmux/commit/74a5069c0a25a5207ceca6b22dc6c9b135bf118a
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Fix some indentation.
Commit: 1e9a16a748776cec6980f5d575d3235e2caf11f7
https://github.com/tmux/tmux/commit/1e9a16a748776cec6980f5d575d3235e2caf11f7
Author: nicm <nicm>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M server-client.c
Log Message:
-----------
And some other indentation.
Commit: 41b4743eba29c32509fbefde758807b996b2d00c
https://github.com/tmux/tmux/commit/41b4743eba29c32509fbefde758807b996b2d00c
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M server-client.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: e69950a9ca773f3183749f3ccd6ee588880040d8
https://github.com/tmux/tmux/commit/e69950a9ca773f3183749f3ccd6ee588880040d8
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M tty-features.c
Log Message:
-----------
Add overline for ghostty also, GitHub issue 5309.
Commit: b3fa1c0b9cefb5b51608be3e6f6c09554b4bafc9
https://github.com/tmux/tmux/commit/b3fa1c0b9cefb5b51608be3e6f6c09554b4bafc9
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M tty-features.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 724f85d275845c81df53676da627ec90c7c89b01
https://github.com/tmux/tmux/commit/724f85d275845c81df53676da627ec90c7c89b01
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Do not draw to tty if PANE_REDRAW has been set since it is just going to
be replaced.
Commit: 002ac977f84234be5be7ea193b9c8d9f352b49d3
https://github.com/tmux/tmux/commit/002ac977f84234be5be7ea193b9c8d9f352b49d3
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: e9396e59d90d727284b4661971f1c2ac9c245fd2
https://github.com/tmux/tmux/commit/e9396e59d90d727284b4661971f1c2ac9c245fd2
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M cmd-list-keys.c
M colour.c
M format.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a couple of format c/f and c/b to emit colours.
Commit: 87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c
https://github.com/tmux/tmux/commit/87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M cmd-list-keys.c
M colour.c
M format.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 565db46a1947b829af00bb2ff4acbc0b8c189fcd
https://github.com/tmux/tmux/commit/565db46a1947b829af00bb2ff4acbc0b8c189fcd
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M screen-redraw.c
M screen-write.c
M tmux.h
M window.c
Log Message:
-----------
Instead of fully redrawing the pane when sync ends, only redraw lines
that have been changed.
Commit: 824ef37f5ff412bd2844fee896c167175ba13aad
https://github.com/tmux/tmux/commit/824ef37f5ff412bd2844fee896c167175ba13aad
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M layout-custom.c
M layout-set.c
M layout.c
M spawn.c
M tmux.h
M window.c
Log Message:
-----------
Change layout sets to build the layout using the new mechanics, from
Dane Jensen.
Commit: e802909de06012a4df6209d55e86487c56223163
https://github.com/tmux/tmux/commit/e802909de06012a4df6209d55e86487c56223163
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M CHANGES
M configure.ac
M input.c
Log Message:
-----------
Fix so that the end of a synchronized update again triggers a redraw.
Commit: 1818b6ac16d0d44c00577e1e025d35ab85f5bf78
https://github.com/tmux/tmux/commit/1818b6ac16d0d44c00577e1e025d35ab85f5bf78
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M layout-custom.c
M layout-set.c
M layout.c
M screen-redraw.c
M screen-write.c
M spawn.c
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 5e32eddb8c9942de76569f731e55114a8f1ec1b9
https://github.com/tmux/tmux/commit/5e32eddb8c9942de76569f731e55114a8f1ec1b9
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Fix up merge.
Commit: 81083569787ca8588cf89072800567509af62389
https://github.com/tmux/tmux/commit/81083569787ca8588cf89072800567509af62389
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M regress/check-names.sh
Log Message:
-----------
Update names test.
Commit: bd5d7a8a7af7c1a917432f686f1186b65158c18b
https://github.com/tmux/tmux/commit/bd5d7a8a7af7c1a917432f686f1186b65158c18b
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M regress/prompt-keys.sh
Log Message:
-----------
Update prompt test.
Commit: fada35478b5daaa3bb50d64a1f38e128c99c4d2b
https://github.com/tmux/tmux/commit/fada35478b5daaa3bb50d64a1f38e128c99c4d2b
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M regress/screen-redraw-results/floating-over-scrollbar.result
M regress/screen-redraw-results/marked-pane-lr.result
M regress/screen-redraw-results/marked-pane-status.result
M regress/screen-redraw-results/marked-pane-tb.result
M regress/screen-redraw-results/marked-pane-three.result
M regress/screen-redraw-results/scrollbar-floating.result
M regress/screen-redraw-results/scrollbar-split-left.result
M regress/screen-redraw-results/scrollbar-split-right.result
M regress/screen-redraw-results/window-style-active.result
Log Message:
-----------
Colours changed in tests.
Commit: 6f588402c34471b0dea0c0894a2caca275f92f17
https://github.com/tmux/tmux/commit/6f588402c34471b0dea0c0894a2caca275f92f17
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M regress/UTF-8-test.txt
M regress/utf8-test.result
Log Message:
-----------
Remove a char which differs between platforms.
Commit: 85fc0ea57c029ef396b2714cc51ed27c299cc410
https://github.com/tmux/tmux/commit/85fc0ea57c029ef396b2714cc51ed27c299cc410
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
A .github/workflows/regress.yml
Log Message:
-----------
Add a test for regress.
Commit: 35f429cb6d530a4fc5205bd8c928e56864fac108
https://github.com/tmux/tmux/commit/35f429cb6d530a4fc5205bd8c928e56864fac108
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
macOS too.
Commit: c41e98be3ccc9707bbbbee6e0a88bc41db3d0bb4
https://github.com/tmux/tmux/commit/c41e98be3ccc9707bbbbee6e0a88bc41db3d0bb4
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
yaml is poo.
Commit: 5b37471db77d84f67a18be333d6cb26077d0c37f
https://github.com/tmux/tmux/commit/5b37471db77d84f67a18be333d6cb26077d0c37f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Spaces.
Commit: 728ad24d4a8b8e3bad7473d494ef3aed78c86e41
https://github.com/tmux/tmux/commit/728ad24d4a8b8e3bad7473d494ef3aed78c86e41
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
utf8proc.
Commit: d9d12c5c4381e27905876dbbd39e5df05dbf385f
https://github.com/tmux/tmux/commit/d9d12c5c4381e27905876dbbd39e5df05dbf385f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
More tweaks.
Commit: 9fb67a2cdda83914a1c168e3b6b3628eafbac9ce
https://github.com/tmux/tmux/commit/9fb67a2cdda83914a1c168e3b6b3628eafbac9ce
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Missing \.
Commit: 3d58e04c93c17af60c6852531aeb6d85a5975d09
https://github.com/tmux/tmux/commit/3d58e04c93c17af60c6852531aeb6d85a5975d09
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
no point in having stuff i cannot test
Commit: 6ad86ebdf1ed9f3fa71c2adbf7cb0cf057732609
https://github.com/tmux/tmux/commit/6ad86ebdf1ed9f3fa71c2adbf7cb0cf057732609
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Merge branch 'release_3.7b'
Commit: 735bbf9da75cb0d7545750f4028c26420507bb07
https://github.com/tmux/tmux/commit/735bbf9da75cb0d7545750f4028c26420507bb07
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Disable time expansion if expanding an inner format or more %s are
needed.
Commit: 8dc9e24c74103dea70a033ba28c8658b28aa76db
https://github.com/tmux/tmux/commit/8dc9e24c74103dea70a033ba28c8658b28aa76db
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Revert previous, it is not the right change.
Commit: d5688bf165904d055a7efc635ed5418fe7094fd1
https://github.com/tmux/tmux/commit/d5688bf165904d055a7efc635ed5418fe7094fd1
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 3ef51a469cc5738feca8a1e17740748171af6b6f
https://github.com/tmux/tmux/commit/3ef51a469cc5738feca8a1e17740748171af6b6f
Author: nicm <nicm>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M cmd-join-pane.c
Log Message:
-----------
move-pane needs -D.
Commit: f50a38de23b0a3e3f7c3046cca41701520ef8d39
https://github.com/tmux/tmux/commit/f50a38de23b0a3e3f7c3046cca41701520ef8d39
Author: Thomas Adam <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M cmd-join-pane.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 9dcc2da34815e77d6f1e1368b32a9160ff82c4a8
https://github.com/tmux/tmux/commit/9dcc2da34815e77d6f1e1368b32a9160ff82c4a8
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
A regress/format-modifiers.sh
Log Message:
-----------
Add format modifiers test.
Commit: baf16f041905c411fdebdf48a8254d96f3418b82
https://github.com/tmux/tmux/commit/baf16f041905c411fdebdf48a8254d96f3418b82
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/format-modifiers.sh
A regress/format-mouse.sh
A regress/format-variables.sh
Log Message:
-----------
Format tests.
Commit: 7713cbebd21a37b52cf90766c655075172c2a549
https://github.com/tmux/tmux/commit/7713cbebd21a37b52cf90766c655075172c2a549
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
A regress/options-array.sh
A regress/options-scope.sh
A regress/options-values.sh
Log Message:
-----------
Add options tests.
Commit: d626cef6dea56cea7bfe46a16cd8d034affa9a63
https://github.com/tmux/tmux/commit/d626cef6dea56cea7bfe46a16cd8d034affa9a63
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
A regress/environ-update.sh
A regress/environ.sh
Log Message:
-----------
Environment tests.
Commit: 0ad5035457c2f005f8479963e0ac7a3203b7862c
https://github.com/tmux/tmux/commit/0ad5035457c2f005f8479963e0ac7a3203b7862c
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-find.c
Log Message:
-----------
Do not crash if no client.
Commit: 0a81f4d742cfb986a9eaf74fcaa148ba0cc0a019
https://github.com/tmux/tmux/commit/0a81f4d742cfb986a9eaf74fcaa148ba0cc0a019
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M attributes.c
M cmd-capture-pane.c
M grid.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a raw grid output to capture-pane for debugging and regression
tests.
Commit: a9a04c7bc0d5e435276862fbc8ed979eddc77cdd
https://github.com/tmux/tmux/commit/a9a04c7bc0d5e435276862fbc8ed979eddc77cdd
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
A regress/targets-panes.sh
A regress/targets.sh
Log Message:
-----------
Targets tests.
Commit: ca81c363832bbfb35f05e23b65f3ec474911420d
https://github.com/tmux/tmux/commit/ca81c363832bbfb35f05e23b65f3ec474911420d
Author: Thomas Adam <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-find.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 01c86e64b72fb7c7d0b2fc27e629ae250788edf3
https://github.com/tmux/tmux/commit/01c86e64b72fb7c7d0b2fc27e629ae250788edf3
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/session-group-resize.sh
M regress/targets-panes.sh
M regress/targets.sh
Log Message:
-----------
No x flag.
Commit: e22c56f02f2b58ca6f4a86947a3616d39a09c3a2
https://github.com/tmux/tmux/commit/e22c56f02f2b58ca6f4a86947a3616d39a09c3a2
Author: Thomas Adam <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M attributes.c
M cmd-capture-pane.c
M grid.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: b6fca5544747e5f71c6b22f9bc0086d727d57509
https://github.com/tmux/tmux/commit/b6fca5544747e5f71c6b22f9bc0086d727d57509
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
A regress/input-common.inc
A regress/input-cursor.sh
A regress/input-edit.sh
A regress/input-malformed.sh
A regress/input-modes.sh
A regress/input-osc.sh
A regress/input-raw-controls.sh
A regress/input-raw-cursor.sh
A regress/input-raw-edit.sh
A regress/input-raw-history.sh
A regress/input-raw-reflow.sh
A regress/input-raw-scroll.sh
A regress/input-raw-sgr.sh
A regress/input-raw-unicode.sh
A regress/input-raw-wrap.sh
A regress/input-replies.sh
A regress/input-requests.sh
A regress/input-scroll.sh
A regress/input-sgr.sh
A regress/input-unicode.sh
Log Message:
-----------
Add tests for input path.
Commit: 70f37ef81514160022eb7bd29d3793fbd821f341
https://github.com/tmux/tmux/commit/70f37ef81514160022eb7bd29d3793fbd821f341
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-capture-pane.c
Log Message:
-----------
No vis.h in portable.
Commit: 390805d8b98a948564f12d672d1b1c753352f571
https://github.com/tmux/tmux/commit/390805d8b98a948564f12d672d1b1c753352f571
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/Makefile
Log Message:
-----------
Make output nicer for tests.
Commit: 6b9b6c0b0b6ccdfab883b602e9833ed2afab5109
https://github.com/tmux/tmux/commit/6b9b6c0b0b6ccdfab883b602e9833ed2afab5109
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-capture-pane.c
Log Message:
-----------
Copy UTF-8 data correctly.
Commit: 63a8af0e15e3bc475cff2a6912329196e51e02a9
https://github.com/tmux/tmux/commit/63a8af0e15e3bc475cff2a6912329196e51e02a9
Author: Thomas Adam <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-capture-pane.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: a82e09d1a3696fd533ae0b645c2f213b92cf6ca5
https://github.com/tmux/tmux/commit/a82e09d1a3696fd533ae0b645c2f213b92cf6ca5
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/format-modifiers.sh
M regress/targets.sh
Log Message:
-----------
Test fixes.
Commit: 6ebef7450ab2835bbf9a1c7c4acf3cec28976be5
https://github.com/tmux/tmux/commit/6ebef7450ab2835bbf9a1c7c4acf3cec28976be5
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
Do not double free or leak pane on failure, from Uzair Aftab in GitHub
issue 5316.
Commit: 93039db58c6e3c5897e655edc319fafa3480dc5d
https://github.com/tmux/tmux/commit/93039db58c6e3c5897e655edc319fafa3480dc5d
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M status.c
Log Message:
-----------
Use message-style as default for message-format again. GitHub issue 5315.
Commit: d718b0eac7276ec6653392a4988f8dddb7963406
https://github.com/tmux/tmux/commit/d718b0eac7276ec6653392a4988f8dddb7963406
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/targets.sh
Log Message:
-----------
More test fixes.
Commit: fa2a3b679ad4267031549b159bb70932afc873fc
https://github.com/tmux/tmux/commit/fa2a3b679ad4267031549b159bb70932afc873fc
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Use ASAN in tests.
Commit: 228c9c927711c702a130936b95b6344e6df1bf06
https://github.com/tmux/tmux/commit/228c9c927711c702a130936b95b6344e6df1bf06
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Tweak.
Commit: bf0eee35f9b5b1b8013d2e138ea13066f6686eb4
https://github.com/tmux/tmux/commit/bf0eee35f9b5b1b8013d2e138ea13066f6686eb4
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Fix.
Commit: 352b1173c8c258bd33d652e157627239d00c50af
https://github.com/tmux/tmux/commit/352b1173c8c258bd33d652e157627239d00c50af
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Fix.
Commit: f592be00fa954950c931f41e56146ee4bff87c59
https://github.com/tmux/tmux/commit/f592be00fa954950c931f41e56146ee4bff87c59
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M Makefile.am
Log Message:
-----------
Do not require debug for ASAN.
Commit: 8d877421cfbb1b7e34e783b825436b5cf69513e8
https://github.com/tmux/tmux/commit/8d877421cfbb1b7e34e783b825436b5cf69513e8
Author: Thomas Adam <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-split-window.c
M status.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 351bef58a31889d873c50ef35eefad121c2e7b4f
https://github.com/tmux/tmux/commit/351bef58a31889d873c50ef35eefad121c2e7b4f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M Makefile.am
Log Message:
-----------
Undo last.
Commit: abcf8dca3ab9c02d3f4da9e69c201eb6f0c29f1f
https://github.com/tmux/tmux/commit/abcf8dca3ab9c02d3f4da9e69c201eb6f0c29f1f
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
M regress/Makefile
Log Message:
-----------
Put ASAN_OPTIONS in the right place.
Commit: dbb70b394eca35c79ac85ccd0ea240a2b831766a
https://github.com/tmux/tmux/commit/dbb70b394eca35c79ac85ccd0ea240a2b831766a
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M regress/format-modifiers.sh
Log Message:
-----------
Fix test.
Commit: 2b8c3c1362532367eb0270de3844f9bf09b24f18
https://github.com/tmux/tmux/commit/2b8c3c1362532367eb0270de3844f9bf09b24f18
Author: nicm <nicm>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M cmd-swap-pane.c
Log Message:
-----------
Enable swap-pane on floating panes again but not -U/-D. From Dane
Jensen.
Commit: f0ec51e78d09b179719ee5735be2a8a979c54d0f
https://github.com/tmux/tmux/commit/f0ec51e78d09b179719ee5735be2a8a979c54d0f
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M cmd-swap-pane.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: f645f0abe8ba3d7ca3bc0226c1b6f08910fb6cfb
https://github.com/tmux/tmux/commit/f645f0abe8ba3d7ca3bc0226c1b6f08910fb6cfb
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
A regress/buffers.sh
A regress/pane-ops.sh
A regress/session-ops.sh
A regress/window-ops.sh
Log Message:
-----------
A few more tests.
Commit: fa2c9f45513b11e9b3e3b5ca98fff915e303b170
https://github.com/tmux/tmux/commit/fa2c9f45513b11e9b3e3b5ca98fff915e303b170
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M cmd-join-pane.c
M layout.c
M tmux.1
Log Message:
-----------
Allow join-pane to tile floating panes, from Dane Jensen.
Commit: 89a59d4df57d4c7bc5ae42e115006a1022d804ed
https://github.com/tmux/tmux/commit/89a59d4df57d4c7bc5ae42e115006a1022d804ed
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M configure.ac
Log Message:
-----------
Bump version.
Commit: 88932f2d09b9b85005fd64f6cf2a4a390b4a5bc6
https://github.com/tmux/tmux/commit/88932f2d09b9b85005fd64f6cf2a4a390b4a5bc6
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M cmd-join-pane.c
M layout.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: cceca5a1584881ee5e3a34011efc7178a5e7b7ef
https://github.com/tmux/tmux/commit/cceca5a1584881ee5e3a34011efc7178a5e7b7ef
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add single quote operator.
Commit: 47b90a4e0303b5a3a12515ccd7461e482f319cf6
https://github.com/tmux/tmux/commit/47b90a4e0303b5a3a12515ccd7461e482f319cf6
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M regress/format-modifiers.sh
Log Message:
-----------
Add single quote test.
Commit: e1fc6b31eed435877351817c70ad71f7212081c2
https://github.com/tmux/tmux/commit/e1fc6b31eed435877351817c70ad71f7212081c2
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add manual width and height window formats.
Commit: 0148ad5820da9725532656936ed9db78f83988b4
https://github.com/tmux/tmux/commit/0148ad5820da9725532656936ed9db78f83988b4
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 8d67f8af24f97ec166405b092287e901ab089136
https://github.com/tmux/tmux/commit/8d67f8af24f97ec166405b092287e901ab089136
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 6967f547745547149ec9460a073601e1e6789391
https://github.com/tmux/tmux/commit/6967f547745547149ec9460a073601e1e6789391
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add additional pane sort orders.
Commit: 310d0e93d6e033aba63939b131be623b792339a2
https://github.com/tmux/tmux/commit/310d0e93d6e033aba63939b131be623b792339a2
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M regress/format-modifiers.sh
Log Message:
-----------
Pane sort tests.
Commit: 29f0939a5b760d1ca8cdcfdf641704302b66b58c
https://github.com/tmux/tmux/commit/29f0939a5b760d1ca8cdcfdf641704302b66b58c
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M regress/pane-ops.sh
Log Message:
-----------
Update tests for -E.
Commit: 4a6ac5e2090f5684a05a773cfa4b030f855670fe
https://github.com/tmux/tmux/commit/4a6ac5e2090f5684a05a773cfa4b030f855670fe
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 820067826a07cc8f36e65943b4b23217ed2e8dd2
https://github.com/tmux/tmux/commit/820067826a07cc8f36e65943b4b23217ed2e8dd2
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M cmd-new-window.c
M cmd-respawn-pane.c
M cmd-respawn-window.c
M spawn.c
Log Message:
-----------
Add -E to new-window and respawn-pane and respawn-window to create empty
panes.
Commit: e03a937c71b9e415e1d74da85efbb6c5685d3c73
https://github.com/tmux/tmux/commit/e03a937c71b9e415e1d74da85efbb6c5685d3c73
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add a quoted pane_start_command_list which does not lose argument
information.
Commit: 44304bf9e4b9e93d06fed7a4471b06dd0c442971
https://github.com/tmux/tmux/commit/44304bf9e4b9e93d06fed7a4471b06dd0c442971
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M regress/format-variables.sh
Log Message:
-----------
Add pane_start_command_list to tests.
Commit: 929e6b5c9bdcac6b4b120abf37fd43782b0335bb
https://github.com/tmux/tmux/commit/929e6b5c9bdcac6b4b120abf37fd43782b0335bb
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M cmd-new-window.c
M cmd-respawn-pane.c
M cmd-respawn-window.c
M format.c
M spawn.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: b5a6d9bcaba731ebd5f9412430d4ab89dcc3d3f3
https://github.com/tmux/tmux/commit/b5a6d9bcaba731ebd5f9412430d4ab89dcc3d3f3
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Fix some spelling and indentation.
Commit: 8e8fa3d10b3b5782e92dbc19135a110376aea68c
https://github.com/tmux/tmux/commit/8e8fa3d10b3b5782e92dbc19135a110376aea68c
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 4378a17fbec453a356f723ed971bd46fa8bbe33e
https://github.com/tmux/tmux/commit/4378a17fbec453a356f723ed971bd46fa8bbe33e
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M key-bindings.c
M options-table.c
Log Message:
-----------
Add floating panes key bindings and menu options, from Dane Jensen.
Commit: d512a65d4ccc64061821afb8843e57dc7dbdaf14
https://github.com/tmux/tmux/commit/d512a65d4ccc64061821afb8843e57dc7dbdaf14
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Add O and V loops in formats for options and environment.
Commit: 90492aa26d610ed8d6706920f7549eb33dd87362
https://github.com/tmux/tmux/commit/90492aa26d610ed8d6706920f7549eb33dd87362
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M key-bindings.c
M options-table.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 31b0b0c99e39ced9a42fe3674b80f9eb0e009da7
https://github.com/tmux/tmux/commit/31b0b0c99e39ced9a42fe3674b80f9eb0e009da7
Author: Thomas Adam <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 8e03310afe4afc02072b774ca3d36ae73b8f9df6
https://github.com/tmux/tmux/commit/8e03310afe4afc02072b774ca3d36ae73b8f9df6
Author: nicm <nicm>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M Makefile
M cmd-refresh-client.c
M control.c
A monitor.c
M tmux.h
Log Message:
-----------
Move monitor stuff out of control.c into its own file for reuse.
Commit: 1d7021130de92e87676dc10a6c202d3eb037cb3c
https://github.com/tmux/tmux/commit/1d7021130de92e87676dc10a6c202d3eb037cb3c
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M regress/Makefile
Log Message:
-----------
Set ASAN_OPTIONS in regress Makefile.
Commit: c5a7309966e916ff33f6cdf7e292f33965b0a6a5
https://github.com/tmux/tmux/commit/c5a7309966e916ff33f6cdf7e292f33965b0a6a5
Author: nicm <nicm>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.
Commit: a02e25ba01ebe85125c198b5115195e0d837d756
https://github.com/tmux/tmux/commit/a02e25ba01ebe85125c198b5115195e0d837d756
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M grid.c
M screen.c
M spawn.c
M tmux.h
Log Message:
-----------
Do not invoke clear check on respawn.
Commit: f32b65ac4a6537a8f4817836caa17bcc753cf315
https://github.com/tmux/tmux/commit/f32b65ac4a6537a8f4817836caa17bcc753cf315
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M cmd-refresh-client.c
M control.c
A monitor.c
M screen-write.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 21e91cfa0079e2abcda9b5cc3ac177c54ac46657
https://github.com/tmux/tmux/commit/21e91cfa0079e2abcda9b5cc3ac177c54ac46657
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M Makefile.am
Log Message:
-----------
portable: add monitor.c
Commit: 646637f53ab7c64eb8edcb86eb0f73fc4c3a19b8
https://github.com/tmux/tmux/commit/646637f53ab7c64eb8edcb86eb0f73fc4c3a19b8
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
A regress/control-subscriptions.sh
Log Message:
-----------
Add control subs test.
Commit: a19b961427d036f78d897e79a7144880d7a34ce3
https://github.com/tmux/tmux/commit/a19b961427d036f78d897e79a7144880d7a34ce3
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M regress/session-ops.sh
Log Message:
-----------
Fix test.
Commit: 0f77d9b30a63b70072557e4199d662af205e624d
https://github.com/tmux/tmux/commit/0f77d9b30a63b70072557e4199d662af205e624d
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M regress/input-replies.sh
Log Message:
-----------
Fix lengths in test.
Commit: 1b4015226f6274008b3cd1061016cb43415a6945
https://github.com/tmux/tmux/commit/1b4015226f6274008b3cd1061016cb43415a6945
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M regress/input-requests.sh
Log Message:
-----------
Use correct counts for this test also.
Commit: 219dc7f99e3b57e0cbc5557b3f9c8eb9977bd079
https://github.com/tmux/tmux/commit/219dc7f99e3b57e0cbc5557b3f9c8eb9977bd079
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M regress/Makefile
M regress/pane-ops.sh
M regress/session-ops.sh
M regress/window-ops.sh
Log Message:
-----------
Locale breaks tests.
Commit: 2efd2d4970f9a924ed08d62c5ff6ae13b3be9240
https://github.com/tmux/tmux/commit/2efd2d4970f9a924ed08d62c5ff6ae13b3be9240
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Enable macOS regress.
Commit: 6e9574c715a59c52d8cbcfe59bb50c2940800477
https://github.com/tmux/tmux/commit/6e9574c715a59c52d8cbcfe59bb50c2940800477
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M .github/workflows/regress.yml
Log Message:
-----------
Linux arm64 fails.
Commit: 898a91903af87e2a75cb7dbc2fa71a4289ee91a0
https://github.com/tmux/tmux/commit/898a91903af87e2a75cb7dbc2fa71a4289ee91a0
Author: nicm <nicm>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M layout.c
Log Message:
-----------
Add some missing checks which make new pane positions off, from Dane
Jensen.
Commit: 2d75f79217fa43ff9c419050adaac3402f235dd6
https://github.com/tmux/tmux/commit/2d75f79217fa43ff9c419050adaac3402f235dd6
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M layout.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: b05f0abeebd9e35b7fce82ec32ad8a6d69dcc80c
https://github.com/tmux/tmux/commit/b05f0abeebd9e35b7fce82ec32ad8a6d69dcc80c
Author: nicm <nicm>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M window-tree.c
Log Message:
-----------
Do not ignore filter when >1 pane. GitHub issue 5326.
Commit: 2f588047170b881e16b1e5e82da5018e80e613a3
https://github.com/tmux/tmux/commit/2f588047170b881e16b1e5e82da5018e80e613a3
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
A regress/choose-buffer.sh
A regress/choose-client.sh
A regress/choose-tree.sh
Log Message:
-----------
Add some basic choose mode tests.
Commit: 7b833d07d9f1b58343fc88d7de3c2e0bd9f9aa8c
https://github.com/tmux/tmux/commit/7b833d07d9f1b58343fc88d7de3c2e0bd9f9aa8c
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 415885ecb9bff67fa5610ec9048dc78737baaee7
https://github.com/tmux/tmux/commit/415885ecb9bff67fa5610ec9048dc78737baaee7
Author: nicm <nicm>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M server-client.c
M tty-keys.c
Log Message:
-----------
Infer the terminal theme from the background colour correctly, if theme
reporting is not supported.
Commit: 7a8f8f5a74527517dcd8777cac916caf798aa5c8
https://github.com/tmux/tmux/commit/7a8f8f5a74527517dcd8777cac916caf798aa5c8
Author: nicm <nicm>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M window-client.c
M window-tree.c
Log Message:
-----------
Do not use stale pointers in modes.
Commit: 92028ed6e2073977faef1e07da26b63849929df7
https://github.com/tmux/tmux/commit/92028ed6e2073977faef1e07da26b63849929df7
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
A regress/format-render-contexts.sh
A regress/input-reflow-stress.sh
A regress/lifecycle-deferred.sh
A regress/mode-mutation.sh
Log Message:
-----------
Add a few more tests.
Commit: 9af9226ff94e9c65f42d63b4a7f5ca100d5979f6
https://github.com/tmux/tmux/commit/9af9226ff94e9c65f42d63b4a7f5ca100d5979f6
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M server-client.c
M tty-keys.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 5356c62eadf8650ad1ffc95f52755d6f66029a20
https://github.com/tmux/tmux/commit/5356c62eadf8650ad1ffc95f52755d6f66029a20
Author: Thomas Adam <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M window-client.c
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 9634538106b1a9777cceb85faecf0c05b5433657
https://github.com/tmux/tmux/commit/9634538106b1a9777cceb85faecf0c05b5433657
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M regress/input-reflow-stress.sh
Log Message:
-----------
Fix test.
Commit: 7ff972773a1ec46bac40ee55688453fd99bd921a
https://github.com/tmux/tmux/commit/7ff972773a1ec46bac40ee55688453fd99bd921a
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M regress/choose-buffer.sh
M regress/choose-client.sh
M regress/choose-tree.sh
Log Message:
-----------
Bump some times.
Commit: de024e04d7c5f65c95bc41e2e90cd137f81ef1de
https://github.com/tmux/tmux/commit/de024e04d7c5f65c95bc41e2e90cd137f81ef1de
Author: nicm <nicm>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M cmd-refresh-client.c
M cmd-set-option.c
M cmd-show-options.c
M control.c
M monitor.c
M notify.c
M options.c
M tmux.1
M tmux.h
Log Message:
-----------
Add set-hook -B install a subscription like in control mode.
Subscriptions are formats which are checked once a second and if changed
invoke a hook. show-hooks -B lists.
Commit: 5068e4149a219fd0da13e7eaa985c9ef004eb02d
https://github.com/tmux/tmux/commit/5068e4149a219fd0da13e7eaa985c9ef004eb02d
Author: Thomas Adam <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M cmd-refresh-client.c
M cmd-set-option.c
M cmd-show-options.c
M control.c
M monitor.c
M notify.c
M options.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: bd39ce0d499b49d289164ddceb1a6caa7595feab
https://github.com/tmux/tmux/commit/bd39ce0d499b49d289164ddceb1a6caa7595feab
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M regress/format-render-contexts.sh
M regress/input-reflow-stress.sh
Log Message:
-----------
Extend tests.
Commit: df56ba95fc1cc91aaf78d35156b4c6779356d946
https://github.com/tmux/tmux/commit/df56ba95fc1cc91aaf78d35156b4c6779356d946
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M regress/control-subscriptions.sh
A regress/set-hook-B.sh
Log Message:
-----------
Update regress for monitor.
Commit: 468c2942a32e6d407a27f821741cfd31f07a9dae
https://github.com/tmux/tmux/commit/468c2942a32e6d407a27f821741cfd31f07a9dae
Author: nicm <nicm>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M mode-tree.c
Log Message:
-----------
Apply tree mode selection style to the entire line.
Commit: 2fdcb64a79fddb5aaaf1c8cb50b2dc985af023f1
https://github.com/tmux/tmux/commit/2fdcb64a79fddb5aaaf1c8cb50b2dc985af023f1
Author: nicm <nicm>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M options-table.c
M tmux.h
Log Message:
-----------
Add a define for whether mouse is enabled by default (still off).
Commit: f556e4b6fceb4aec8d89b9857f913112e5a3b2dc
https://github.com/tmux/tmux/commit/f556e4b6fceb4aec8d89b9857f913112e5a3b2dc
Author: Thomas Adam <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M mode-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: d422621eaa51e1d18ad6738451a97ea71f9e2a09
https://github.com/tmux/tmux/commit/d422621eaa51e1d18ad6738451a97ea71f9e2a09
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf
M regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf
Log Message:
-----------
Change a couple of regress configs that are incorret and only work because of
differences in parse-only.
Commit: 34af038fccf97c5eb8ce270c07663ad70d10fe11
https://github.com/tmux/tmux/commit/34af038fccf97c5eb8ce270c07663ad70d10fe11
Author: Thomas Adam <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M options-table.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 29b2b7a8754ea5656be15a49443280e6172183cb
https://github.com/tmux/tmux/commit/29b2b7a8754ea5656be15a49443280e6172183cb
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M Makefile.am
Log Message:
-----------
Mouse on by default.
Commit: d138519eaf17177b39cecaae113dddcd36edf658
https://github.com/tmux/tmux/commit/d138519eaf17177b39cecaae113dddcd36edf658
Author: Michael Grant <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M CHANGES
M cmd-break-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-rename-session.c
M cmd-rename-window.c
M cmd-resize-pane.c
M format-draw.c
M input.c
M layout.c
M mode-tree.c
M names.c
M options.c
M paste.c
M screen-redraw.c
M screen-write.c
M screen.c
M server-client.c
M style.c
M tmux.1
M tmux.c
M tmux.h
M tty-features.c
M tty-keys.c
M window-visible.c
M window.c
Log Message:
-----------
Merge branch 'master' into 5211-fix-select-layout-list-windows
Commit: 28e6b66cc39181d10f4e6ad0fa1a1dbc10a58e0b
https://github.com/tmux/tmux/commit/28e6b66cc39181d10f4e6ad0fa1a1dbc10a58e0b
Author: Michael Grant <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
A .github/workflows/regress.yml
M CHANGES
M Makefile.am
M attributes.c
M cmd-capture-pane.c
M cmd-find.c
M cmd-join-pane.c
M cmd-list-keys.c
M cmd-new-window.c
M cmd-refresh-client.c
M cmd-respawn-pane.c
M cmd-respawn-window.c
M cmd-set-option.c
M cmd-show-options.c
M cmd-split-window.c
M cmd-swap-pane.c
M colour.c
M configure.ac
M control.c
M format.c
M grid.c
M key-bindings.c
M layout-custom.c
M layout-set.c
M layout.c
M mode-tree.c
A monitor.c
M notify.c
M options-table.c
M options.c
M regress/Makefile
M regress/UTF-8-test.txt
A regress/buffers.sh
M regress/check-names.sh
A regress/choose-buffer.sh
A regress/choose-client.sh
A regress/choose-tree.sh
M regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf
M regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf
A regress/control-client-layout.sh
A regress/control-subscriptions.sh
A regress/environ-update.sh
A regress/environ.sh
A regress/format-modifiers.sh
A regress/format-mouse.sh
A regress/format-render-contexts.sh
A regress/format-variables.sh
A regress/input-common.inc
A regress/input-cursor.sh
A regress/input-edit.sh
A regress/input-malformed.sh
A regress/input-modes.sh
A regress/input-osc.sh
A regress/input-raw-controls.sh
A regress/input-raw-cursor.sh
A regress/input-raw-edit.sh
A regress/input-raw-history.sh
A regress/input-raw-reflow.sh
A regress/input-raw-scroll.sh
A regress/input-raw-sgr.sh
A regress/input-raw-unicode.sh
A regress/input-raw-wrap.sh
A regress/input-reflow-stress.sh
A regress/input-replies.sh
A regress/input-requests.sh
A regress/input-scroll.sh
A regress/input-sgr.sh
A regress/input-unicode.sh
A regress/lifecycle-deferred.sh
A regress/mode-mutation.sh
A regress/options-array.sh
A regress/options-scope.sh
A regress/options-values.sh
A regress/pane-ops.sh
M regress/prompt-keys.sh
M regress/screen-redraw-results/floating-over-scrollbar.result
M regress/screen-redraw-results/marked-pane-lr.result
M regress/screen-redraw-results/marked-pane-status.result
M regress/screen-redraw-results/marked-pane-tb.result
M regress/screen-redraw-results/marked-pane-three.result
M regress/screen-redraw-results/scrollbar-floating.result
M regress/screen-redraw-results/scrollbar-split-left.result
M regress/screen-redraw-results/scrollbar-split-right.result
M regress/screen-redraw-results/window-style-active.result
M regress/session-group-resize.sh
A regress/session-ops.sh
A regress/set-hook-B.sh
A regress/targets-panes.sh
A regress/targets.sh
M regress/utf8-test.result
A regress/window-ops.sh
M screen-redraw.c
M screen-write.c
M screen.c
M server-client.c
M spawn.c
M status.c
M tmux.1
M tmux.h
M tty-features.c
M tty-keys.c
M window-client.c
M window-tree.c
M window.c
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into
5211-fix-select-layout-list-windows
# Conflicts:
# layout-custom.c
Commit: 21dce04dcabc116f917f03826abf96ad439aeeeb
https://github.com/tmux/tmux/commit/21dce04dcabc116f917f03826abf96ad439aeeeb
Author: Michael Grant <[email protected]>
Date: 2026-07-05 (Sun, 05 Jul 2026)
Changed paths:
M format.c
M regress/control-client-layout.sh
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Changed the name of the option from window-layout-v2 to window-layout-new.
Compare: https://github.com/tmux/tmux/compare/fb8f266a2183...21dce04dcabc
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/5211-fix-select-layout-list-windows/fb8f26-21dce0%40github.com.