mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Add wcwidth non_characters
These were added to widechar_width kinda late. Fixes #9137
This commit is contained in:
parent
96a064d679
commit
db20356a6c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue