On 17.09.2008, at 08:08, Robert Gabriel wrote:
I was wondering if there is a way to NOT underline words in man pages?

export LESS_TERMCAP_us=$'\E[01;32m'

This way underlined words become green in manpages.

This works good, but for some reason the first square bracket remains white.

If I do man ls, the following happens:

ls [OPTION]... [FILE]...
    ________________

the underlined part is green but not the first square bracket.

Maybe you need all settings:

export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;37m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'

We should continue this in private as it is not relevant to rxvt- unicode.


Sebastian

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to