Match the following readline module events with their respective descriptions.
Readline module
Match the events
Report a typo
Match the items from left and right columns
'line'
'close'
'pause'
'resume'
'SIGINT'
Emitted when the input stream is paused.
Emitted whenever the input stream receives a SIGINT event, typically as a result of the user pressing Ctrl+C.
Emitted whenever the input stream receives an end-of-line input.
Emitted when the input stream is resumed.
Emitted when rl.close() is called.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.