Change #271053
| Category | tmux |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 09:40:45 |
| Repository | https://github.com/tmux/tmux.git |
| Project | 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