Branch: refs/heads/floating_panes_staging
Home: https://github.com/tmux/tmux
Commit: d7a2b52da8187204de8f8b3c18b770da5205b115
https://github.com/tmux/tmux/commit/d7a2b52da8187204de8f8b3c18b770da5205b115
Author: nicm <nicm>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M cmd-list-keys.c
M format.c
M tmux.1
Log Message:
-----------
Add a way to quote for command arguments and use for key in list-keys,
GitHub issue 5153.
Commit: f9a683cf39d49242df26113d510cab188b52ba16
https://github.com/tmux/tmux/commit/f9a683cf39d49242df26113d510cab188b52ba16
Author: Thomas Adam <[email protected]>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M cmd-list-keys.c
M format.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 35709a30ee7ff18b7cb4092ec52d063be8724c51
https://github.com/tmux/tmux/commit/35709a30ee7ff18b7cb4092ec52d063be8724c51
Author: nicm <nicm>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M cmd-split-window.c
M layout.c
M tmux.h
Log Message:
-----------
Change so that floating panes are always part of the root layout. From
Dane Jensen.
Commit: 3a72f3beb838edcb910c94f19d3d8ce4a1df89d3
https://github.com/tmux/tmux/commit/3a72f3beb838edcb910c94f19d3d8ce4a1df89d3
Author: nicm <nicm>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M screen-write.c
Log Message:
-----------
Use correct X position for visible range checks in
screen_write_fast_copy, GitHub issue 5164 from Barrett Ruth.
Commit: 8388c53a4731ea92e4865adb12c096d29a39a579
https://github.com/tmux/tmux/commit/8388c53a4731ea92e4865adb12c096d29a39a579
Author: Thomas Adam <[email protected]>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M cmd-split-window.c
M layout.c
M screen-write.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
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'
Commit: 310edf3e934354e9dc00e0830cd8a41cabf4b1bb
https://github.com/tmux/tmux/commit/310edf3e934354e9dc00e0830cd8a41cabf4b1bb
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-07 (Sun, 07 Jun 2026)
Changed paths:
M cmd-list-keys.c
M cmd-split-window.c
M cmd-swap-pane.c
M format.c
M layout.c
M screen-write.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'master' into floating_panes_staging
Compare: https://github.com/tmux/tmux/compare/72dc53a82ef6...310edf3e9343
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/floating_panes_staging/72dc53-310edf%40github.com.