abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

Keyboard interrupt on MultiChoice abruptly exits the shell #144

Open quaintdev opened 3 years ago

quaintdev commented 3 years ago

If there is a multichoice on screen and I press Ctrl+C, the application abruptly exits.

Expected: The shell should give the usual "Press Ctrl+C to exit" prompt

shadowshot-x commented 3 years ago

I tried recreating this issue. However, I was not able to do it. Can you provide more details? When I press Ctrl+C, the application does not abruptly interrupts. I have to press it 3 times to get exit and I get "Press Ctrl+C to exit" prompt.

quaintdev commented 2 years ago

I had observed this previously and now I can't seem to reproduce this as well. You can close the issue. I will raise it again if I face it again.