1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Shell
AnotherTest 6cd4d136a0 Shell: Break out of continuation when ^C is pressed
This fixes the little issue with Shell not allowing cancellation of
commands once they were in continuation mode
```
$ ls '
$ # No matter what we do here, we cannot escape 'ls'
```
2020-05-13 15:07:44 +02:00
..
GlobalState.h Kernel: Added the ability to set the hostname via new syscall 2020-04-26 12:59:09 +02:00
main.cpp Shell: Break out of continuation when ^C is pressed 2020-05-13 15:07:44 +02:00
Makefile LibLine: Rename from LibLineEdit 2020-03-31 13:32:11 +02:00
Parser.cpp Shell: Parse comments 2020-05-10 10:23:05 +02:00
Parser.h Shell: Parse comments 2020-05-10 10:23:05 +02:00