marimlem / minishell

0 stars 0 forks source link

signals #10

Closed marimlem closed 3 months ago

marimlem commented 4 months ago

it was mentioned to me, that heredoc using readline can have issues with signals, that's why it's better to use getnextline for heredoc instead

marimlem commented 3 months ago

implemented (with readline)