home *** CD-ROM | disk | FTP | other *** search
- Prereq: 21
- *** patchlevel.h- Tue Sep 15 18:16:36 1992
- --- patchlevel.h Tue Sep 15 18:16:06 1992
- ***************
- *** 1 ****
- ! #define PATCHLEVEL 21
- --- 1 ----
- ! #define PATCHLEVEL 22
- *** ecutty.c- Tue Sep 15 18:13:40 1992
- --- ecutty.c Tue Sep 15 18:14:26 1992
- ***************
- *** 404,416 ****
- #endif /* ESIXSVR4 */
- #else /* not any SVR4 */
- #ifdef M_SYSV /* SCO */
- - { char s[128];
- - sprintf(s,"\033[=%ldF\033[=%ldG",(clrs >> 8) & 0xFF,clrs & 0xFF);
- - hex_dump(s,strlen(s),"_setcolor normal color",0);
- - sprintf(s,"\033[=%ldH\033[=%ldI",(clrs >> 24) & 0xFF,(clrs >> 16) & 0xFF);
- - hex_dump(s,strlen(s),"_setcolor reverse color",0);
- - }
- -
- /* normal */
- ff(se,"\033[=%ldF\033[=%ldG",(clrs >> 8) & 0xFF,clrs & 0xFF);
-
- --- 404,409 ----
- *** CHANGES- Tue Sep 15 18:56:05 1992
- --- CHANGES Tue Sep 15 18:54:39 1992
- ***************
- *** 34,36 ****
- --- 34,41 ----
-
- 5. This file was added.
-
- + ==> Patch 2
- +
- + 1992-09-15-18:52-ecutty.c-wht@n4hgf-left some debug code in patch01 dammit
- +
- + 6. Remove debug code from _setcolor().
-