-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Animation Postition #173
Conversation
Move it down one line
wait we need to check if the window is in wide or floating |
We also have to check the size of the windows (width) because the first line can wrap and move it |
We may also want future stuff to be before the turbo so we need to make the location variable |
yee |
…peed into anim-pos-update
When I run this code I get the animation looks like
Whilst normally it looks like:
The second one is what I believe to be the intended behaviors. The issue pertains to the size of the window. Sometimes, if the text wraps it will effect the position of the animation. |
thats why its still a draft pr lol |
I also added a function to keep track of terminal size |
Looks good! Will test tomorrow morning on laptop! |
Move it down one line because oops