> > C> Nothing to do with bash. Depends on how the cat process reacts to the > C> SIGTSTP and whether or not the terminal driver even lets cat see the > C> partial line, since it's running in cooked mode.
Nor does it have anything to do with cat. It is your terminal driver that is eating the characters, before cat ever has a chance to see them. I don't know if you would have better success trying to track this down with xterm developers, or if it is a kernel issue, but coreutils is faithfully printing everything that is handed to it via read(). -- Eric Blake _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
