@ -31,7 +31,8 @@ static char *ft_get_user_input(t_list **env)
return (NULL);
}
line = readline(prompt);
add_history(line);
if (line != NULL && ft_strcmp(line, "") != 0)
free(prompt);
return (line);
The note is not visible to the blocked user.