Date: Sun, 14 Nov 1999 08:35:45 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: Tom Morton <tmorton AT yikesstation DOT freeserve DOT co DOT uk> cc: djgpp AT delorie DOT com Subject: Re: Changing text modes. 80*50. In-Reply-To: <80ej8t$rus$2@news6.svr.pol.co.uk> Message-ID: <Pine.SUN.3.91.991114083504.14510I-100000@is> 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, 11 Nov 1999, Tom Morton wrote: > Does anyone know how I can set the text mode to be 80*50 characters? There's a library function _set_screen_lines, you can use it like this: _set_screen_lines (50);