Date: Mon, 10 Jul 2000 18:31:39 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk io.c Message-ID: <200007110131.SAA36955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/07/10 18:31:39 PDT
Modified files:
usr.bin/talk io.c
Log:
Fix a bug when talking to non-freebsd machines where carriage return
was being interperated and displayed as ^M on the remote side.
Old curses used to change the behavior of the tty and how carriage
return was interperated via STDIN. ncurses does this on a per-window
basis within the library rather than using the tty modes. Since
talk is bypassing ncurses, it was missing the conversion.
Reviewed by: peter
Revision Changes Path
1.10 +5 -1 src/usr.bin/talk/io.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007110131.SAA36955>
