bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chet Ramey] Re: current input line lost on ^Z


From: Eric Blake
Subject: Re: [Chet Ramey] Re: current input line lost on ^Z
Date: Fri, 16 Jun 2006 22:31:18 +0000

> 
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]