lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Lynx colors


From: dickey
Subject: Re: lynx-dev Lynx colors
Date: Fri, 11 Sep 1998 05:28:03 -0400 (EDT)

> 
> On Thu, 10 Sep 1998 address@hidden wrote: 
> >> I'm using lynx in color and I wonder if there is a way to   
> >> make the background go away? I want it to stay the same   
> >> as my default screen color, magenta. (White text on magenta)  
> >> There's nothing in the .lynxrc file that sets colors but I   
> >> would be happy to add it, if it's possible. The way it is   
> >> now, the background is sometimes sort of off-white and it's   
> >> awkward to read the color text when the screen is two colors   
> >> in the background.  
> >that's the "--enable-default-colors" configure option, which relies 
> >on your terminal supporting the ANSI SGR 39 and 49 (which reset the 
> >terminal foreground/background colors to "default").  That would 
> >be something like 
> >     op=\E[39m\E49m 
> >in the terminfo. 
> > 
> >(It works for about half the color terminal emulations, including 
> >XFree86 xterm and rxvt). 
>  
> Um, I'm dialing in on shell to a vt100 with color and I don't have 
> access to the terminfo file. I am running a csh shell (I think that's how 
if you have a shell account, you can make your own terminfo.
set the TERMINFO variable to point to the directory where you want it,
e.g.,

        setenv TERMINFO /homed/dickey/lib/terminfo

and customize your terminal description as needed.  This is what I use
for minicom (it PROBABLY won't be the same as whatever you have):

#       Reconstructed via infocmp from file: 
/homed/dickey/lib/terminfo/m/minicom
minicom|mc|ansi-mc|termcap entry for minicom on the console,
        am, bce, eo, mir, msgr, xenl, xon,
        colors#8, cols#80, it#8, lines#24, ncv#3, pairs#64,
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
        bel=\E(B^G\E(U, blink=\E[5m, bold=\E[1m,
        clear=\E[H\E[J, cr=\r, csr=\E[%i%p1%d;%p2%dr,
        cub=\E[%p1%dD, cub1=\b, cud=\E[%p1%dB, cud1=\n,
        cuf=\E[%p1%dC, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH$<5>,
        cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m,
        dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
        enacs=\E(B\E)0, flash=\E(B^G\E(U, home=\E[H, ht=\t,
        hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
        il1=\E[L, ind=\n, invis=\E[8m, is1=\E[m\E>\E(U,
        kb2=\E[G, kbs=^?, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B,
        kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kend=\E[4~,
        kf1=\E[[A, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~,
        kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~,
        kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[[B,
        kf20=\E[34~, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E,
        kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~,
        khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
        kspd=^Z, nel=\r\n, op=\E[39;49m, rc=\E8, rev=\E[7m,
        ri=\EM, rmir=\E[4l, rmpch=\E[10m, rmso=\E[27m,
        rmul=\E[24m, rs1=\E[m\E>\E(B, sc=\E7,
        setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
        
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
        sgr0=\E[0;10m, smir=\E[4h, smpch=\E[11m, smso=\E[7m,
        smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n,
        u8=\E[?6c, u9=\E[c,

> to phrase it...) I  lost my computer guru when I stopped going to college, 
> so I don't have an "interpreter" anymore, and I only know a little bit of 
> Unix. Could someone explain a bit more in depth? -- Thanks. 
> ---------------------------------------------------------- 
> * Therese Shellabarger      -     address@hidden * 
> * http://www.concentric.net/~tlshell/   Shalom chaverot! * 
>      ------------------------------------------------ 
> * See Deaf Expo at http://www.deafexpo.org/              * 
> ---------------------------------------------------------- 
> Unless explicitly stated to the contrary, nothing here 
> should be regarded as representing my employer's opinions. 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]