[152] in Zephyr_Bugs
Re: [dschmidt@ATHENA.MIT.EDU: vax 7.0F: zwrite]
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Thu Nov 15 16:21:21 1990
Date: Thu, 15 Nov 90 16:21:08 -0500
From: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
To: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
Cc: bug-zephyr@ATHENA.MIT.EDU
In-Reply-To: Zephyr_Bugs[150]
As I think I sent privately to dschmidt: It's not really a bug.
The first time you hit ^D, it terminates the line. zwrite (like most
programs) simply sees that as a whole line and does another read, so
that the *second* ^D really *is* at the start of line.
What might need changing is the grammar of the question - it
is kind of ambiguous now (ie. zwrite should be patched to recognize ^D
*anywhere*, but stdio may not pass that through correctly :-)
_Mark_