mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Shell: Highlight redirections
This commit is contained in:
parent
07c070745f
commit
2714bba3f0
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