From 40676b37c8320ae708ec4303af0ea2a649ec74d7 Mon Sep 17 00:00:00 2001 From: salad Date: Fri, 18 Dec 2020 15:28:28 +0100 Subject: spammingnormcommits --- src/m_loop.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/m_loop.c') diff --git a/src/m_loop.c b/src/m_loop.c index 017c5af..e493c7d 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -144,8 +144,6 @@ unsigned char m_loop(int fd, t_msh *msh) msh->curr_hist_ptr = hist; c_get_msh(1, msh); c_set_ptr(TRUE, 0, msh); - signal(SIGINT, c_signal_int); - signal(SIGQUIT, c_signal_ign); while (gnl > 0) { gnl = (fd == STDIN_FILENO) ? c_gnl(fd, &line, 1, msh) : -- cgit v1.2.3