Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

fix: use more commonly available character for pre/post progressbar #141

Merged
merged 1 commit into from Feb 15, 2022

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Feb 15, 2022

The current characters are left and right double parenthesis, however it seems that these characters are not available in very many fonts. This means users leveraging a terminal that doesn't support fallback fonts for missing glyphs will get the unicode missing character glyph instead.

To make this a little cleaner, I swapped them out for standard single left and right parenthesis which should be available in the vast majority of fonts.

@nlf nlf requested a review from a team as a code owner February 15, 2022 18:18
@nlf
Copy link
Contributor Author

nlf commented Feb 15, 2022

the above test failures are due to a known issue in updating npm in windows, i'll follow up with a pull request that gets our CI config updated

@nlf nlf merged commit 13d3046 into main Feb 15, 2022
@nlf nlf deleted the nlf/simpler-characters branch February 15, 2022 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants