Date: Tue, 18 Mar 2003 23:09:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rafael AT geninfor DOT com Message-Id: <5567-Tue18Mar2003230908+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3E775AE7.8090604@geninfor.com> (message from =?ISO-8859-1?Q?Rafael_Garc=EDa?= on Tue, 18 Mar 2003 18:44:07 +0100) Subject: Re: DJGPP exe switch console to 80 columns References: <3E775AE7 DOT 8090604 AT geninfor DOT com> 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: =?ISO-8859-1?Q?Rafael_Garc=EDa?= > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 18 Mar 2003 18:44:07 +0100 > > The console window change to 80 columns during program execution and > then, after termination, it goes to 100 cols. > > Can I change this so I can use any console width? Sorry, you can't: what you see is a misfeature of how Windows handles DOS programs. Whenever a DOS program accesses the video memory directly, Windows resets the DOS box to the standard 80x24 size. Complain to Bill Gates.