mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Added a history speed test
Profile driven caching of config directory Style fixes
This commit is contained in:
@@ -523,12 +523,12 @@ wcstring wsetlocale(int category, const wchar_t *locale)
|
||||
*/
|
||||
char *ctype = setlocale(LC_CTYPE, NULL);
|
||||
bool unicode = (strstr(ctype, ".UTF") || strstr(ctype, ".utf"));
|
||||
|
||||
|
||||
ellipsis_char = unicode ? L'\x2026' : L'$';
|
||||
|
||||
|
||||
// U+23CE is the "return" character
|
||||
omitted_newline_char = unicode ? L'\x23CE' : L'~';
|
||||
|
||||
|
||||
if (!res)
|
||||
return wcstring();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user