mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
All wcwidth is broken
This commit is contained in:
parent
f359ded336
commit
e7273e1d81
1 changed files with 0 additions and 4 deletions
|
@ -1260,11 +1260,7 @@ double nan(char *tagp)
|
|||
|
||||
/* Big hack to use our versions of wcswidth where we know them to be broken, like on OS X */
|
||||
#ifndef HAVE_BROKEN_WCWIDTH
|
||||
#if __APPLE__
|
||||
#define HAVE_BROKEN_WCWIDTH 1
|
||||
#else
|
||||
#define HAVE_BROKEN_WCWIDTH 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ! HAVE_BROKEN_WCWIDTH
|
||||
|
|
Loading…
Reference in a new issue