You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm redrawing the whole terminal (well, actually half of it) everytime a number has to redrawn. I could probably handle all of this with tput cup by putting the cursor where I needed it, whithout reprinting tons of whitespaces.
The text was updated successfully, but these errors were encountered:
I'm redrawing the whole terminal (well, actually half of it) everytime a number has to redrawn. I could probably handle all of this with
tput cup
by putting the cursor where I needed it, whithout reprinting tons of whitespaces.The text was updated successfully, but these errors were encountered: