Date: Wed, 20 May 1998 12:31:36 +0300 (IDT) From: Eli Zaretskii To: Grzegorz Adam Hankiewicz cc: djgpp AT delorie DOT com Subject: Re: 80x50 text mode with Allegro In-Reply-To: <35619172.370807@news.jet.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 19 May 1998, Grzegorz Adam Hankiewicz wrote: > >How can I put a 80x50 text mode with (or without) allegro 3.0 > > You can get the 80x50 text mode and some others with external > libraries. You can check Wazoo at http://welcome.to/gogosoftware/ No need for external libraries. The DJGPP library has a function called _set_screen_lines which supports all the standard text screen sizes: 25, 28, 35, 40, 43, and 50 lines. Look it up in the library reference.