> On BSD systems, there is a key (default ^O) that flushes the input > queue. It is specified by: ``stty flush <char>''. Yes, it works if > you have typed several lines ahead. Oh, no, it doesn't! ^O flushes *output*, not *input*, on a vanilla BSD system. (Yes, I tried it. It flushes output, not input.)