I use "tail -f" to monitor log files. After interrupted by ctrl-c, the shell doesn't display my input chars from keyboard any more. Something like
terminal> tail -f /log/a.log
then ctrl-c
terminal>
No matter what I input, it doesn't display it. But after hitting "enter", it will get run my input command if no typo (unseen).
Seem it's a shell setting problem.
resetcommand will sort this out for you. – ar. Feb 8 '11 at 5:21