Skip to content

Supporting showing/hiding the cursor #16

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

Open
schneiderfelipe opened this issue Dec 3, 2021 · 1 comment · May be fixed by #112
Open

Supporting showing/hiding the cursor #16

schneiderfelipe opened this issue Dec 3, 2021 · 1 comment · May be fixed by #112
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@schneiderfelipe
Copy link
Contributor

Those are popular private sequences:

# See <https://rosettacode.org/wiki/Terminal_control/Hiding_the_cursor#Python>
Ansi("\x1b[?25l")  # hidden
Ansi("\x1b[?25h")  # shown
@schneiderfelipe schneiderfelipe pinned this issue Dec 3, 2021
@schneiderfelipe schneiderfelipe added the good first issue Good for newcomers label Dec 5, 2021
@schneiderfelipe schneiderfelipe self-assigned this Dec 7, 2021
@schneiderfelipe schneiderfelipe added the enhancement New feature or request label Dec 7, 2021
@kj7rrv
Copy link

kj7rrv commented Jul 7, 2022

@schneiderfelipe I'm working on this in #112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants