* Gerfried Fuchs <[EMAIL PROTECTED]> [2008-11-07 15:43:14 CET]:
>  I was trying to find out how to change the rendering of matcher stuff
> but it's not documented in urxvtperl(3). Then I was taking a look at the
> source of the script and found that it uses the *.matcher.rend.X
> ressource and passes that over to urxvt::rend2mask() - but I have no
> idea what that function would like to do with the string nor what would
> be accepted values.

 Alright, after some more fiddling around with it I found 
"perldoc /usr/lib/urxvt/urxvt.pm". Please put that as manual page into
the 3pm section. Though, that still doesn't document the rend2mask
function, so I took a look at the source code and found that it wants
something like "bg8 fg3 RS_something" as value - though, the
RS_something is the part that bugs me:

       $rendbit = urxvt::RS_Bold, RS_Italic, RS_Blink, RS_RVid, RS_Uline

 I tried RS_Uline, RS_ULine, RS_uline, RS_ULINE, all of them did produce
me a failure. What am I doing wrong here?

 So again, pretty please improve the documentation with respect to
tweaking and using rxvt through the perl interface. :)

 Thanks!
Rhonda



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to