diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 247b9b2314f..194ec0cea50 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -466,7 +466,6 @@ child_setup_tty (out) | |||
| 466 | s.main.c_iflag &= ~IGNBRK; | 466 | s.main.c_iflag &= ~IGNBRK; |
| 467 | s.main.c_iflag &= ~BRKINT; | 467 | s.main.c_iflag &= ~BRKINT; |
| 468 | /* QUIT and INTR work better as signals, so disable character forms */ | 468 | /* QUIT and INTR work better as signals, so disable character forms */ |
| 469 | s.main.c_cc[VQUIT] = 0377; | ||
| 470 | s.main.c_cc[VINTR] = 0377; | 469 | s.main.c_cc[VINTR] = 0377; |
| 471 | #ifdef SIGNALS_VIA_CHARACTERS | 470 | #ifdef SIGNALS_VIA_CHARACTERS |
| 472 | /* the QUIT and INTR character are used in process_send_signal | 471 | /* the QUIT and INTR character are used in process_send_signal |