Change #271194
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 10:06:58 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | 3.7-rc |
| Revision | 78afc24736483941d27288708a051b275596d253 |
Comments
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).
Changed files
- screen-redraw.c