1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Shell
AnotherTest bc9013f706 LibLine: Change get_line to return a Result<String, Error>
This fixes a bunch of FIXME's in LibLine.
Also handles the case where read() would read zero bytes in vt_dsr() and
effectively block forever by erroring out.

Fixes #2370
2020-05-25 21:36:51 +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: Unify completion hooks and adapt its users 2020-05-20 13:41:37 +02:00
Parser.cpp Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Parser.h Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Shell.cpp LibLine: Change get_line to return a Result<String, Error> 2020-05-25 21:36:51 +02:00
Shell.h LibLine: Change get_line to return a Result<String, Error> 2020-05-25 21:36:51 +02:00