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
In a terminal, lets say you have a bunch of information printing out, so much that it goes beyond the max height of your terminal window and thus your terminal scrolls. So now you have to scroll up to see some of the information.
Is it possible to use the .moveTo() method to move beyond the top of the window? .moveTo(0,0) appears to only go to the first visible line in the terminal, not the first line in the output since the terminal has been scrolled.
The text was updated successfully, but these errors were encountered:
In a terminal, lets say you have a bunch of information printing out, so much that it goes beyond the max height of your terminal window and thus your terminal scrolls. So now you have to scroll up to see some of the information.
Is it possible to use the
.moveTo()
method to move beyond the top of the window?.moveTo(0,0)
appears to only go to the first visible line in the terminal, not the first line in the output since the terminal has been scrolled.The text was updated successfully, but these errors were encountered: