mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
* sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
and VINTR.
This commit is contained in:
parent
1d7cc616b8
commit
a6d570c637
1 changed files with 0 additions and 1 deletions
|
|
@ -466,7 +466,6 @@ child_setup_tty (out)
|
|||
s.main.c_iflag &= ~IGNBRK;
|
||||
s.main.c_iflag &= ~BRKINT;
|
||||
/* QUIT and INTR work better as signals, so disable character forms */
|
||||
s.main.c_cc[VQUIT] = 0377;
|
||||
s.main.c_cc[VINTR] = 0377;
|
||||
#ifdef SIGNALS_VIA_CHARACTERS
|
||||
/* the QUIT and INTR character are used in process_send_signal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue