[BACK]Return to talk.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / talk

Diff for /src/usr.bin/talk/talk.c between version 1.3 and 1.4

version 1.3, 1998/04/28 22:13:31 version 1.4, 1998/08/18 04:02:24
Line 50 
Line 50 
 #include "talk.h"  #include "talk.h"
   
 /*  /*
  * talk:        A visual form of write. Using sockets, a two way   * talk:        A visual form of write. Using sockets, a two way
  *              connection is set up between the two people talking.   *              connection is set up between the two people talking.
  *              With the aid of curses, the screen is split into two   *              With the aid of curses, the screen is split into two
  *              windows, and each users text is added to the window,   *              windows, and each users text is added to the window,
  *              one character at a time...   *              one character at a time...
  *   *

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4