mirror of
https://github.com/tmux/tmux.git
synced 2025-12-17 00:02:23 -05:00
Merge branch 'obsd-master'
This commit is contained in:
commit
1a3db6b65e
@ -1104,8 +1104,6 @@ format_width(const char *expanded)
|
||||
more = utf8_append(&ud, *cp);
|
||||
if (more == UTF8_DONE)
|
||||
width += ud.width;
|
||||
else
|
||||
cp -= ud.have;
|
||||
} else if (*cp > 0x1f && *cp < 0x7f) {
|
||||
width++;
|
||||
cp++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user