X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Gnu Info in a console window under Windows Date: Fri, 07 Sep 2012 23:33:51 +0200 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de biE0Yhy1aig7fWQycygrqQ7K5YmdAr0x9EaJIhp3qklkV40Z8hcyY2rgjR6mMg/YdrRstJfFPS Cancel-Lock: sha1:RAS8fbmR/X311vOGTeShvPZKUFU= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120604 Thunderbird/13.0 In-Reply-To: Bytes: 1334 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 On 07.09.2012 22:28, DMcCunney wrote: > The DJGPP port of info runs in a console window under Win2K, but with a > quirk. I prefer an 90x50 console window, but DJGPP sets an 80x40 screen > size and there seems to be no way to override it. It's not actually DJGPP doing that, I think. It's the VDM system of Windows. You'll notice it does the same thing for all DOS full-screen programs, not just DJGPP ones. See edit.com as an example.