Date: Mon, 26 Apr 1999 18:39:21 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: DJGPP: the future is... ? In-Reply-To: <371FDBBC.5A52B7C8@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 22 Apr 1999, Endlisnis wrote: > This is only designed to be used in a windowed DOS screen. Full screen, it > will just cut off the bottom of each character. It becomes unreadable above 50 > (only in full-screen mode). Yes, this program uses the same BIOS function used by the library function `_set_screen_lines', except that the latter also loads (and sometimes actually creates) a suitable font, to let this work in full-screen and plain DOS modes as well, so it is limited to less screen sizes. Thanks.