freebsd-dev/usr.bin/talk
Paul Saab 11128de973 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
2000-07-11 01:31:39 +00:00
..
ctl_transact.c
ctl.c
display.c
get_addrs.c
get_iface.c
get_names.c
init_disp.c
invite.c
io.c
look_up.c
Makefile
msgs.c
talk_ctl.h
talk.1
talk.c
talk.h