home *** CD-ROM | disk | FTP | other *** search
- I don't understand why, but this patch fixes the scrolling
- region problem for me:
-
- *** sys/arch/amiga/dev/ite.c-orig Wed Sep 8 14:28:15 1993
- --- sys/arch/amiga/dev/ite.c Fri Oct 1 22:14:43 1993
- ***************
- *** 1125,1131 ****
- ip->emul_level = EMUL_VT300_7;
- ip->eightbit_C1 = 0;
- ip->top_margin = 0; ip->bottom_margin = ip->rows - 1;
- ! ip->inside_margins = 0;
- ip->linefeed_newline = 0;
- ip->auto_wrap = 0;
- ip->cursor_appmode = 0;
- --- 1125,1131 ----
- ip->emul_level = EMUL_VT300_7;
- ip->eightbit_C1 = 0;
- ip->top_margin = 0; ip->bottom_margin = ip->rows - 1;
- ! ip->inside_margins = 1;
- ip->linefeed_newline = 0;
- ip->auto_wrap = 0;
- ip->cursor_appmode = 0;
-
- --
- ------------------------------------------------------------------------
- Andy Heffernan ahh@netcom.com
-
-