mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Shell: Give the TTY to the foreground process
This fixes the bug with the shell not waiting for any foreground process that attempts to read from the terminal in the Lagom build.
This commit is contained in:
parent
984683cf34
commit
771751258e
3 changed files with 15 additions and 6 deletions
|
@ -132,7 +132,7 @@ public:
|
|||
Vector<Line::CompletionSuggestion> complete_user(const String&, size_t offset);
|
||||
Vector<Line::CompletionSuggestion> complete_option(const String&, const String&, size_t offset);
|
||||
|
||||
void restore_stdin();
|
||||
void restore_ios();
|
||||
|
||||
u64 find_last_job_id() const;
|
||||
const Job* find_job(u64 id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue