Roland McGrath <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to