Branch: refs/heads/layout-custom-format
Home: https://github.com/tmux/tmux
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: c49dfdf496af9a0d835c37b2e9404b4284644c7e
https://github.com/tmux/tmux/commit/c49dfdf496af9a0d835c37b2e9404b4284644c7e
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
A regress/sync-output-cursor.sh
Log Message:
-----------
Regress test for cursor updates.
Commit: 60e871658fbac9f823bee16811e15bf51ea6c210
https://github.com/tmux/tmux/commit/60e871658fbac9f823bee16811e15bf51ea6c210
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M regress/cfg-client-lost.sh
M regress/control-client-exit-stalled.sh
M regress/control-notify-guard.sh
M regress/copy-mode-unicode-whitespace.sh
M regress/mode-kill.sh
M regress/server-socket-error.sh
M regress/set-hook-E.sh
M regress/tab-cell-background.sh
M regress/theme-report.sh
Log Message:
-----------
Remove +x.
Commit: 3dd575ce551eadb2bbea794bd15c181ca9caafb0
https://github.com/tmux/tmux/commit/3dd575ce551eadb2bbea794bd15c181ca9caafb0
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES.
Commit: 2d6aed1d92d22864472b7958c68f3013c81ea050
https://github.com/tmux/tmux/commit/2d6aed1d92d22864472b7958c68f3013c81ea050
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
A regress/clear-on-attach.sh
A regress/client-key-order-focus.sh
A regress/control-client-popup.sh
A regress/copy-mode-selection-mode.sh
M regress/format-variables.sh
A regress/screen-redraw-scrollbars-auto-hide.sh
A regress/terminal-feature-utf8.sh
Log Message:
-----------
Add some more tests for recent stuff.
Commit: 59dc0e75c439aa88bd303fd0e3e02dae677e78b1
https://github.com/tmux/tmux/commit/59dc0e75c439aa88bd303fd0e3e02dae677e78b1
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
A regress/server-access.sh
A regress/switch-mode.sh
Log Message:
-----------
Add a couple more tests.
Commit: 57a13664cc2cf0db1c6b4f575c4934bf4ec1c4ee
https://github.com/tmux/tmux/commit/57a13664cc2cf0db1c6b4f575c4934bf4ec1c4ee
Author: nicm <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M screen-redraw.c
M server-client.c
Log Message:
-----------
Do not allow cursor on/off to escape synchronized updates.
Commit: ca34d190b5d2cfe783b2afdb1b62ed9ab1500c91
https://github.com/tmux/tmux/commit/ca34d190b5d2cfe783b2afdb1b62ed9ab1500c91
Author: tmux update bot <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M screen-redraw.c
M server-client.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not allow cursor on/off to escape synchronized updates.
Commit: 6bb6c286a972ffe1e4d2e98d8e61cc66beb87822
https://github.com/tmux/tmux/commit/6bb6c286a972ffe1e4d2e98d8e61cc66beb87822
Author: nicm <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M window-switch.c
Log Message:
-----------
Create screen before zoom may need to use it.
Commit: 73db721dab8684b3ad8adcb19090f07443a1a436
https://github.com/tmux/tmux/commit/73db721dab8684b3ad8adcb19090f07443a1a436
Author: tmux update bot <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M window-switch.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Create screen before zoom may need to use it.
Commit: 1dd17174622dde26585b8de5e1d9e4b6ef31541d
https://github.com/tmux/tmux/commit/1dd17174622dde26585b8de5e1d9e4b6ef31541d
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M regress/clear-on-attach.sh
M regress/screen-redraw-scrollbars-auto-hide.sh
Log Message:
-----------
Fix tests for macOS.
Commit: ad632726bda806d382e075c17e0161734894d1fa
https://github.com/tmux/tmux/commit/ad632726bda806d382e075c17e0161734894d1fa
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M regress/choose-tree.sh
A regress/clock-mode.sh
A regress/confirm-before-lock.sh
A regress/copy-mode-commands.sh
A regress/find-window.sh
A regress/layout-set.sh
A regress/list-commands.sh
A regress/prompt-words-history.sh
Log Message:
-----------
Some more regress tests.
Commit: 9fa390aee696f7c3886bc9146e4051cbbe9593cb
https://github.com/tmux/tmux/commit/9fa390aee696f7c3886bc9146e4051cbbe9593cb
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M regress/clear-on-attach.sh
Log Message:
-----------
Fix error in test.
Commit: 4b1586fa81f2cca49b4195ceba7b18d516ece106
https://github.com/tmux/tmux/commit/4b1586fa81f2cca49b4195ceba7b18d516ece106
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M regress/hooks-notify.sh
Log Message:
-----------
Test for exit status.
Commit: 5d5f66239a60e5bb1784685418bf8c19f0e3bbb0
https://github.com/tmux/tmux/commit/5d5f66239a60e5bb1784685418bf8c19f0e3bbb0
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M regress/window-ops.sh
Log Message:
-----------
Test for -S from Mazunki Hoksaas.
Commit: 7b666e62be89e66aceef9f091a3c922ac5adf951
https://github.com/tmux/tmux/commit/7b666e62be89e66aceef9f091a3c922ac5adf951
Author: nicm <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M server-fn.c
Log Message:
-----------
Wait for pane exit status in all cases not just remain-on-exit since
events need it.
Commit: 79f1f438305df9f1ed46d1661da74d6dc4e9285c
https://github.com/tmux/tmux/commit/79f1f438305df9f1ed46d1661da74d6dc4e9285c
Author: tmux update bot <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M server-fn.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Wait for pane exit status in all cases not just remain-on-exit since events
need it.
Commit: ce253864f88c08c97bc7ec32fda1fe50b2220345
https://github.com/tmux/tmux/commit/ce253864f88c08c97bc7ec32fda1fe50b2220345
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
A regress/control-client-run-shell-exit.sh
Log Message:
-----------
Test for late run-shell on a client that has exited.
Commit: a6f9a206b7f31be24adc82d59bf352aa992a8111
https://github.com/tmux/tmux/commit/a6f9a206b7f31be24adc82d59bf352aa992a8111
Author: nicm <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M cmd-new-window.c
M tmux.1
Log Message:
-----------
Extend neww -S to work with -t as well as -t, GitHub issue 5571 from
Mazunki Hoksaas.
Commit: db24c029be05b387fc670510c29ccc00ae6f5b60
https://github.com/tmux/tmux/commit/db24c029be05b387fc670510c29ccc00ae6f5b60
Author: tmux update bot <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M cmd-new-window.c
M tmux.1
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Extend neww -S to work with -t as well as -t, GitHub issue 5571 from Mazunki
Hoksaas.
Commit: 93169e2e6231853c61c33432bceebf4ffc91015b
https://github.com/tmux/tmux/commit/93169e2e6231853c61c33432bceebf4ffc91015b
Author: nicm <[email protected]>
Date: 2026-09-04 (Fri, 04 Sep 2026)
Changed paths:
M control.c
Log Message:
-----------
Do not attempt to write to control clients which have been destroyed,
reported by Artur Penttinen in GitHub issue 5570.
Commit: 578e07fcbc66dc60822b55b88ba12f518df57374
https://github.com/tmux/tmux/commit/578e07fcbc66dc60822b55b88ba12f518df57374
Author: tmux update bot <[email protected]>
Date: 2026-09-04 (Fri, 04 Sep 2026)
Changed paths:
M control.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Do not attempt to write to control clients which have been destroyed,
reported by Artur Penttinen in GitHub issue 5570.
Commit: 73db0a54e5ae5abf80bb790829222c9760f60b1d
https://github.com/tmux/tmux/commit/73db0a54e5ae5abf80bb790829222c9760f60b1d
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M regress/targets-panes.sh
M regress/targets.sh
Log Message:
-----------
Tests from GitHub issue 5576.
Commit: 557967c36ce4d80412405fb2ac20b599186689ba
https://github.com/tmux/tmux/commit/557967c36ce4d80412405fb2ac20b599186689ba
Author: nicm <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M monitor.c
Log Message:
-----------
Do not silently make a session monitor if the target is unknown, GitHub
issue 5575 from zzchun12826 at gmail dot com.
Commit: 00f3899aea035666fa9e7bd60bc7c2cf36c8e745
https://github.com/tmux/tmux/commit/00f3899aea035666fa9e7bd60bc7c2cf36c8e745
Author: nicm <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M cmd-find.c
Log Message:
-----------
Error on invalid relative targets, such as +foo or -0. GitHub issue 5576
from imcusg at gmail dot com.
Commit: d44bfda26d2468b5f474087b56f93eda34c541b6
https://github.com/tmux/tmux/commit/d44bfda26d2468b5f474087b56f93eda34c541b6
Author: tmux update bot <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M cmd-find.c
M monitor.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Error on invalid relative targets, such as +foo or -0. GitHub issue 5576 from
imcusg at gmail dot com.
Do not silently make a session monitor if the target is unknown, GitHub issue
5575 from zzchun12826 at gmail dot com.
Commit: 8396a63128f7470affd2992969a27ec4ef5d2df6
https://github.com/tmux/tmux/commit/8396a63128f7470affd2992969a27ec4ef5d2df6
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
A regress/capture-pane-time.sh
Log Message:
-----------
capture-pane -I test.
Commit: 6a24d5437b5c69486cb2c2ef10ff91b881a319d5
https://github.com/tmux/tmux/commit/6a24d5437b5c69486cb2c2ef10ff91b881a319d5
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
A regress/json.sh
Log Message:
-----------
JSON test.
Commit: 96f4c7b9faf02b14bf49260e8fb3848f8b7ffb72
https://github.com/tmux/tmux/commit/96f4c7b9faf02b14bf49260e8fb3848f8b7ffb72
Author: nicm <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M cmd-capture-pane.c
M tmux.1
Log Message:
-----------
Add capture-pane -I to show times.
Commit: 01d1d6580ab2455d15d9602fe95c54118bef1912
https://github.com/tmux/tmux/commit/01d1d6580ab2455d15d9602fe95c54118bef1912
Author: nicm <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M Makefile
M cmd-display-message.c
A json.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a parser for a subset of JSON, will be used for new layout strings
(and maybe some other stuff), from Dane Jensen.
Commit: 2191c9b1724e446cd33ea8bd3f7171e75e154eb8
https://github.com/tmux/tmux/commit/2191c9b1724e446cd33ea8bd3f7171e75e154eb8
Author: nicm <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M tmux.h
M window.c
Log Message:
-----------
Add a function to find last pane index, from Dane Jensen.
Commit: d8bdb23108a1027176024c50d43679f5ea91c8e6
https://github.com/tmux/tmux/commit/d8bdb23108a1027176024c50d43679f5ea91c8e6
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M Makefile.am
M cmd-capture-pane.c
M cmd-display-message.c
A json.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:
Add a function to find last pane index, from Dane Jensen.
Add a parser for a subset of JSON, will be used for new layout strings (and
maybe some other stuff), from Dane Jensen.
Add capture-pane -I to show times.
Commit: 98637576bd960d287fc7a9fe6a3a4250d94898ca
https://github.com/tmux/tmux/commit/98637576bd960d287fc7a9fe6a3a4250d94898ca
Author: Nicholas Marriott <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
A regress/control-client-new-layouts.sh
Log Message:
-----------
Test for new-layouts flag.
Commit: d9692f7ecfee64e03d2111641299848f807c8a61
https://github.com/tmux/tmux/commit/d9692f7ecfee64e03d2111641299848f807c8a61
Author: nicm <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-parse.y
M cmd-select-layout.c
M control-notify.c
M format.c
M layout-custom.c
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Add new-layouts flag for control clients so they can default to old
layouts for backwards compatibility.
Commit: 1b87cb752e0cfa5be66235c4c9228aadbe3487d7
https://github.com/tmux/tmux/commit/1b87cb752e0cfa5be66235c4c9228aadbe3487d7
Author: tmux update bot <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-parse.y
M cmd-select-layout.c
M control-notify.c
M format.c
M layout-custom.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 new-layouts flag for control clients so they can default to old layouts
for backwards compatibility.
Commit: f8ed3d2aa94c59c34c1f07bd7e0b04f5880a8ad1
https://github.com/tmux/tmux/commit/f8ed3d2aa94c59c34c1f07bd7e0b04f5880a8ad1
Author: Dane Jensen <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M .github/workflows/lock.yml
M .github/workflows/regress.yml
M CHANGES
M cmd-capture-pane.c
M cmd-display-menu.c
M cmd-display-message.c
M cmd-find.c
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-new-window.c
M cmd-parse.y
M cmd-resize-pane.c
M cmd-select-layout.c
M control-notify.c
M control.c
M format.c
M grid.c
M input.c
M json.c
M layout-custom.c
M monitor.c
M options-table.c
A regress/capture-pane-time.sh
M regress/cfg-client-lost.sh
M regress/choose-tree.sh
A regress/clear-on-attach.sh
A regress/client-key-order-focus.sh
A regress/clock-mode.sh
A regress/confirm-before-lock.sh
M regress/control-client-exit-stalled.sh
A regress/control-client-new-layouts.sh
A regress/control-client-popup.sh
A regress/control-client-run-shell-exit.sh
M regress/control-notify-guard.sh
A regress/copy-mode-commands.sh
A regress/copy-mode-selection-mode.sh
A regress/copy-mode-unicode-whitespace.sh
A regress/find-window.sh
M regress/format-variables.sh
M regress/hooks-notify.sh
A regress/json.sh
A regress/layout-set.sh
A regress/list-commands.sh
M regress/mode-kill.sh
A regress/prompt-words-history.sh
A regress/screen-redraw-scrollbars-auto-hide.sh
A regress/server-access.sh
M regress/server-socket-error.sh
M regress/set-hook-E.sh
A regress/switch-mode.sh
A regress/sync-output-cursor.sh
M regress/tab-cell-background.sh
M regress/targets-panes.sh
M regress/targets.sh
A regress/terminal-feature-utf8.sh
M regress/theme-report.sh
M regress/window-ops.sh
M screen-redraw.c
M server-client.c
M server-fn.c
M tmux.1
M tmux.h
M tty-features.c
M utf8.c
M window-client.c
M window-copy.c
M window-switch.c
M window.c
Log Message:
-----------
Merge branch 'master' into layout-custom-format
Compare: https://github.com/tmux/tmux/compare/2430546f06e0...f8ed3d2aa94c
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/layout-custom-format/243054-f8ed3d%40github.com.