howl-editor/howl

Line too long and no spaces breaks visualization

italomaia-bk opened this issue · 3 comments

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.

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

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.