Shell: Highlight redirections

This commit is contained in:
AnotherTest 2020-06-08 11:38:37 +04:30 committed by Andreas Kling
commit 2714bba3f0
Notes: sideshowbarker 2024-07-19 05:45:40 +09:00
3 changed files with 46 additions and 6 deletions

View file

@ -61,6 +61,7 @@ struct Redirection {
Type type;
int fd { -1 };
int rewire_fd { -1 };
size_t redirection_op_start { 0 };
Token path {};
};