Date: Sun, 23 Jul 2000 08:08:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jason Green cc: djgpp AT delorie DOT com Subject: Re: to del a window ... 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 Sat, 22 Jul 2000, Jason Green wrote: > However, there is one mode that would be a useful addition to DJGPP, > if someone could work out how to implement it. 80x60 chars is listed > in the Linux LILO docs as one of the standard VGA text modes and is > achieved using a 640x480 pixel variation of the 80x50 char text mode > (normally 640x400 pixels). > > I tried to implement this in DOS using ideas taken from the LILO > source code, but numerous reboots suggested this is not the project > for me. ;-) If anyone is interested in looking at this I can dig out > the references and/or source code. Try looking at the source of the DJGPP library function _set_screen_lines (it's in the file src/libc/pc_hw/co80conio.c that comes with djlsr203.zip) and its subroutines. It might give you some ideas to try.