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 non-Core Text renderer not working well with wide text #1297

Merged

Conversation

ychin
Copy link
Member

@ychin ychin commented Sep 28, 2022

This was previously broken by #1287 as I did not update the new constants' values.

Also, make strikethrough work in it.

The non-CoreText renderer is essentially deprecated and will be removed in near future, but for now just fix up the straggling bugs since this is easy to do so.

Fix #1296

This was previously broken by macvim-dev#1287 as I did not update the new
constants' values.

Also, make strikethrough work in it.

The non-CoreText renderer is essentially deprecated and will be removed
in near future, but for now just fix up the straggling bugs since this
is easy to do so.

Fix macvim-dev#1296
@ychin ychin force-pushed the fix-non-core-text-renderer-strikethrough branch from a474cb2 to b52f01d Compare September 28, 2022 21:17
@ychin ychin merged commit 2449b8a into macvim-dev:master Sep 28, 2022
@ychin ychin deleted the fix-non-core-text-renderer-strikethrough branch September 28, 2022 21:17
@ychin ychin added this to the Release 175 milestone Sep 28, 2022
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.

multibyte languages rendering is strange(9.0.472)
2 participants