Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f686c87
Commit
2f686c87
authored
Jun 23, 2009
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
conditional, it is always defined on AIX.
parent
666e158e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
src/ChangeLog
src/ChangeLog
+5
-0
src/sysdep.c
src/sysdep.c
+0
-6
No files found.
src/ChangeLog
View file @
2f686c87
2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
* sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
conditional, it is always defined on AIX.
2009-06-23 Miles Bader <miles@gnu.org>
* window.c (Vrecenter_redisplay): New variable.
...
...
src/sysdep.c
View file @
2f686c87
...
...
@@ -578,12 +578,6 @@ child_setup_tty (out)
/* rms: Formerly it set s.main.c_cc[VINTR] to 0377 here
unconditionally. Then a SIGNALS_VIA_CHARACTERS conditional
would force it to 0377. That looks like duplicated code. */
#ifndef SIGNALS_VIA_CHARACTERS
/* QUIT and INTR work better as signals, so disable character forms */
s
.
main
.
c_cc
[
VQUIT
]
=
CDISABLE
;
s
.
main
.
c_cc
[
VINTR
]
=
CDISABLE
;
s
.
main
.
c_lflag
&=
~
ISIG
;
#endif
/* no TIOCGPGRP or no TIOCGLTC or no TIOCGETC */
s
.
main
.
c_cc
[
VEOL
]
=
CDISABLE
;
s
.
main
.
c_cflag
=
(
s
.
main
.
c_cflag
&
~
CBAUD
)
|
B9600
;
/* baud rate sanity */
#endif
/* AIX */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment