Change #271195
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 10:07:23 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | 3.7-rc |
| Revision | f98aaf544d42ed34e068f9aa67ad71aab1866d3f |
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