Haliris / minishell

Minishell repo by bthomas and jteissie
2 stars 1 forks source link

Pipes improvements rl hang fix #128

Closed Haliris closed 3 months ago

Haliris commented 3 months ago

Now behaves exactly like Bash.

Resets the terminal to its original state between each fork as opposed to after we are done executing.

Changed previous pipe fd carry over logic. Now the fd is stored in data->prev_fd.

Minor improvements to handling of std_fd array.