Date: Tue, 8 Jun 1999 15:16:45 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Stewart cc: djgpp AT delorie DOT com Subject: Re: text VGA mode In-Reply-To: <7jihov$7be$1@taliesin.netcom.net.uk> 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 Tue, 8 Jun 1999, Michael Stewart wrote: > The _set_screen_lines (int nlines) function offers more modes (80 columns > with 25, 28, 35, 40, 43 or 50 rows) Nitpicking: _set_screen_lines doesn't change the video mode, it just reprograms the controller to display the number of scan lines as needed, and loads a different font if that is required. The video mode stays the same.