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
The function getCursorPosition() use escape sequence to query cursor position. But after write(), the result will block this process. So we should use pipe or other ways to redirect to suppress output.
The text was updated successfully, but these errors were encountered:
The function
getCursorPosition()
use escape sequence to query cursor position. But afterwrite()
, the result will block this process. So we should usepipe
or other ways to redirect to suppress output.The text was updated successfully, but these errors were encountered: