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

fix(span): ensure that zero-width characters are rendered correctly #1165

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

joshka
Copy link
Member

@joshka joshka commented Jun 4, 2024

Zero-width characters at the start of a span are now rendered with the
subsequent character in the same cell. Zero-width characters in the
middle of a span are rendered at the end of the previous cell.

Fixes: #1160

Zero-width characters at the start of a span are now rendered with the
subsequent character in the same cell. Zero-width characters in the
middle of a span are rendered at the end of the previous cell.

Fixes: #1160
src/buffer/cell.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.3%. Comparing base (10d7788) to head (3e49155).

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #1165    +/-   ##
======================================
  Coverage   94.2%   94.3%            
======================================
  Files         60      60            
  Lines      14521   14677   +156     
======================================
+ Hits       13682   13841   +159     
+ Misses       839     836     -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshka joshka requested a review from EdJoPaTo June 8, 2024 05:40
@joshka
Copy link
Member Author

joshka commented Jun 10, 2024

Let's get this one merged soon

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

Successfully merging this pull request may close these issues.

index out of bounds: the len is 17526 but the index is 17526
3 participants