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

Cursor invisible after exiting with Ctrl+C #12

Closed
NyCodeGHG opened this issue Sep 4, 2021 · 6 comments · Fixed by #11 or #13
Closed

Cursor invisible after exiting with Ctrl+C #12

NyCodeGHG opened this issue Sep 4, 2021 · 6 comments · Fixed by #11 or #13
Labels
bug Something isn't working

Comments

@NyCodeGHG
Copy link
Contributor

Peek 2021-09-04 14-39

@NyCodeGHG NyCodeGHG added the bug Something isn't working label Sep 4, 2021
@DRSchlaubi
Copy link
Owner

This sounds like a bug of interact

@NyCodeGHG
Copy link
Contributor Author

that's what I thought

@DRSchlaubi
Copy link
Owner

See frencojobs/interact#3

@frencojobs
Copy link

Hi. Interact v2.1 should have a reset function you can use with a try-catch block. It doesn't directly help with Ctrl+C exits, but you can catch a Ctrl+C so it should be good.

@DRSchlaubi
Copy link
Owner

ProcessSignal.sigint.watch().listen(), doesn't call the listener. Any ideas?

@DRSchlaubi
Copy link
Owner

Need to wait for @frencojobs on this one (frencojobs/interact#3 (comment))

@DRSchlaubi DRSchlaubi mentioned this issue Sep 4, 2021
5 tasks
DRSchlaubi added a commit that referenced this issue Sep 5, 2021
This was linked to pull requests Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants