Branch: refs/heads/5218-drag-resizing-on-a-floating-panes-right-border
Home: https://github.com/tmux/tmux
Commit: 11e6a32e80714ef0d9cd040ee1f97cb394bbc2c6
https://github.com/tmux/tmux/commit/11e6a32e80714ef0d9cd040ee1f97cb394bbc2c6
Author: Michael Grant <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Fix a visual dotted-border issue in screen-redraw.c came from ce24b927
That commit introduced the floating border draw path and the expression:
px >= wp->xoff && px <= wp->xoff + sx
for top/bottom floating borders. That range ignores a left scrollbar
extending the floating pane’s outer border leftward, so the top/bottom
borders don’t cover the scrollbar area and you see the dot/ corner
artifacts.
Commit: d366507937fc0de8aefda582ac9b94bf4849d8da
https://github.com/tmux/tmux/commit/d366507937fc0de8aefda582ac9b94bf4849d8da
Author: Michael Grant <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M cmd-resize-pane.c
M server-client.c
Log Message:
-----------
Fix resize issue when dragging borders without pane-scrollbars enabled.
Compare: https://github.com/tmux/tmux/compare/d223a49d18d6...d366507937fc
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/5218-drag-resizing-on-a-floating-panes-right-border/d223a4-d36650%40github.com.