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: Sat, 08 Sep 2012 02:51:21 -0400 Organization: Montage Associates Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 8 Sep 2012 06:50:49 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="25d3d193cae8be6025fc3b587125dba6"; logging-data="885"; mail-complaints-to="abuse AT eternal-september DOT org"; posting-account="U2FsdGVkX1+pt0X4kv/wFjCjFC+rvAe2rCmA3JYdSe0=" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: Cancel-Lock: sha1:RG+Dgh9qftLoXtx2JbjjBW61sH4= Bytes: 1789 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 04:28 PM, 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. Am I missing a switch > or a command line option, or is this hardwired in the code? I can live > with the latter if so. And Jason Hood just sent me the answer in email, as he can't seem to reply to Usenet: set INFO_LINES=50 He doesn't recall where he got it. (It was in an old batch file.) I should have thought of an environment variable. Thank you, Jason. ______ Dennis