1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 07:22:23 +00:00
serenity/Shell
AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals
This allows the shell to be notified about SIGWINCH even when a child
process is running in the foreground.
2020-07-06 22:39:32 +02:00
..
Tests Shell: Add some tests 2020-07-05 15:43:14 +02:00
AST.cpp Shell: Keep the TTY on the same pgroup to get tty signals 2020-07-06 22:39:32 +02:00
AST.h Shell: Do not treat the ending newline as part of a comment 2020-07-06 13:25:42 +02:00
Builtin.cpp Shell: Initial support for 'option' completions 2020-07-05 15:43:14 +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: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
main.cpp Shell: Keep the TTY on the same pgroup to get tty signals 2020-07-06 22:39:32 +02:00
Parser.cpp Shell: Do not treat the ending newline as part of a comment 2020-07-06 13:25:42 +02:00
Parser.h Shell: Allow a command sequence to be delimited by newlines 2020-07-05 15:43:14 +02:00
Shell.cpp Shell: Keep the TTY on the same pgroup to get tty signals 2020-07-06 22:39:32 +02:00
Shell.h Shell: Keep the TTY on the same pgroup to get tty signals 2020-07-06 22:39:32 +02:00