delorie.com/archives/browse.cgi | search |
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 |
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 <rafael AT geninfor DOT com> 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 <stdio.h> > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |