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 talk depended on side effects of curses includes. 1999-08-30 08:21:17 +00:00
invite.c
io.c Fix a bug when talking to non-freebsd machines where carriage return 2000-07-11 01:31:39 +00:00
look_up.c
Makefile
msgs.c
talk_ctl.h
talk.1 Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 12:20:22 +00:00
talk.c
talk.h