Signal: Ctrl + C SIGINT
Closed this issue · 1 comments
francisrafal commented
Signal: Ctrl + C SIGINT
francisrafal commented
- ctrl-C in an empty prompt should display a new line with a new prompt.
- ctrl-C in a prompt after you wrote some stuff should display a new line with a new prompt.
- The buffer should be clean too. Press "Enter" to make sure nothing from the previous line is executed.
- Try ctrl-C after running a blocking command like cat without arguments or grep “something“.
- Repeat multiple times using different commands.