<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#cccccc" text="#000099">
Lorenzo Zappi wrote:
<blockquote cite="mid418CC0FA.3050902@openwave.com" type="cite">Bob
Goodwin wrote:
  <br>
  <br>
  <blockquote type="cite">I'm using xfce 4.0.5-1 and Fedora Core 2
[kernel 2.6.8-1.521].
    <br>
    <br>
I prefer to run xterm using black text on a white background which
works well for me except
    <br>
when I call a "man page." Many words are accented in yellow which is
unreadable against a
    <br>
white background. I usually avoid the problem by using "info" instead
of "man." But it seems
    <br>
to me there ought to be a better way. How can I force the man pages to
use only black text?
    <br>
    <br>
I dealt with the color change by entering in the "command" window under
"Terminal" properties
    <br>
"xfterm4 -bg white  -fg black." That works as expected for everything
except man pages.
    <br>
    <br>
Any help appreciated ...
    <br>
    <br>
Thanks.
    <br>
    <br>
Bob Goodwin, Zuni, Virginia
    <br>
    <br>
  </blockquote>
Bob,
  <br>
  <br>
edit your ~/.Xresourses and try to change colors for colorUL (maybe you
need to change colorBL,colorDB as well)
  <br>
   ...
  <br>
   XTerm*colorUL: black
  <br>
   ...
  <br>
and then xrdb -merge .Xresources
  <br>
  <br>
Lorenzo
  <br>
  <br>
</blockquote>
<font size="+1">Thanks to Lorenzo and Jasper my problem is corrected.<br>
<br>
I added the following lines to .Xresources:<br>
<br>
xterm*colorULMode: on<br>
xterm*colorBDMode: on<br>
xterm*colorUL: magenta<br>
xterm*colorBD: blue<br>
<br>
 and that creates a display that's easily read.<br>
<br>
Thanks for the immediate responses.<br>
<br>
BobG<br>
<br>
<br>
</font>
</body>
</html>