Date: Sun, 23 Apr 2000 09:25:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: dead beef In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 Apr 2000, Damian Yerrick wrote: > >> You edited out the first two lines of the crash message. What were > >> they saying? > > > >I don't know. I run in 25 line mode and they went out the top of the screen. > > If you run ANSI.SYS, you can do this: > C:\>mode,50 ANSI.SYS is evil (but I don't think the above command requires ANSI.SYS). You could compile a simple program that calls library function _set_screen_lines, and use that instead. Works like charm for me, both in plain DOS and on Windows.