We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce this bug?
nimble install inim
nimble build
import terminal
setCursorXPos(1)
Outcome:
Expected Outcome:
Not sure, but definitely not an error message.
Platform: windows 10, powershell, inim 0.6.1
The text was updated successfully, but these errors were encountered:
Also happens with setCursorPos, eraseScreen, eraseLine, cursorUp...
Sorry, something went wrong.
Can't replicate this on Ubuntu, and I don't have a windows machine to test this on, can anyone help here?
Yes, I also tried on linux, powershell is the only platform I could replicate it on.
No branches or pull requests
How to reproduce this bug?
nimble install inim
or clone the master branch and build bynimble build
, it can be reproduced both waysimport terminal
setCursorXPos(1)
Outcome:
Expected Outcome:
Not sure, but definitely not an error message.
Platform: windows 10, powershell, inim 0.6.1
The text was updated successfully, but these errors were encountered: