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

Introduce configuration option font-shaping-break #4515

Open
mitchellh opened this issue Jan 3, 2025 · 0 comments
Open

Introduce configuration option font-shaping-break #4515

mitchellh opened this issue Jan 3, 2025 · 0 comments
Labels
font Issue within the font stack (typically src/font)

Comments

@mitchellh
Copy link
Contributor

Discussion: #4469

Introduce a new configuration option font-shaping-break that has a packed structure type with the following options:

  • cursor (default: true) - Break font shaping (text runs) under the cursor. If this is false, then we will not consider the cursor boundary a breaking point for a text run.

This is the only option for now. This will let us introduce more options in the future.

Introducing this configuration in this way will not change any default behaviors.

@mitchellh mitchellh added the font Issue within the font stack (typically src/font) label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
font Issue within the font stack (typically src/font)
Projects
None yet
Development

No branches or pull requests

1 participant