comparison src/s/cxux.h @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 191acacfa1ec
children ee40177f6c68
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
85 Emacs uses the presence or absence of the SIGIO macro to indicate 85 Emacs uses the presence or absence of the SIGIO macro to indicate
86 whether or not signal-driven I/O is possible. It uses 86 whether or not signal-driven I/O is possible. It uses
87 INTERRUPT_INPUT to decide whether to use it by default. 87 INTERRUPT_INPUT to decide whether to use it by default.
88 88
89 SIGIO can be used only on systems that implement it (4.2 and 4.3). 89 SIGIO can be used only on systems that implement it (4.2 and 4.3).
90 CBREAK mode has two disadvatages 90 CBREAK mode has two disadvantages
91 1) At least in 4.2, it is impossible to handle the Meta key properly. 91 1) At least in 4.2, it is impossible to handle the Meta key properly.
92 I hear that in system V this problem does not exist. 92 I hear that in system V this problem does not exist.
93 2) Control-G causes output to be discarded. 93 2) Control-G causes output to be discarded.
94 I do not know whether this can be fixed in system V. 94 I do not know whether this can be fixed in system V.
95 95
112 * functions and macros for terminal control. 112 * functions and macros for terminal control.
113 * 113 *
114 * Define HAVE_TERMIO if the system provides sysV-style ioctls 114 * Define HAVE_TERMIO if the system provides sysV-style ioctls
115 * for terminal control. 115 * for terminal control.
116 * 116 *
117 * Do not define both. HAVE_TERMIOS is prefered, if it is 117 * Do not define both. HAVE_TERMIOS is preferred, if it is
118 * supported on your system. 118 * supported on your system.
119 */ 119 */
120 120
121 #define HAVE_TERMIOS 121 #define HAVE_TERMIOS
122 /* #define HAVE_TERMIO */ 122 /* #define HAVE_TERMIO */