Date: Mon, 15 May 2000 10:47:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Omega782 cc: djgpp AT delorie DOT com Subject: Re: Blue TexInfo, where is it? In-Reply-To: <20000514104012.07410.00002943@ng-cl1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 14 May 2000, Omega782 wrote: To: omega782 AT aol DOT com (Omega782) CC: djgpp AT delorie DOT com In-reply-to: <20000514104012 DOT 07410 DOT 00002943 AT ng-cl1 DOT aol DOT com> (omega782 AT aol DOT com) Subject: Re: Blue TexInfo, where is it? Reply-to: Eli Zaretskii References: <20000514104012 DOT 07410 DOT 00002943 AT ng-cl1 DOT aol DOT com> --text follows this line-- > From: omega782 AT aol DOT com (Omega782) > Date: 14 May 2000 14:40:12 GMT > > When I first downloaded DJGPP, the Info viewer program had a nice white on ble > display that haad a much higher res than 80x25. Now I downloaded DJGPP onto a > new computer and the Info program has a gray on black 80x25 emacs-like look. ``Emacs-like''? My Emacs shines with 16 colors, and it's nowhere near the boring gray-on-black appearance ;-). Anyway, I'm guessing that you don't have djgpp.env on that new computer. This is where the non-default colors and screen dimensions are set. djgpp.env comes with the djdev203.zip archive. If you don't want to download djdev203.zip, you can set the following variables in the environment: set INFO_COLORS=0x1e.0x31 set INFO_LINES=40 This is all explained in the file djgpp/README which comes with the Texinfo distribution, btw.