1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 19:41:00 +00:00
serenity/Shell
AnotherTest 7b5ead64a5 Shell: Announce job events at the right times
This fixes a duplicate message when running `jobs` for the first time
after a job has been moved to the background.
Also actually announces background exits now :^)
2020-09-09 20:35:21 +02:00
..
Tests Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
AST.cpp Shell: Announce job events at the right times 2020-09-09 20:35:21 +02:00
AST.h Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Builtin.cpp Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
CMakeLists.txt Shell: Move printing job status into a Job::print_status() helper 2020-08-06 15:09:49 +02:00
Execution.h Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
Forward.h Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Job.cpp Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Job.h Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
main.cpp LibLine: Handle interrupts/window size changes internally 2020-08-21 16:10:51 +02:00
Parser.cpp Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Parser.h Shell: Add 'if' expressions 2020-08-22 20:53:21 +02:00
Shell.cpp Shell: Announce job events at the right times 2020-09-09 20:35:21 +02:00
Shell.h Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00