Line too long and no spaces breaks visualization
italomaia-bk opened this issue · 3 comments
italomaia-bk commented
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 commented
Hmm I can't reproduce this here, it's just scrolling right normally... Could you post your init.moon & settings?
italomaia commented
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.