We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should correctly calc the char width in console. Not simply using String.Length.
Consider this implement:
https://github.com/gui-cs/NStack/blob/92b5d7f56bad11a9ce637797d0c8c4a14d6f50c5/NStack/unicode/Rune.ColumnWidth.cs#L152
The text was updated successfully, but these errors were encountered:
Some characters are twice as wide as normal ASCII characters.
Even though we have ProgressBarOptions.MessageEncodingName to mitigate this. But I think encoding length and character width are two different things.
ProgressBarOptions.MessageEncodingName
Sorry, something went wrong.
The current implementation is from #82 It is totally wrong. It can be a workaround to be used in a limited area. But it shouldn't be merged.
Successfully merging a pull request may close this issue.
Should correctly calc the char width in console. Not simply using String.Length.
Consider this implement:
https://github.com/gui-cs/NStack/blob/92b5d7f56bad11a9ce637797d0c8c4a14d6f50c5/NStack/unicode/Rune.ColumnWidth.cs#L152
The text was updated successfully, but these errors were encountered: