howl
howl copied to clipboard
Line too long and no spaces breaks visualization
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.
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).