ladybird/Shell
AnotherTest 889a8e7d0f LibLine: Handle interrupts again
This commit makes LibLine handle interrupts (as reported via
interrupted() and resized()) again.
There is a little catch with the shell:
```
$     ls |
pipe> <C-c> (prompt stays here until a key is pressed)
```
2020-06-01 19:52:20 +02:00
..
CMakeLists.txt Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Job.h Shell: Add the `disown' shell builtin 2020-05-25 00:08:32 +02:00
main.cpp LibLine: Handle interrupts again 2020-06-01 19:52:20 +02:00
Parser.cpp Shell: Correctly complete paths in redirections 2020-05-30 00:36:51 +02:00
Parser.h Shell: Correctly complete paths in redirections 2020-05-30 00:36:51 +02:00
Shell.cpp Shell: Treat ^D as builtin_exit when not in a continuation 2020-05-30 23:01:36 +02:00
Shell.h Shell: Never assign equal job ids to two different jobs 2020-05-27 11:13:02 +02:00