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
Is there any way to print in-place without resetting the cursor to (1,1).
I tried retrieving (x,y) from GetXY method with (-1,-1) params but that still resets the cursor.
Thanks for the great package.
The text was updated successfully, but these errors were encountered:
I am traversing a directory and want to print the current file name that is being processed.
Output is of the format Processing: [filename] and I want to pass the filename as an arg in the for loop.
Is there any way to print in-place without resetting the cursor to
(1,1)
.I tried retrieving
(x,y)
from GetXY method with(-1,-1)
params but that still resets the cursor.Thanks for the great package.
The text was updated successfully, but these errors were encountered: