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

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

version 1.4, 2001/11/19 19:02:18 version 1.5, 2003/04/05 01:39:50
Line 334 
Line 334 
         if (zz_debug) {          if (zz_debug) {
                 char buf[100];                  char buf[100];
                 zz_setmodes(WWM_REV);                  zz_setmodes(WWM_REV);
                 (void) sprintf(buf, "%02x=", t);                  (void) snprintf(buf, sizeof(buf), "%02x=", t);
                 ttputs(buf);                  ttputs(buf);
                 tt.tt_col += 3;                  tt.tt_col += 3;
         }          }
Line 354 
Line 354 
         if (zz_debug) {          if (zz_debug) {
                 char buf[100];                  char buf[100];
                 zz_setmodes(WWM_REV);                  zz_setmodes(WWM_REV);
                 (void) sprintf(buf, "%02x>", t);                  (void) snprintf(buf, sizeof(buf), "%02x>", t);
                 ttputs(buf);                  ttputs(buf);
                 tt.tt_col += 3;                  tt.tt_col += 3;
         }          }

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