[103] in Zephyr_Bugs
dschmidt: 7.0F zwrite interpreting ^D
daemon@ATHENA.MIT.EDU (John Carr)
Fri Sep 14 04:05:12 1990
To: dschmidt@ATHENA.MIT.EDU
Cc: epeisach@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU, bug-zephyr@ATHENA.MIT.EDU
In-Reply-To: bug-zephyr[87]
Date: Fri, 14 Sep 90 04:04:46 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
^D is a feature of the tty driver. <nl><ctrl-d> and <ctrl-d><ctrl-d>
both cause EOF on a tty. Zwrite is not at fault here. Use the lnext
character (probably ^V) if you really want ^D in a message.
Reference:
Subject: dschmidt: 7.0F zwrite interpreting ^D
To: bug-zephyr@ATHENA.MIT.EDU
Date: Tue, 21 Aug 90 09:45:24 EDT
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
------- Forwarded Message
To: bugs@ATHENA.MIT.EDU
Subject: vax 7.0F: zwrite
Date: Tue, 21 Aug 90 07:02:37 EDT
From: Daniel A Schmidt <dschmidt@ATHENA.MIT.EDU>
System name: w20-575-93
Type and version: CVAXSTAR 7.0F
Display type: SM
What were you trying to do?
Use zwrite.
What's wrong:
zwrite says "Type your message now. End with control-D or a dot on a
line by itself." But when I type two consecutive control-D's (not at
the beginning of a line), zwrite acts as if I'm done typing, and sends
off the message as is.
What should have happened:
I should be able to type as many control-D's as I want without having
the message sent, as long as they don't occur at the beginning of a
line.
Please describe any relevant documentation references:
zwrite(1)