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
Well-behaved raw terminal programs will ideally identify how the interrupt key is configured, and use that to determine what they listen for when mimicking interrupt behavior. Inquire currently seems to be hardcoded to listen to only Ctrl+C.
To Reproduce
Steps to reproduce the behavior:
stty intr ^Q
cargo run --example multiselect
Then hit Ctrl+Q.
Expected behavior
Should interrupt the selection.
The text was updated successfully, but these errors were encountered:
Describe the bug
Well-behaved raw terminal programs will ideally identify how the interrupt key is configured, and use that to determine what they listen for when mimicking interrupt behavior. Inquire currently seems to be hardcoded to listen to only Ctrl+C.
To Reproduce
Steps to reproduce the behavior:
Then hit Ctrl+Q.
Expected behavior
Should interrupt the selection.
The text was updated successfully, but these errors were encountered: