Branch: refs/heads/floating_panes
Home: https://github.com/tmux/tmux
Commit: 4d1ab1ba2a8404500624a199a0ad53c52cc95e0b
https://github.com/tmux/tmux/commit/4d1ab1ba2a8404500624a199a0ad53c52cc95e0b
Author: nicm <nicm>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M cmd-server-access.c
M proc.c
M server-acl.c
M tmux.1
M tmux.h
Log Message:
-----------
Allow ACLs to use groups as well as users, GitHub issue 4917.
Commit: a6a06c5aa614fe992041a2f1139c01c4f4fc4bcc
https://github.com/tmux/tmux/commit/a6a06c5aa614fe992041a2f1139c01c4f4fc4bcc
Author: nicm <nicm>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M window-tree.c
Log Message:
-----------
Fix squash-groups skipping every session, GitHub issue 5180 from Bryce
Miller.
Commit: 6f683da2e9dfa9a5f4e811ede98fab18e1fef5bd
https://github.com/tmux/tmux/commit/6f683da2e9dfa9a5f4e811ede98fab18e1fef5bd
Author: Thomas Adam <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M cmd-server-access.c
M proc.c
M server-acl.c
M tmux.1
M tmux.h
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: fd10db5a6212a1db54a7762b099d1cc17f2062e7
https://github.com/tmux/tmux/commit/fd10db5a6212a1db54a7762b099d1cc17f2062e7
Author: nicm <nicm>
Date: 2026-06-08 (Mon, 08 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: 1564584ba97591e6690489e0a373cd1116c98c92
https://github.com/tmux/tmux/commit/1564584ba97591e6690489e0a373cd1116c98c92
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M server-client.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 27c58c764d4534855f6cafcf895d265197697901
https://github.com/tmux/tmux/commit/27c58c764d4534855f6cafcf895d265197697901
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M window.c
Log Message:
-----------
Do not use NULL arguments, bug spotted by Dane Jensen.
Commit: 97156f33826392952f0bd336cb90b81518cd50ab
https://github.com/tmux/tmux/commit/97156f33826392952f0bd336cb90b81518cd50ab
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: d5c91963486e26043c7ca947d07ebd127e567dec
https://github.com/tmux/tmux/commit/d5c91963486e26043c7ca947d07ebd127e567dec
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-split-window.c
M server.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Add -B to new-pane/split-window to block until the command exits, like
run-shell -b.
Commit: 2179c3e420bdd3429ed68b4f8aa957f1747e2cc0
https://github.com/tmux/tmux/commit/2179c3e420bdd3429ed68b4f8aa957f1747e2cc0
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-split-window.c
M server.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: a42e425d4437e046e29aac8324759ce67030971a
https://github.com/tmux/tmux/commit/a42e425d4437e046e29aac8324759ce67030971a
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: 4ec7e66e90dc435ef21564e0c843c100acd33d59
https://github.com/tmux/tmux/commit/4ec7e66e90dc435ef21564e0c843c100acd33d59
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M tty.c
M utf8-combined.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 4a3f380fd25a34e79b058e97a156162d5ca6a8f9
https://github.com/tmux/tmux/commit/4a3f380fd25a34e79b058e97a156162d5ca6a8f9
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-pane.c
M cmd-kill-session.c
M cmd-kill-window.c
M tmux.1
Log Message:
-----------
Add -f for filter with -a to kill-pane, kill-window, kill-session.
GitHub issue 4782.
Commit: 27111bd76db8db3aecd8bad3f77074b03befe474
https://github.com/tmux/tmux/commit/27111bd76db8db3aecd8bad3f77074b03befe474
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-pane.c
M cmd-kill-session.c
M cmd-kill-window.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 538688486eb5cafab9d14723b7abe5655322da55
https://github.com/tmux/tmux/commit/538688486eb5cafab9d14723b7abe5655322da55
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M tmux.1
Log Message:
-----------
Clarify -a for kill-window, kill-session.
Commit: b3748687500e94f7480df79ce09010a330b7a7b1
https://github.com/tmux/tmux/commit/b3748687500e94f7480df79ce09010a330b7a7b1
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-session.c
M cmd-kill-window.c
Log Message:
-----------
Add missing headers.
Commit: 34dd42dc7fe550b555d46340f32466f9ade0bfa9
https://github.com/tmux/tmux/commit/34dd42dc7fe550b555d46340f32466f9ade0bfa9
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-server-access.c
Log Message:
-----------
Use name as marker for failure not type (which must be set to be in the
error).
Commit: 490802099d0172dd18a1e30204ceb7ef90f64c62
https://github.com/tmux/tmux/commit/490802099d0172dd18a1e30204ceb7ef90f64c62
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-session.c
M cmd-kill-window.c
M cmd-server-access.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 45e9e541a4a07679db22c3b51237e7b3dfe86d8f
https://github.com/tmux/tmux/commit/45e9e541a4a07679db22c3b51237e7b3dfe86d8f
Author: Dane Jensen <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-pane.c
M cmd-kill-session.c
M cmd-kill-window.c
M cmd-server-access.c
M cmd-split-window.c
M proc.c
M server-acl.c
M server-client.c
M server.c
M tmux.1
M tmux.h
M tty.c
M utf8-combined.c
M window-tree.c
M window.c
Log Message:
-----------
Merge branch 'master' into fp-merge
Commit: 2955c1fdc7367521c3d659c2a1ae53b85b05cef4
https://github.com/tmux/tmux/commit/2955c1fdc7367521c3d659c2a1ae53b85b05cef4
Author: Dane Jensen <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-kill-pane.c
M cmd-kill-session.c
M cmd-kill-window.c
M cmd-server-access.c
M cmd-split-window.c
M proc.c
M server-acl.c
M server-client.c
M server.c
M tmux.1
M tmux.h
M tty.c
M utf8-combined.c
M window-tree.c
M window.c
Log Message:
-----------
Merge master into floating_panes.
Compare: https://github.com/tmux/tmux/compare/b2ac4475cc7a...2955c1fdc736
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/b2ac44-2955c1%40github.com.