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

Diff for /src/usr.bin/window/Attic/wwinschar.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:58 version 1.2, 1996/02/23 14:10:52
Line 1 
Line 1 
 /*      $NetBSD: wwinschar.c,v 1.3 1995/09/28 10:35:35 tls Exp $        */  /*      $NetBSD: wwinschar.c,v 1.4 1996/02/08 21:49:09 mycroft Exp $    */
   
 /*  /*
  * Copyright (c) 1983, 1993   * Copyright (c) 1983, 1993
Line 40 
Line 40 
 #if 0  #if 0
 static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93";
 #else  #else
 static char rcsid[] = "$NetBSD: wwinschar.c,v 1.3 1995/09/28 10:35:35 tls Exp $";  static char rcsid[] = "$NetBSD: wwinschar.c,v 1.4 1996/02/08 21:49:09 mycroft Exp $";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 85 
Line 85 
                 register union ww_char *buf;                  register union ww_char *buf;
                 register char *win;                  register char *win;
                 register union ww_char *ns;                  register union ww_char *ns;
                 register char *smap;                  register unsigned char *smap;
                 char touched;                  char touched;
   
                 nvis = 0;                  nvis = 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2