Branch: refs/heads/3.7-rc
Home: https://github.com/tmux/tmux
Commit: 83e45343875bb39c5854abf2c88856a10375c7c2
https://github.com/tmux/tmux/commit/83e45343875bb39c5854abf2c88856a10375c7c2
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M layout.c
Log Message:
-----------
Skip floating panes when working out the top or bottom cell. Fixes
missing bottom status pane status line when floating panes exist.
Commit: 78afc24736483941d27288708a051b275596d253
https://github.com/tmux/tmux/commit/78afc24736483941d27288708a051b275596d253
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Fix various errors in redrawing:
- Fix the active pane colour when only two panes and scrollbars enabled.
- Clip left and right scrollbars the same for floating panes.
- Do not subtract scrollbar width twice when working out width of status
line.
- Check if a character is inside a visible range correctly (do not
include the next position outside the range).
Commit: f98aaf544d42ed34e068f9aa67ad71aab1866d3f
https://github.com/tmux/tmux/commit/f98aaf544d42ed34e068f9aa67ad71aab1866d3f
Author: nicm <nicm>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M screen-write.c
M tmux.h
M tty.c
Log Message:
-----------
When redrawing a whole pane line, fall into tty_draw_line for any
characters that are not plain ASCII. Fixes redraw issues with partial
tabs and other wide characters when a pane is partly outside the window.
Compare: https://github.com/tmux/tmux/compare/dabaae1534f2...f98aaf544d42
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/3.7-rc/dabaae-f98aaf%40github.com.