Open GoogleCodeExporter opened 8 years ago
Does `stty reset` fix it? If so, the program you've run has asked your
terminal (PuTTYcyg) not to echo input characters and then neglected to reset
the terminal before exiting, either because it was killed by an untrappable
signal or because it neglected to correctly install a SIGINT handler (CTRL-c).
However, it does seem unlikely that tail is turning echo off (I don't know why
it would need to do this).
Original comment by medgar123
on 21 Jan 2011 at 3:25
Original issue reported on code.google.com by
lenk...@gmail.com
on 20 Jan 2011 at 6:55