NikitaIvanovV / ictree

Like tree but interactive
https://nikitaivanovv.github.io/ictree/
GNU General Public License v3.0
147 stars 7 forks source link

Screen doesn't clear properly #16

Open dufferzafar opened 2 years ago

dufferzafar commented 2 years ago

https://user-images.githubusercontent.com/1449512/172774610-0ce04597-1cd9-4f0e-b82a-fbba96140f36.mov

dufferzafar commented 2 years ago

As can be seen in the above recording, initially, when lines are short everything is fine, but then when there are long lines with spaces in between, some numbers are left & not cleared from the screen.

There isn't a manual Ctrl + L shortcut to redraw screen either.

NikitaIvanovV commented 2 years ago

Noted, will fix. Thanks!

Do you think that Ctrl-L shortcut is necessary? I don't remeber I ever had to use it in any program that supports it.

dufferzafar commented 2 years ago

If we can fix the rendering issues at source, then that's good. But having a manual redraw bound to Ctrl + L doesn't really hurt in my opinion.