@ -1,5 +1,4 @@
#include "minishell.h"
#include <readline/history.h>
int ft_heredoc(char *stop)
{
@ -16,7 +15,6 @@ int ft_heredoc(char *stop)
break ;
}
ft_putstr_fd(line, fds[1]);
add_history(line);
free(line);
line = readline("> ");
The note is not visible to the blocked user.