Pull in later widecharwidth

This pulls in widechar_width.h from commit d4e75d5bb1930291223d1.
This is a "rebuild with latest data" before we attempt a risky bugfix.
The idea here is that bisecting can separate whether any regression is
due to using the latest Unicode data, or the bug fix.
This commit is contained in:
ridiculousfish
2020-08-04 12:21:33 -07:00
parent fc5067ca33
commit c9bcb52fe9
2 changed files with 209 additions and 206 deletions

View File

@@ -403,6 +403,7 @@ static int fish_parse_opt(int argc, char **argv, fish_cmd_opts_t *opts) {
int main(int argc, char **argv) {
int res = 1;
int my_optind = 0;
fish_wcwidth(0);
program_name = L"fish";
set_main_thread();