diff --git a/src/fallback.cpp b/src/fallback.cpp index 2fc34c14..9201af28 100644 --- a/src/fallback.cpp +++ b/src/fallback.cpp @@ -279,7 +279,7 @@ int fish_get_emoji_width(wchar_t c) { // Big hack to use our versions of wcswidth where we know them to be broken, which is // EVERYWHERE (https://github.com/fish-shell/fish-shell/issues/2199) #ifndef HAVE_BROKEN_WCWIDTH -#define HAVE_BROKEN_WCWIDTH 1 +#define HAVE_BROKEN_WCWIDTH 0 #endif #if !HAVE_BROKEN_WCWIDTH