diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/s/dgux.h | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/s/dgux.h')
| -rw-r--r-- | src/s/dgux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 65530877c43..2e6ac7a08a0 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 52 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) | 52 | Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) |
| 53 | 53 | ||
| 54 | SIGIO can be used only on systems that implement it (4.2 and 4.3). | 54 | SIGIO can be used only on systems that implement it (4.2 and 4.3). |
| 55 | CBREAK mode has two disadvatages | 55 | CBREAK mode has two disadvantages |
| 56 | 1) At least in 4.2, it is impossible to handle the Meta key properly. | 56 | 1) At least in 4.2, it is impossible to handle the Meta key properly. |
| 57 | I hear that in system V this problem does not exist. | 57 | I hear that in system V this problem does not exist. |
| 58 | 2) Control-G causes output to be discarded. | 58 | 2) Control-G causes output to be discarded. |