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
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
When running this sample, one can see that after the prompt the cursor stays aligned with the previous prompt text:
What did you expect to see?
The cursor is going back to the beginning of the line.
I tracked the issue to PR #309. I re-ran the previous test by adding a call to c.HorizontalAbsolute(0) (like it's done for Windows) and confirmed this was fixing my issue.
The text was updated successfully, but these errors were encountered:
What operating system and terminal are you using?
macOS Big Sur 11.0.1 with iterm2
An example that showcases the bug.
When running this sample, one can see that after the prompt the cursor stays aligned with the previous prompt text:
What did you expect to see?
The cursor is going back to the beginning of the line.
I tracked the issue to PR #309. I re-ran the previous test by adding a call to
c.HorizontalAbsolute(0)
(like it's done for Windows) and confirmed this was fixing my issue.The text was updated successfully, but these errors were encountered: