-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Select value - issue in terminal #1114
Comments
Hey, thanks for the heads up. It's possible in the new core we do not print an empty line or reset the cursor position on exit. The issue would live inside https://github.com/SBoudrias/Inquirer.js/tree/master/packages/core - you can compare to the previous implementation looking for exit listeners and what they do. |
Ok thanks for the feedback! It’s not urgent so I’m using a working (second) example at the moment! |
Hi, I just tested this and it seems the problem is still the same, after pressing Versions
Reproduction
The code works fine, but if I manually cancel/quit process, the cursor disappears so I can't see it anymore and need to restart the terminal. |
This should now work properly. Not sure how it happens, but signals became |
Hi, nice work on
inquirer
!When I select value everything works great (example bellow), but when I
exit/interrupt
process, for examplecontrol + c
, then cursor and last value (Major) disappears from vscode terminal.However, this example works normal on
selecting
andexit
:Do you have any idea what it might be the issue?
The text was updated successfully, but these errors were encountered: