From owner-cvs-all Mon Jul 10 18:31:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8571237B9D7; Mon, 10 Jul 2000 18:31:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36955; Mon, 10 Jul 2000 18:31:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007110131.SAA36955@freefall.freebsd.org> From: Paul Saab Date: Mon, 10 Jul 2000 18:31:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk io.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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