Change #271051
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 09:40:45 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | master |
| Revision | 97b5f22a7075e8a124b01309e7ba0e3ed7e910c1 |
Comments
When redrawing a whole pane line, fall into tty_draw_line for any characters that are not plain ASCII. Fixes redraw issues with partial tabs and other wide characters when a pane is partly outside the window.
Changed files
- screen-write.c
- tmux.h
- tty.c