Files
tmux/screen-redraw.c
Michael Grant 11e6a32e80 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.
2026-06-16 09:35:58 +02:00

43 KiB