mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 10:58:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
539a6e7fa0
@ -791,7 +791,8 @@ format_width(const char *expanded)
|
|||||||
} else if (*cp > 0x1f && *cp < 0x7f) {
|
} else if (*cp > 0x1f && *cp < 0x7f) {
|
||||||
width++;
|
width++;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
} else
|
||||||
|
cp++;
|
||||||
}
|
}
|
||||||
return (width);
|
return (width);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user