Branch: refs/heads/floating_panes
Home: https://github.com/tmux/tmux
Commit: d533d7c97ca3f769cd689faf7201a67017d458f0
https://github.com/tmux/tmux/commit/d533d7c97ca3f769cd689faf7201a67017d458f0
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-display-panes.c
M cmd-kill-pane.c
M menu.c
M popup.c
M screen-redraw.c
M screen-write.c
M tmux.h
M tty-draw.c
M tty.c
M window-copy.c
Log Message:
-----------
Add a context for cell/palette/hyperlinks when drawing to tty to avoid
passing so much in parameters.
Commit: 5c0db5a293c054c1188d4304a9484e5c6d833e83
https://github.com/tmux/tmux/commit/5c0db5a293c054c1188d4304a9484e5c6d833e83
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cmd-display-panes.c
Log Message:
-----------
Preserve the original text in the first line for display-panes.
Commit: da31d94c2a6079bcfdd6e995027a2667b52d364d
https://github.com/tmux/tmux/commit/da31d94c2a6079bcfdd6e995027a2667b52d364d
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-display-panes.c
M cmd-kill-pane.c
M menu.c
M popup.c
M screen-redraw.c
M screen-write.c
M tmux.h
M tty-draw.c
M tty.c
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: f415a70c0be40fd6f8ae7b26523a92f8f3b6ca88
https://github.com/tmux/tmux/commit/f415a70c0be40fd6f8ae7b26523a92f8f3b6ca88
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M tmux.h
Log Message:
-----------
Merge two SIXEL blocks.
Commit: c6c8f77bc03e48eae5b4c9b8bcbd9477d769a19a
https://github.com/tmux/tmux/commit/c6c8f77bc03e48eae5b4c9b8bcbd9477d769a19a
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-find.c
Log Message:
-----------
While grouped sessions are being killed, it can leave session which are
not really useful as targets (no active pane or current window) in the
tree. Make cmd_find_best_session skip these. GitHub issue 5167.
Commit: 7ad8b3366df58c57578c3665a20b8f4e5c2643a5
https://github.com/tmux/tmux/commit/7ad8b3366df58c57578c3665a20b8f4e5c2643a5
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-find.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 8cb4aabb8bd2a699b08aca119ebe83e4c2f3798a
https://github.com/tmux/tmux/commit/8cb4aabb8bd2a699b08aca119ebe83e4c2f3798a
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M grid.c
M key-bindings.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Replace refresh-from-pane in copy mode with a way to automatically
update as pane content changes. This is toggled by pressing r. GitHub
issue 5165 from Barrett Ruth.
Commit: c019b3dad95fc9179898117595c3dd7fde3dd745
https://github.com/tmux/tmux/commit/c019b3dad95fc9179898117595c3dd7fde3dd745
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Use correct size when calculating status line right trim. GitHub issue
5098 from Aung Myo Kyaw.
Commit: 9c350af58245abf4abd1f4dcda07d53230431fd8
https://github.com/tmux/tmux/commit/9c350af58245abf4abd1f4dcda07d53230431fd8
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M grid.c
M key-bindings.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: cd26f29fb8e51648749fd3374e587f7da93d721b
https://github.com/tmux/tmux/commit/cd26f29fb8e51648749fd3374e587f7da93d721b
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 2719549cf28b0521daafa41c23614d0768192339
https://github.com/tmux/tmux/commit/2719549cf28b0521daafa41c23614d0768192339
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-split-window.c
M server.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Rename new-pane -B to -W since -B is best kept to match -B to
display-popup.
Commit: 4702e58ee5b546a0dc472f28c719129551004ef8
https://github.com/tmux/tmux/commit/4702e58ee5b546a0dc472f28c719129551004ef8
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M options-table.c
Log Message:
-----------
Fix text to refer to status-keys not mode-keys, GitHub issue 5191.
Commit: 9231c80cd88aaf6cf0ff4bb65a5b3c93df212703
https://github.com/tmux/tmux/commit/9231c80cd88aaf6cf0ff4bb65a5b3c93df212703
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-split-window.c
M options-table.c
M server.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 7ec94fda08fd05545d4b6c8c6f5b4a7ce0f303d7
https://github.com/tmux/tmux/commit/7ec94fda08fd05545d4b6c8c6f5b4a7ce0f303d7
Author: nicm <nicm>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-list-keys.c
Log Message:
-----------
Make list-keys only use a message if -1 is given, otherwise behave like
other commands (stdout or mode).
Commit: f07ac3068b24ff7f5b03d7e82e0f461371f99f7d
https://github.com/tmux/tmux/commit/f07ac3068b24ff7f5b03d7e82e0f461371f99f7d
Author: Thomas Adam <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-list-keys.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 2a830aa5672d3e440d93e633382613860b0926ba
https://github.com/tmux/tmux/commit/2a830aa5672d3e440d93e633382613860b0926ba
Author: Dane Jensen <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M cmd-display-panes.c
M cmd-find.c
M cmd-kill-pane.c
M cmd-list-keys.c
M cmd-split-window.c
M grid.c
M key-bindings.c
M menu.c
M options-table.c
M popup.c
M screen-redraw.c
M screen-write.c
M server.c
M tmux.1
M tmux.h
M tty-draw.c
M tty.c
M window-copy.c
M window.c
Log Message:
-----------
Merge branch 'master' into floating_panes
Compare: https://github.com/tmux/tmux/compare/84229d473515...2a830aa5672d
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/84229d-2a830a%40github.com.