Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows line... #146

Open
RubenVerg opened this issue May 4, 2020 · 7 comments
Open

Windows line... #146

RubenVerg opened this issue May 4, 2020 · 7 comments

Comments

@RubenVerg
Copy link

Windows is forced to use line for 'bad unicode support', even when I use the Terminal or the WSL.

@Olyno
Copy link

Olyno commented May 17, 2020

Same issue here, Windows 10

@joebnb
Copy link

joebnb commented Jun 1, 2020

same issue,in windows do a fallback with frame option maybe better

@mnpenner
Copy link

mnpenner commented Jun 9, 2020

A hack until this is fixed:

const spinner = ora(`Initial text`).start();
spinner._spinner = {
    "interval": 80,
    "frames": [
        "⠋",
        "⠙",
        "⠹",
        "⠸",
        "⠼",
        "⠴",
        "⠦",
        "⠧",
        "⠇",
        "⠏"
    ]
}

@RubenVerg
Copy link
Author

RubenVerg commented Jun 9, 2020 via email

@sindresorhus
Copy link
Owner

The proper fix here is better detection. We can detect WSL, but for the new Windows terminal, we'll have to wait for microsoft/terminal#1040.

@lukadev-0
Copy link

Same issue, using Git Bash on Windows 10

@joebnb
Copy link

joebnb commented Dec 5, 2020

The proper fix here is better detection. We can detect WSL, but for the new Windows terminal, we'll have to wait for microsoft/terminal#1040.

i think they are tired to hanldle over 1k issues ,should enable it in current termial first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants