Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 1a02c9957ca3d7c49f2756a794dce645a8af4f12
https://github.com/tmux/tmux/commit/1a02c9957ca3d7c49f2756a794dce645a8af4f12
Author: nicm <[email protected]>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M Makefile
M cfg.c
M cmd-choose-tree.c
M cmd-copy-mode.c
R cmd-display-panes.c
M cmd-find-window.c
M cmd-queue.c
M cmd-run-shell.c
M layout.c
M options-table.c
M server-client.c
M tmux.1
M tmux.h
M window-buffer.c
M window-client.c
M window-clock.c
M window-copy.c
M window-customize.c
A window-panes.c
M window-switch.c
M window-tree.c
M window.c
Log Message:
-----------
Convert display-panes away from an overlay and into a mode. This is
another step on the road of getting rid of overlays altogether (they are
full of special cases; popups and menus are to go also eventually). We
lose some of the styling of borders but gain the ability to run
display-panes in another pane (perhaps not hugely useful but one never
knows). The -b flag goes away as no longer useful.
Commit: 6546fa098275ac4bc77a6fff669b405112cba760
https://github.com/tmux/tmux/commit/6546fa098275ac4bc77a6fff669b405112cba760
Author: Thomas Adam <[email protected]>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M Makefile.am
M cfg.c
M cmd-choose-tree.c
M cmd-copy-mode.c
R cmd-display-panes.c
M cmd-find-window.c
M cmd-queue.c
M cmd-run-shell.c
M layout.c
M options-table.c
M server-client.c
M tmux.1
M tmux.h
M window-buffer.c
M window-client.c
M window-clock.c
M window-copy.c
M window-customize.c
A window-panes.c
M window-switch.c
M window-tree.c
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Convert display-panes away from an overlay and into a mode. This is another
step on the road of getting rid of overlays altogether (they are full of
special cases; popups and menus are to go also eventually). We lose some of the
styling of borders but gain the ability to run display-panes in another pane
(perhaps not hugely useful but one never knows). The -b flag goes away as no
longer useful.
Compare: https://github.com/tmux/tmux/compare/145f8ef173c5...6546fa098275
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/master/145f8e-6546fa%40github.com.