1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 18:00:59 +00:00
serenity/Shell
AnotherTest 5062a7d4cd LibLinEdit + Shell: handle signals
This allows the LineEditor to get notified about signals, since we
cannot set signal handlers in a clean way within the LineEditor
instance.
2020-03-31 13:21:46 +02:00
..
GlobalState.h Shell: Implement a "cd history" (cdh) builtin 2020-03-09 19:35:36 +01:00
main.cpp LibLinEdit + Shell: handle signals 2020-03-31 13:21:46 +02:00
Makefile Shell: Move LineEdit out and add it as a dependency 2020-03-31 13:21:46 +02:00
Parser.cpp Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00
Parser.h Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00