oclif/cli-ux

Windows Terminal supports Unicode but still shows ASCII spinner

rjwut-chg opened this issue · 0 comments

The issue is found on line 29 of action/spinner.ts. The code assumes that there is no support for Unicode on any Windows-based terminal. You can detect Windows Terminal by checking for the presence of the WT_SESSION environment variable.