mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Add wcwidth non_characters
These were added to widechar_width kinda late. Fixes #9137
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user