home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume6 / connect4.pch1 / screen.c.diff < prev   
Text File  |  1989-07-06  |  217b  |  13 lines

  1. *** Orig/screen.c    Thu Apr 27 07:35:27 1989
  2. --- screen.c    Thu Apr 27 07:37:09 1989
  3. ***************
  4. *** 116,121 ****
  5. --- 116,122 ----
  6.       refresh();
  7.       nocrmode();
  8.       echo();
  9. +     endwin();  /* TAR */
  10.   }
  11.   
  12.   
  13.