Haliris / minishell

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

Sigint improvements #66

Closed Haliris closed 3 months ago

Haliris commented 3 months ago

Sigint handlers functions now work properly for heredocs and main.

Added interrupt_main() and interrupt_heredoc() to call the correct functions depending on the context.

Replaced gnl with readline in put_line in here_doc(), removed gnl code and dependencies.

Haliris commented 3 months ago

Ready for merge