Skip to content
New issue

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

Hide Cursor on Windows should be "\x1b[?25l" #2170

Closed
jonathanding opened this issue Mar 30, 2023 · 2 comments · Fixed by #2171
Closed

Hide Cursor on Windows should be "\x1b[?25l" #2170

jonathanding opened this issue Mar 30, 2023 · 2 comments · Fixed by #2171

Comments

@jonathanding
Copy link

It uses \x1b[?25h in start_application_mode() of WindowsDriver. This actually shows the cursor rather than hide it so there is always a cursor on Windows platform. It should be changed to \x1b[?25l as what it does on Linux etc.

self.write("\x1b[?25h") # Hide cursor

@github-actions
Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

@github-actions
Copy link

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant