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 10's limited Unicode font support makes progress bars look strange #652

Open
FredMSloniker opened this issue Jun 14, 2024 · 0 comments

Comments

@FredMSloniker
Copy link

I'm using ia to download some files, and for large files especially I'm noticing a problem. The tail end of the progress bar is using Unicode block elements to show progress by eighths, but of the fixed-width fonts available on a standard Windows 10 install, only DejaVu Sans Mono and SimSun properly display them. As a result, when using (say) Consolas in the command line, the tail end of the progress bar only displays "▌" correctly; the others are only shown as the 'unsupported Unicode symbol' glyph.
Given this, and given that the default Windows command line font is Consolas, would it be possible to have the progress bar on Windows only advance by halves instead of eighths for improved compatibility? Or, at the very least, support it as a configuration setting or something? I recognize this is kind of a nitpicky request, but it's been bothering me for a while, and I don't like the look of DejaVu Sans Mono.

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

1 participant