CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/14 14:53:20
Modified files:
usr.bin/tmux : 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).
