comparison src/s/template.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 7d0d877f8733
children 191acacfa1ec
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
56 Emacs uses the presence or absence of the SIGIO macro to indicate 56 Emacs uses the presence or absence of the SIGIO macro to indicate
57 whether or not signal-driven I/O is possible. It uses 57 whether or not signal-driven I/O is possible. It uses
58 INTERRUPT_INPUT to decide whether to use it by default. 58 INTERRUPT_INPUT to decide whether to use it by default.
59 59
60 SIGIO can be used only on systems that implement it (4.2 and 4.3). 60 SIGIO can be used only on systems that implement it (4.2 and 4.3).
61 CBREAK mode has two disadvatages 61 CBREAK mode has two disadvantages
62 1) At least in 4.2, it is impossible to handle the Meta key properly. 62 1) At least in 4.2, it is impossible to handle the Meta key properly.
63 I hear that in system V this problem does not exist. 63 I hear that in system V this problem does not exist.
64 2) Control-G causes output to be discarded. 64 2) Control-G causes output to be discarded.
65 I do not know whether this can be fixed in system V. 65 I do not know whether this can be fixed in system V.
66 66
81 * functions and macros for terminal control. 81 * functions and macros for terminal control.
82 * 82 *
83 * Define HAVE_TERMIO if the system provides sysV-style ioctls 83 * Define HAVE_TERMIO if the system provides sysV-style ioctls
84 * for terminal control. 84 * for terminal control.
85 * 85 *
86 * Do not define both. HAVE_TERMIOS is prefered, if it is 86 * Do not define both. HAVE_TERMIOS is preferred, if it is
87 * supported on your system. 87 * supported on your system.
88 */ 88 */
89 89
90 #define HAVE_TERMIOS 90 #define HAVE_TERMIOS
91 /* #define HAVE_TERMIO */ 91 /* #define HAVE_TERMIO */