CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/15 01:40:45
Modified files:
usr.bin/tmux : screen-write.c tmux.h tty.c
Log message:
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.
