diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ddedcc3cb0b..1499d819466 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 42 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) | 42 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) |
| 43 | 43 | ||
| 44 | SIGIO can be used only on systems that implement it (4.2 and 4.3). | 44 | SIGIO can be used only on systems that implement it (4.2 and 4.3). |
| 45 | CBREAK mode has two disadvatages | 45 | CBREAK mode has two disadvantages |
| 46 | 1) At least in 4.2, it is impossible to handle the Meta key properly. | 46 | 1) At least in 4.2, it is impossible to handle the Meta key properly. |
| 47 | I hear that in system V this problem does not exist. | 47 | I hear that in system V this problem does not exist. |
| 48 | 2) Control-G causes output to be discarded. | 48 | 2) Control-G causes output to be discarded. |