mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 20:09:56 +08:00
Add wcwidth non_characters
These were added to widechar_width kinda late. Fixes #9137
This commit is contained in:
parent
96a064d679
commit
db20356a6c
@ -194,6 +194,7 @@ int fish_wcwidth(wchar_t wc) {
|
||||
int width = widechar_wcwidth(wc);
|
||||
|
||||
switch (width) {
|
||||
case widechar_non_character:
|
||||
case widechar_nonprint:
|
||||
case widechar_combining:
|
||||
case widechar_unassigned:
|
||||
|
Loading…
x
Reference in New Issue
Block a user