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

Diff for /src/usr.bin/window/Attic/wwopen.c between version 1.6 and 1.7

version 1.6, 1998/04/26 22:49:09 version 1.7, 2001/11/19 19:02:18
Line 54 
Line 54 
 struct ww *  struct ww *
 wwopen(type, oflags, nrow, ncol, row, col, nline)  wwopen(type, oflags, nrow, ncol, row, col, nline)
 {  {
         register struct ww *w;          struct ww *w;
         register i, j;          int i, j;
         char m;          char m;
         short nvis;          short nvis;
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7