home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume32 / ecu / patch02 / PATCH02
Encoding:
Text File  |  1992-09-20  |  1.0 KB  |  40 lines

  1. Prereq: 21
  2. *** patchlevel.h-    Tue Sep 15 18:16:36 1992
  3. --- patchlevel.h    Tue Sep 15 18:16:06 1992
  4. ***************
  5. *** 1 ****
  6. ! #define PATCHLEVEL 21
  7. --- 1 ----
  8. ! #define PATCHLEVEL 22
  9. *** ecutty.c-    Tue Sep 15 18:13:40 1992
  10. --- ecutty.c    Tue Sep 15 18:14:26 1992
  11. ***************
  12. *** 404,416 ****
  13.   #endif    /* ESIXSVR4 */
  14.   #else    /* not any SVR4 */
  15.   #ifdef M_SYSV /* SCO */
  16. - { char s[128];
  17. -     sprintf(s,"\033[=%ldF\033[=%ldG",(clrs >> 8) & 0xFF,clrs & 0xFF);
  18. -     hex_dump(s,strlen(s),"_setcolor normal color",0);
  19. -     sprintf(s,"\033[=%ldH\033[=%ldI",(clrs >> 24) & 0xFF,(clrs >> 16) & 0xFF);
  20. -     hex_dump(s,strlen(s),"_setcolor reverse color",0);
  21. - }
  22.       /* normal */
  23.       ff(se,"\033[=%ldF\033[=%ldG",(clrs >> 8) & 0xFF,clrs & 0xFF);
  24.   
  25. --- 404,409 ----
  26. *** CHANGES-    Tue Sep 15 18:56:05 1992
  27. --- CHANGES    Tue Sep 15 18:54:39 1992
  28. ***************
  29. *** 34,36 ****
  30. --- 34,41 ----
  31.   
  32.   5.  This file was added.
  33.   
  34. + ==> Patch 2
  35. + 1992-09-15-18:52-ecutty.c-wht@n4hgf-left some debug code in patch01 dammit 
  36. + 6. Remove debug code from _setcolor().
  37.