--- Net2/arch/i386/stand/cga.c 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/stand/cga.c 2018/04/24 18:05:14 1.1.1.2 @@ -86,7 +86,7 @@ u_char c; if(cursorat <= COL*ROW) { crtat = Crtat + cursorat*CHR; - att = crtat[1]; /* use current attribute present */ + /* att = crtat[1]; /* use current attribute present */ } else crtat = Crtat; /* clean display */ @@ -123,7 +123,7 @@ u_char c; break ; } -#ifndef SMALL +#ifdef SMALL /* implement a scroll */ if (crtat >= Crtat+COL*ROW*CHR) { /* move text up */