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

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 067fae3cb66e
children ee40177f6c68
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
71 or using CBREAK mode and making C-g cause SIGINT. 71 or using CBREAK mode and making C-g cause SIGINT.
72 The choice is controlled by the variable interrupt_input. 72 The choice is controlled by the variable interrupt_input.
73 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 73 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
74 74
75 SIGIO can be used only on systems that implement it (4.2 and 4.3). 75 SIGIO can be used only on systems that implement it (4.2 and 4.3).
76 CBREAK mode has two disadvatages 76 CBREAK mode has two disadvantages
77 1) At least in 4.2, it is impossible to handle the Meta key properly. 77 1) At least in 4.2, it is impossible to handle the Meta key properly.
78 I hear that in system V this problem does not exist. 78 I hear that in system V this problem does not exist.
79 2) Control-G causes output to be discarded. 79 2) Control-G causes output to be discarded.
80 I do not know whether this can be fixed in system V. 80 I do not know whether this can be fixed in system V.
81 81