howl icon indicating copy to clipboard operation
howl copied to clipboard

Line too long and no spaces breaks visualization

Open italomaia-bk opened this issue 5 years ago • 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.

italomaia-bk avatar Sep 06 '19 10:09 italomaia-bk

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

refi64 avatar Sep 06 '19 18:09 refi64

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.

italomaia avatar Sep 15 '19 20:09 italomaia

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).

italomaia avatar Dec 22 '23 01:12 italomaia