Change #273283
| Category | tmux |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 10:06:58 |
| Repository | https://github.com/tmux/tmux.git |
| Project | tmux |
| Branch | master |
| 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