chrisseroka / ps-menu

Simple powershell menu to render interactive console menu
MIT License
234 stars 41 forks source link

Allow Ctrl+C to terminate the menu cleanly #7

Closed BobBall closed 3 years ago

BobBall commented 4 years ago

If we don't show the cursor again, then future menus are broken when they try and read the cursor location.

chrisseroka commented 3 years ago

Great thanks for this PR and sorry for late (oh, soooo late) reply. Currently it the fix is already covered by another PR so not going to merge this one. All in all functionality is covered and works fine.

Thanks for your support.