You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key issue here is that interrupt is set to Ctrl+Q. Raw terminal apps will (hopefully) pick up on this and interrupt on Ctrl+Q instead of Ctrl+C. promkit does not do this however. Instead, it ONLY responds to Ctrl+C.
The text was updated successfully, but these errors were encountered:
crabdancing
changed the title
Use stty interrupt instead of hardcoding Ctrl+C
Use stty interrupt setting instead of hardcoding Ctrl+C
Sep 23, 2024
I have the following stty config:
The key issue here is that interrupt is set to Ctrl+Q. Raw terminal apps will (hopefully) pick up on this and interrupt on Ctrl+Q instead of Ctrl+C.
promkit
does not do this however. Instead, it ONLY responds to Ctrl+C.The text was updated successfully, but these errors were encountered: