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

Diff for /src/usr.bin/window/Attic/wwredrawwin.c between version 1.4 and 1.5

version 1.4, 1997/02/25 00:05:05 version 1.5, 2001/11/19 19:02:18
Line 48 
Line 48 
 #include "ww.h"  #include "ww.h"
   
 wwredrawwin1(w, row1, row2, offset)  wwredrawwin1(w, row1, row2, offset)
 register struct ww *w;  struct ww *w;
 int row1, row2, offset;  int row1, row2, offset;
 {  {
         int row;          int row;
         register col;          int col;
         register unsigned char *smap;          unsigned char *smap;
         register union ww_char *buf;          union ww_char *buf;
         register char *win;          char *win;
         register union ww_char *ns;          union ww_char *ns;
         int x;          int x;
         int nchanged;          int nchanged;
   

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