-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix double-width characters disappearing when wrapping #3180
Merged
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01d787b - Browse repository at this point
Copy the full SHA 01d787bView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fb36b0 - Browse repository at this point
Copy the full SHA 8fb36b0View commit details -
Update docstring for
Text.wrap
s width parameter to indicate that it……'s referring to the number of *single-width* characters. Also a small addition to the gitignore file.
Configuration menu - View commit details
-
Copy full SHA for c8e478e - Browse repository at this point
Copy the full SHA c8e478eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d2a1a - Browse repository at this point
Copy the full SHA f7d2a1aView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70ce4db - Browse repository at this point
Copy the full SHA 70ce4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d89d0 - Browse repository at this point
Copy the full SHA 85d89d0View commit details -
Update wrapping logic to fix issues with CJK charcters disappearing w…
…hen the "fold" location sat *within* a double-width character. Ensure we retain browser logic of: if there is no space on the current line, move to a new line, and if theres not enough space on the entire new line, fold the text over multiple lines at appropriate locations.
Configuration menu - View commit details
-
Copy full SHA for 9f93126 - Browse repository at this point
Copy the full SHA 9f93126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4217cd3 - Browse repository at this point
Copy the full SHA 4217cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4555def - Browse repository at this point
Copy the full SHA 4555defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6507b - Browse repository at this point
Copy the full SHA 8d6507bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8007cd3 - Browse repository at this point
Copy the full SHA 8007cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cc1d9 - Browse repository at this point
Copy the full SHA f1cc1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eed638 - Browse repository at this point
Copy the full SHA 9eed638View commit details -
Configuration menu - View commit details
-
Copy full SHA for df877f2 - Browse repository at this point
Copy the full SHA df877f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab4732 - Browse repository at this point
Copy the full SHA 0ab4732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2053eb0 - Browse repository at this point
Copy the full SHA 2053eb0View commit details
Commits on Nov 2, 2023
-
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 077ef44 - Browse repository at this point
Copy the full SHA 077ef44View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0280567 - Browse repository at this point
Copy the full SHA 0280567View commit details -
Merge branch 'double-width-wrapping-fix' of github.com:willmcgugan/ri…
…ch into double-width-wrapping-fix
Configuration menu - View commit details
-
Copy full SHA for 3863739 - Browse repository at this point
Copy the full SHA 3863739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55972a9 - Browse repository at this point
Copy the full SHA 55972a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f82b464 - Browse repository at this point
Copy the full SHA f82b464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c5dfc - Browse repository at this point
Copy the full SHA 05c5dfcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.