deleted terminal.c

This commit is contained in:
LuckyLaszlo
2021-12-16 06:39:29 +01:00
parent e5852579ef
commit 59f0b7603b
4 changed files with 3 additions and 89 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/10 23:53:17 by lperrey #+# #+# */
/* Updated: 2021/12/02 00:42:33 by lperrey ### ########.fr */
/* Updated: 2021/12/16 06:35:03 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -20,8 +20,6 @@ int exit_free(t_all *c, int exit_status)
ft_free_2d_arr(environ);
ft_free_2d_arr(c->path);
free_pipeline(&c->pipeline);
//if (c->termios_changed)
// tcsetattr(STDIN_FILENO, TCSANOW, &c->ori_termios);
rl_clear_history();
close_stdio();
exit(exit_status);