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

Word wrapping breaks if 33 char in line is newline (should behave like a space) #1

Open
jerrytron opened this issue Apr 9, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@jerrytron
Copy link
Contributor

Whitespace / newlines appear to be messing up word wrapping, probably by throwing off the count. In a test story (let's call it Dungeon) a passage has a rhyme artificially newlining and keeping within the 32 character limits.

Wrapping correctly does not occur with 31 character lines, but erroneously occurs on 32 character lines followed by a newline.

Wrapping correctly occurs if 32 characters is followed by a space.

@jerrytron jerrytron added the bug label Apr 9, 2015
@jerrytron jerrytron self-assigned this Apr 9, 2015
@jerrytron jerrytron added this to the v1.1 milestone Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant