X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: DMcCunney Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Gnu Info in a console window under Windows Date: Fri, 07 Sep 2012 21:31:58 -0400 Organization: Montage Associates Lines: 36 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 8 Sep 2012 01:31:28 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="25d3d193cae8be6025fc3b587125dba6"; logging-data="19792"; mail-complaints-to="abuse AT eternal-september DOT org"; posting-account="U2FsdGVkX18of5CiCPmDfD4J0atywX8wxZ0jjC9PWjk=" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: Cancel-Lock: sha1:W5mtRDQyV0LHuF8T8NEW6lcs5q8= Bytes: 2628 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 09/07/2012 05:33 PM, Hans-Bernhard Bröker wrote: > 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 80x50 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. No, it isn't. Every *other* DOS program I run in a console window under Windows can have that behavior changed. Bring up the app in a console window, which will default to 80x25. Right-click on the app icon at the left of the title bar. Select Properties. In the Font tab, select the font you wish used for the display. (I prefer Lucida Console.) In the Layout tab, set the height of the window to the desired number of rows. (How many will fit before the window bleeds off screen will depend upon the selection in Fonts.) Increasing the Window Size will increase the Screen Buffer height to match. Click Okay. An Apply Properties box will ask whether you want to make the change to the current window only, or save properties for future windows. For anything else I run, this works with a 50 line setting. For the DJGPP DOS port of info, things stay put at 40 rows, regardless. ______ Dennis