summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-08-27 23:29:07 +0200
committersalad <fmoenne-@student.le-101.fr>2020-08-27 23:29:07 +0200
commit9ca75e7eb366800b3c602fb948167bcb185bed37 (patch)
treeee3af6a1489226a8bdc6c741ad0fcb7a105d6e64 /src/m_loop.c
parents**** f***** (diff)
download42-minishell-9ca75e7eb366800b3c602fb948167bcb185bed37.tar.gz
42-minishell-9ca75e7eb366800b3c602fb948167bcb185bed37.tar.bz2
42-minishell-9ca75e7eb366800b3c602fb948167bcb185bed37.tar.xz
42-minishell-9ca75e7eb366800b3c602fb948167bcb185bed37.tar.zst
42-minishell-9ca75e7eb366800b3c602fb948167bcb185bed37.zip
added init, samarche pas, peutetre go GNL
Diffstat (limited to 'src/m_loop.c')
-rw-r--r--src/m_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_loop.c b/src/m_loop.c
index ed92fd5..75b8e3e 100644
--- a/src/m_loop.c
+++ b/src/m_loop.c
@@ -39,7 +39,6 @@ uint8_t
int8_t gnl;
c_init_tcaps();
- signal(SIGWINCH, u_handle_sigwinch);
gnl = 1;
while (gnl > 0)
{