I don't use colors. I cannot see most colors and they all
blend into the black backround. My preferred display is 
black on white. My terminal uses enhanced white for all text therefore
EVERYTHING is in bold, not just the links. 

In my old lynx interface  I would have a page of text with
only a single link highlighted with inverse video.  Now with
the new lynx client, every link is shown in inverse video.

I can still run my old lynx client and it still shows
a screen full of text with only the current link in inverse 
video.

This tells me the chnage is due either to the ncurses library or
the lynx code since those are the variables which changed.

I compiled ncurses to use termcap since my current environment
didn't have TERMINFO defined and did have a TERMCAP defined.
(Included below). Note that my typical login practice is
to run screen immediately and then to run 'export TERM=vt100'
in each screen since the default screen termcap does not work 
well with vi or anythi8ng else for that matter.

Rudy

Thomas Dickey writes:
> > I don't see that (as I understand your description).  The links are
> > all in a different color than the rest of the text, but the current one
> > is different.  For instance, if I have color disabled, the current link
> > is in reverse video, while all links are bold text.  It's likely that
> > there is something amiss with your terminal description (or your terminal
> > emulator) -- more details would help determine that.
> > 
> > -- 
> > Thomas E. Dickey <[EMAIL PROTECTED]>
> > http://dickey.his.com
> > ftp://dickey.his.com
> > 
> > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
> > 
> 


SC|screen|VT 100/ANSI X3.64 virtual terminal:\ 
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ 
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ 
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ 
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ 
:li#24:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ 
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:ks=\E[?1h\E=:\ 
:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ 
:us=\E[4m:ue=\E[24m:so=\E[3m:se=\E[23m:mb=\E[5m:\ :md=\E[1m:mr=\E[7m:me=\E[m:ms:\ 
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:G0:\ :as=\E(0:ae=\E(B:\ 
:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ 
:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ 
:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ 
:F1=\E[23~:F2=\E[24~:kb=^H:K1=\EOq:K2=\EOr:K3=\EOs:\ 
:K4=\EOp:K5=\EOn:kh=\E[1~:kH=\E[4~:kN=\E[6~:kP=\E[5~:\ 
:kI=\E[2~:kD=\E[3~:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to