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

Line too long and no spaces breaks visualization #528

Open
italomaia-bk opened this issue Sep 6, 2019 · 3 comments
Open

Line too long and no spaces breaks visualization #528

italomaia-bk opened this issue Sep 6, 2019 · 3 comments
Labels

Comments

@italomaia-bk
Copy link

If line is too long and doesn't have spaces, the exceeding characters will be rendered one over the other. To reproduce this, just create a really big [a-z] only line.

@refi64
Copy link
Contributor

refi64 commented Sep 6, 2019

Hmm I can't reproduce this here, it's just scrolling right normally... Could you post your init.moon & settings?

@italomaia
Copy link

You can reproduce the problem with the following:

with open("out.txt", "w") as fs: fs.write(''.join(['123']*1000000))

Then, open it with howl.

@shalabhc shalabhc added the bug label Oct 21, 2019
@italomaia
Copy link

It seems a much shorter line will also freeze howl. My cat set on my keyboard while I was typing a list and howl froze solid. Had to kill -9 it (the editor, not the cat).

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

4 participants