cli-ux
cli-ux copied to clipboard
Windows Terminal supports Unicode but still shows ASCII spinner
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.