[772] in Moira
Re: com_err shouldn't print '\r' after '\n' when printing errors
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Thu Sep 8 13:10:21 1994
Date: Thu, 8 Sep 1994 13:08:46 -0400
From: Mark Rosenstein <mar@actwin.com>
To: jik@cam.ov.com
Cc: tytso@MIT.EDU, krb5-bugs@MIT.EDU, bug-zephyr@MIT.EDU, bugs@MIT.EDU,
bug-moira@MIT.EDU
In-Reply-To: <199409081658.MAA21278@gza-client1.aktis.com> (jik@cam.ov.com)
zwgc in tty mode print's \r\n instead of just \n. I agree with Ted
that leaving in the \r's is a good thing. While every unix utility
shouldn't do this, ones that write to the screen from the background (zwgc)
or are building blocks that are likely to be used in raw mode
(com_err) should.
As to emacs terminal mode, it should be filtering out the extraneous
^M's. Your argument about that is completely bogus.
-Mark