Fix: SE027 Problem: Somehow, 5E7 seems to have broken termcap.c. This patch restores it to the working 5E6 code. Compatible with: Slash'EM 0.0.5E7 (DOS only) Author: J. Ali Harlow, ali@avrc.city.ac.uk Date: 1 Dec 1999 *** win/tty/termcap.c.orig Wed Dec 1 10:03:51 1999 --- win/tty/termcap.c Mon Nov 1 12:48:05 1999 *************** *** 59,73 **** STATIC_VAR char tbuf[512]; #endif ! #ifndef OVLB ! # ifdef TEXTCOLOR ! # ifdef TOS const char *hilites[CLR_MAX]; /* terminal escapes for the various colors */ # else char NEARDATA *hilites[CLR_MAX]; /* terminal escapes for the various colors */ - # endif - char *hilite_end; /* [ALI] terminal escape to end colour */ # endif #endif #ifdef OVLB --- 59,71 ---- STATIC_VAR char tbuf[512]; #endif ! #ifdef TEXTCOLOR ! # ifdef TOS const char *hilites[CLR_MAX]; /* terminal escapes for the various colors */ # else char NEARDATA *hilites[CLR_MAX]; /* terminal escapes for the various colors */ # endif + char *hilite_end; /* [ALI] terminal escape to end colour */ #endif #ifdef OVLB