Reported by tspivey on 2010-09-02 22:28
There are two instances I've found so far where characters are read unexpectedly in console windows:
- When echo characters is on and read dynamic content is off, the following at a Cygwin bash prompt will echo characters until ^c is pressed:
while :;do seq 1 100;done
This doesn't happen when character echo is off.
- When read dynamic content is on and regardless of the character echo setting, the first character typed on a line will speak if there's nothing else on that line. E.g. starting to type an ed command.
Reported by tspivey on 2010-09-02 22:28
There are two instances I've found so far where characters are read unexpectedly in console windows:
while :;do seq 1 100;done
This doesn't happen when character echo is off.