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

Words jumping to next line due to text-wrapping #30

Closed
seleb opened this issue Oct 30, 2021 · 1 comment
Closed

Words jumping to next line due to text-wrapping #30

seleb opened this issue Oct 30, 2021 · 1 comment

Comments

@seleb
Copy link
Contributor

seleb commented Oct 30, 2021

Text wrapping seems to be getting re-calculated as individual characters print to the screen, which makes words jump from the end of a line to the beginning of the next line when they hit the edge. This is a bit clunky: it'd be a smoother read if all of the wrapping was handled up-front, and characters appeared already in their final positions one-by-one.

@lunafromthemoon
Copy link
Owner

This is fixed by the configuration property 'precomputeBreakLines' in config.yaml
It's off by default for compatibility reasons.

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

No branches or pull requests

2 participants