Change #256597
| Category | tmux |
| Changed by | nicm <nicm> |
| Changed at | Fri 23 Jan 2026 11:45:53 |
| Repository | https://github.com/tmux/tmux.git |
| Project | tmux |
| Branch | master |
| Revision | f70150a6637b55de522d99b623dce51428fec6c8 |
Comments
Replace overlay_ranges with visible_ranges which can hold more than three ranges (will be needed for floating panes); move the visible ranges checks outside of tty_draw_line and rewrite it to fix issues with partially-obscured wide characters. With Michael Grant.
Changed files
- Makefile
- grid.c
- menu.c
- popup.c
- screen-redraw.c
- screen.c
- server-client.c
- tmux.h
- tty-draw.c
- tty.c