Mail Archives: djgpp/2000/05/15/04:08:29
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 <eliz AT is DOT elta DOT co DOT il>
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.
- Raw text -