.URL and .MTO use the color blue.  But if colors are not active they print in 
the normal font.  This is not impressive.

The appended patch uses the bold font instead of blue.

Bernd Warken

______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

Index: groff/tmac/www.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/www.tmac,v
retrieving revision 1.41
diff -u -r1.41 www.tmac
--- groff/tmac/www.tmac	26 May 2005 21:02:01 -0000	1.41
+++ groff/tmac/www.tmac	8 Aug 2005 16:53:12 -0000
@@ -338,10 +338,18 @@
 .  \}
 .  el \{\
 .    if !r ps4html .ad l
-.    ie '\\$2'' \
-.       nop \%\[la]\m[blue]\f[C]\\*[\\$0:adr]\f[]\m[]\[ra]\\$3
-.    el \
-.       nop \m[blue]\\$2\m[] \%\[la]\f[C]\\*[\\$0:adr]\f[]\[ra]\\$3
+.    ie '\\$2'' \{\
+.      ie \\n[.color] \
+.        nop \%\[la]\m[blue]\f[C]\\*[\\$0:adr]\f[]\m[]\[ra]\\$3
+.      el \
+.        nop \%\[la]\f[CB]\\*[\\$0:adr]\f[]\[ra]\\$3
+.    \}
+.    el \{\
+.      ie \\n[.color] \
+.        nop \m[blue]\\$2\m[] \%\[la]\f[C]\\*[\\$0:adr]\f[]\[ra]\\$3
+.      el \
+.        nop \f[B]\\$2\f[] \%\[la]\f[C]\\*[\\$0:adr]\f[]\[ra]\\$3
+.    \}
 .    if !r ps4html .ad
 .  \}
 .  rm \\$0:adr
@@ -376,10 +384,18 @@
 .      URL mailto:\\$1 "\\$2" "\\$3"
 .  \}
 .  el \{\
-.    ie '\\$2'' \
-.      nop \%\m[blue]\f[C]\\$1\f[]\m[]\\$3
-.    el \
-.      nop \m[blue]\\$2\m[] \%\[la]\f[C]\\$1\f[]\[ra]\\$3
+.    ie '\\$2'' \{\
+.      ie \\n[.color] \
+.        nop \%\m[blue]\f[C]\\$1\f[]\m[]\\$3
+.      el \
+.        nop \%\f[CB]\\$1\f[]\\$3
+.    \}
+.    el \{\
+.      ie \\n[.color] \
+.        nop \m[blue]\\$2\m[] \%\[la]\f[C]\\$1\f[]\[ra]\\$3
+.      el
+.        nop \f[B]\\$2\f[] \%\[la]\f[C]\\$1\f[]\[ra]\\$3
+.    \}
 .  \}
 ..
 .\" --------------------------------------------------------------------
/data/pub/Software/groff/CVS-repository
_______________________________________________
Groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to