X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 12 Jun 2012 05:45:30 +0300 From: Eli Zaretskii Subject: Re: Mode video: high video In-reply-to: <4fd654b5$0$1384$4fafbaef@reader2.news.tin.it> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83sje1z1rp.fsf@gnu.org> References: <4fd654b5$0$1384$4fafbaef AT reader2 DOT news DOT tin DOT it> 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 > From: "Alter" > Date: Mon, 11 Jun 2012 22:27:28 +0200 > > Is possible with DJGPP, set a screen video Dos Window of 640x400 or higher? Yes. You need to call the appropriate function of the BIOS Interrupt 10h. > I tried set_screen_lines, but not beyond 80 columns. That function only supports changing the number of lines, it does not directly affect the screen resolution.