Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 4063f968c620079f62892f8b76d53fdfd1af8c0d
https://github.com/tmux/tmux/commit/4063f968c620079f62892f8b76d53fdfd1af8c0d
Author: nicm <nicm>
Date: 2026-06-07 (Sun, 07 Jun 2026)
Changed paths:
M cmd-swap-pane.c
Log Message:
-----------
Do not allow swapping floating panes for the moment.
Commit: c9e22ab67bd7fe89ebb767215f2e671e72573e00
https://github.com/tmux/tmux/commit/c9e22ab67bd7fe89ebb767215f2e671e72573e00
Author: nicm <nicm>
Date: 2026-06-07 (Sun, 07 Jun 2026)
Changed paths:
M cmd-split-window.c
M key-bindings.c
M tmux.1
Log Message:
-----------
Enable floating panes. These are panes which sit above the layout
("tiled panes") like popups but unlike popups are not modal and behave
like panes (so the same escape sequence support). Floating panes are
created with the "new-pane" command, bound to * by default.
Currently floating panes can only be moved and resized using the mouse.
The default second status line (if "status-format" is set to 2) has
changed to show a list of panes.
This is the first step and many obvious features are not yet complete
(notably the ability to swap floating panes, resize them using
resize-pane, change them between floating and tiles, and restore custom
layouts with floating panes).
Mostly written by Michael Grant with help from Dane Jensen.
Commit: 54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
https://github.com/tmux/tmux/commit/54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
Author: Thomas Adam <[email protected]>
Date: 2026-06-07 (Sun, 07 Jun 2026)
Changed paths:
M cmd-split-window.c
M cmd-swap-pane.c
M key-bindings.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/8388c53a4731...54be05e5e4b9
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/8388c5-54be05%40github.com.