From: steve AT dosius DOT zzn DOT com (Dosius) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP exe switch console to 80 columns Date: 18 Mar 2003 17:11:26 -0800 Organization: http://groups.google.com/ Lines: 22 Message-ID: <9307085f.0303181711.232adc7@posting.google.com> References: <3E775AE7 DOT 8090604 AT geninfor DOT com> NNTP-Posting-Host: 204.168.131.19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1048036286 21966 127.0.0.1 (19 Mar 2003 01:11:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 19 Mar 2003 01:11:26 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rafael García wrote in message news:<3E775AE7 DOT 8090604 AT geninfor DOT com>... > I would like to use a WindowsXP console with more than 80 columns. I run > MODE CON COLS=100 and then run this DJGPP compiled code: > > #include > int main() { > printf("hello\n"); > getchar(); > return 0; > } > > 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? > > Thanks I believe that is a limitation of the NT DOS emulation, rather than of djgpp per se. How to fix it, I have no clue :( -uso.