Files
rxvt-unicode/rxvt-unicode.README.SuSE
Marcus Rueckert 1bd774bf7c - reenable 256bit support:
the 256color support is a compile time option. so we provide 2
  binaries now.
  WARNING: you need a patched screen on < 11.4 to use the 256color
  version.
  - binaries come as <binname>-256color
  - removed --with-term from the configure params.
    each of the binaries will set correct TERM variable depending
    on the compile time option
  - added note to README.SuSE
- spec clean up
- added --enable-warnings to see the compiler warnings

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/rxvt-unicode?expand=0&rev=9
2010-12-10 23:05:38 +00:00

36 lines
1001 B
Plaintext

README.SuSE for rxvt-unicode
------------------------------
Some user like to have the bold and underlined text colored.
(See https://bugzilla.novell.com/show_bug.cgi?id=231855)
The upstream default does not color those properties and the
package should keep this.
If you want to enable them locally you have to edit the
Xresources/Xdefaults files and add lines like the following:
URxvt*colorBD: red
URxvt*colorUL: blue
For your own user only you have to edit ~/.Xdefaults and run
"xrdb -merge ~/.Xdefaults"
If you want to enable it for all users you have to edit
"/etc/X11/Xresources" on 10.2 and newer and restart your X
session. On 10.0/10.1 you have to edit
"/usr/X11R6/lib/X11/Xresources".
For all options read man 7 urxvt.
256color Support
------------------------------
The 256color support is a compile time option, so we provide 2
binaries now. All the new binaries are suffixed with -256color.
WARNING: you need a patched screen on < 11.4 to use the 256color
version.