diff options
Diffstat (limited to 'src/m_loop.c')
-rw-r--r-- | src/m_loop.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) : |