K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-11T01:31:39.000000Z K 7 svn:log V 413 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 END