> From: me > How do I set the mono color mode link color? I'm running in > a green on black xterm, and would like links to be rendered > in cyan instead of blue.
After looking into this some more I realized--da--this isn't a Elinks question. Elinks in mono color mode renders links with the terminal's bold attribute (curses SCREEN_ATTR_BOLD.) So the way to do what I want is to tell xterm to render bold in cyan... xterm -bg black -fg green -xrm 'XTerm*VT100*colorBD: cyan' > From: Kalle Olavi Niemitalo > If you do e.g. "stty intr undef" so that Ctrl-C does not give > ELinks a signal, then ELinks will handle it as a bindable key. Indeed. Thanks!! steve - - - _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
