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 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ctl.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
display.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
get_addrs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
get_iface.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
get_names.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
init_disp.c talk depended on side effects of curses includes. 1999-08-30 08:21:17 +00:00
invite.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
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 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msgs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
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 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
talk.h Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00