mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Shell: Highlight redirections
This commit is contained in:
parent
07c070745f
commit
2714bba3f0
Notes:
sideshowbarker
2024-07-19 05:45:40 +09:00
Author: https://github.com/alimpfard
Commit: 2714bba3f0
Pull-request: https://github.com/SerenityOS/serenity/pull/2528
Reviewed-by: https://github.com/awesomekling
3 changed files with 46 additions and 6 deletions
|
@ -61,6 +61,7 @@ struct Redirection {
|
|||
Type type;
|
||||
int fd { -1 };
|
||||
int rewire_fd { -1 };
|
||||
size_t redirection_op_start { 0 };
|
||||
Token path {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue