CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/13 07:12:23
Modified files:
usr.bin/tmux : tty-draw.c
Log message:
Fix a couple of bugs in tty_draw_line: do not loop forever if orphan
padding appears, or if a wide character is trimmed at the right of the
region. Much help with testing from qingliu at alauda dot io in GitHub
issue 5024.
