From: =?ISO-8859-1?Q?Rafael_Garc=EDa?= Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP exe switch console to 80 columns Date: Fri, 21 Mar 2003 17:01:52 +0100 Organization: Telefonica Data Espagna Lines: 11 Message-ID: <3E7B3770.4000502@geninfor.com> References: <3E775AE7 DOT 8090604 AT geninfor DOT com> <5567-Tue18Mar2003230908+0200-eliz AT elta DOT co DOT il> NNTP-Posting-Host: 80-24-251-44.uc.nombres.ttd.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nsnmrro2-gest.nuria.telefonica-data.net 1048262499 584 80.24.251.44 (21 Mar 2003 16:01:39 GMT) X-Complaints-To: usenet AT nsnmrro2-gest DOT nuria DOT telefonica-data DOT net NNTP-Posting-Date: Fri, 21 Mar 2003 16:01:39 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020826 X-Accept-Language: en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >>Can I change this so I can use any console width? > > Whenever a DOS program accesses the video memory > directly, Windows resets the DOS box to the standard 80x24 size. It seems this is not correct. I have a program patched to only printf a message and exit, and it produces that 80 cols change, but only one of the djgpp utils I have in djgpp\bin (v.exe) does it too. I don't know what does this two programs have in common that the others don't have.