=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/talk.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/talk/talk.c 1998/04/28 22:13:31 1.3 +++ src/usr.bin/talk/talk.c 1998/08/18 04:02:24 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: talk.c,v 1.3 1998/04/28 22:13:31 pjanzen Exp $ */ +/* $OpenBSD: talk.c,v 1.4 1998/08/18 04:02:24 millert Exp $ */ /* $NetBSD: talk.c,v 1.3 1994/12/09 02:14:25 jtc Exp $ */ /* @@ -44,15 +44,15 @@ #if 0 static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: talk.c,v 1.3 1998/04/28 22:13:31 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: talk.c,v 1.4 1998/08/18 04:02:24 millert Exp $"; #endif /* not lint */ #include "talk.h" /* - * talk: A visual form of write. Using sockets, a two way - * connection is set up between the two people talking. - * With the aid of curses, the screen is split into two + * talk: A visual form of write. Using sockets, a two way + * connection is set up between the two people talking. + * With the aid of curses, the screen is split into two * windows, and each users text is added to the window, * one character at a time... *