1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:58:12 +00:00
serenity/Shell
Andreas Kling d9aecc8e08 Shell: Remove unnecessary ignore() in Shell::custom_event()
Ignoring an event means that it will bubble to the parent Core::Object.
This is not necessary here.
2020-08-06 14:27:06 +02:00
..
Tests Shell: Add support for ARGV (and $*, $#) 2020-08-04 13:40:58 +02:00
AST.cpp Shell: Make run_command() return a NonnullRefPtrVector<Job> 2020-08-06 13:44:30 +02:00
AST.h Shell: Use NonnullRefPtr to simplify some things in the parser/AST 2020-08-04 18:17:16 +02:00
Builtin.cpp Shell: Make run_command() return a NonnullRefPtrVector<Job> 2020-08-06 13:44:30 +02:00
CMakeLists.txt Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Forward.h Shell: Show descriptions about syntax errors 2020-07-05 15:43:14 +02:00
Job.h Shell: Make Job constructors private and use a create() helper 2020-08-06 13:48:45 +02:00
main.cpp Shell: Store jobs as NonnullRefPtr<Job> 2020-08-06 14:09:13 +02:00
Parser.cpp Shell: Use NonnullRefPtr to simplify some things in the parser/AST 2020-08-04 18:17:16 +02:00
Parser.h Shell: Use NonnullRefPtr to simplify some things in the parser/AST 2020-08-04 18:17:16 +02:00
Shell.cpp Shell: Remove unnecessary ignore() in Shell::custom_event() 2020-08-06 14:27:06 +02:00
Shell.h Shell: Store jobs as NonnullRefPtr<Job> 2020-08-06 14:09:13 +02:00