ladybird/Shell
AnotherTest 927e2fc6bc Shell: Do not reset the terminal attributes when command is run in bg
Also removes a FIXME that no longer applies.
2020-09-10 11:20:22 +02:00
..
Tests Shell: Add some tests for subshells 2020-09-09 20:35:21 +02:00
AST.cpp Shell: Do not reset the terminal attributes when command is run in bg 2020-09-10 11:20:22 +02:00
AST.h Shell: Add the (now) free subshell support 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 Shell: Fix event loop processing and backgrounding in subshells 2020-09-09 20:35:21 +02:00
Parser.cpp Shell: Add the (now) free subshell support 2020-09-09 20:35:21 +02:00
Parser.h Shell: Add the (now) free subshell support 2020-09-09 20:35:21 +02:00
Shell.cpp Shell: Do not reset the terminal attributes when command is run in bg 2020-09-10 11:20:22 +02:00
Shell.h Shell: Fix event loop processing and backgrounding in subshells 2020-09-09 20:35:21 +02:00