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

Diff for /src/usr.bin/window/Attic/cmd3.c between version 1.3 and 1.4

version 1.3, 1997/02/25 00:03:57 version 1.4, 2001/11/19 19:02:18
Line 49 
Line 49 
 #include "string.h"  #include "string.h"
   
 setescape(esc)  setescape(esc)
 register char *esc;  char *esc;
 {  {
         if (*esc == '^') {          if (*esc == '^') {
                 if (esc[1] != 0)                  if (esc[1] != 0)
Line 61 
Line 61 
 }  }
   
 setlabel(w, label)  setlabel(w, label)
 register struct ww *w;  struct ww *w;
 char *label;  char *label;
 {  {
         if (w->ww_label != 0)          if (w->ww_label != 0)

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