bug-hurd
[Top][All Lists]
Advanced

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

Re: term echoes every second ^O


From: Thomas Bushnell, BSG
Subject: Re: term echoes every second ^O
Date: 17 Dec 2001 20:02:19 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Roland McGrath <roland@gnu.org> writes:

> It looks to me like it not only echoes the VDISCARD character, but
> processes it for input.  Your change is not right for the second-press
> case, and I think with or without that change it's still wrong to process
> the character below.

Yeah; we don't want to drop_output for the second VDISCARD character;
that may omit the echo seen, since it clears the output queue, but
it's the Wrong Thing.

Roland's patch adds an echo of the first VDISCARD, which is surely
right.  The missing "goto alldone" is what is causing the actual bug
Marcus saw.




reply via email to

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