--- rxvt-unicode/src/urxvt.pm 2021/07/24 09:42:15 1.264 +++ rxvt-unicode/src/urxvt.pm 2021/07/24 09:48:43 1.265 @@ -72,7 +72,7 @@ Argument names also often indicate the type of a parameter. Here are some hints on what they mean: -=over 4 +=over =item $text @@ -123,7 +123,7 @@ Currently, it recognises only one such comment: -=over 4 +=over =item #:META:RESOURCE:name:type:desc @@ -150,7 +150,7 @@ I<< When in doubt, return a false value (preferably C<()>). >> -=over 4 +=over =item on_init $term @@ -424,7 +424,7 @@ =head2 Variables in the C Package -=over 4 +=over =item $urxvt::LIBDIR @@ -464,7 +464,7 @@ =head2 Functions in the C Package -=over 4 +=over =item urxvt::fatal $errormessage @@ -543,7 +543,7 @@ as they contain important information required for correct operation of rxvt-unicode. -=over 4 +=over =item $rend = urxvt::DEFAULT_RSTYLE @@ -860,7 +860,7 @@ objects, in addition to call methods documented for the class. -=over 4 +=over =item $urxvt_term = $self->{term} @@ -1111,7 +1111,7 @@ =head2 The C Class -=over 4 +=over =cut @@ -1479,7 +1479,7 @@ The methods currently supported on C objects are: -=over 4 +=over =item $overlay->set ($x, $y, $text[, $rend]) @@ -1795,7 +1795,7 @@ about the logical line that row C<$row_number> is part of. It supports the following methods: -=over 4 +=over =item $text = $line->t ([$new_text]) @@ -1985,7 +1985,7 @@ =head2 The C Class -=over 4 +=over =cut @@ -2131,7 +2131,7 @@ sprintf "%2d:%02d:%02d", (localtime urxvt::NOW)[2,1,0]); }); -=over 4 +=over =item $timer = new urxvt::timer @@ -2190,7 +2190,7 @@ }); -=over 4 +=over =item $iow = new urxvt::iow @@ -2227,7 +2227,7 @@ the process is idle. They should return as fast as possible, after doing some useful work. -=over 4 +=over =item $iw = new urxvt::iw @@ -2262,7 +2262,7 @@ ... }); -=over 4 +=over =item $pw = new urxvt::pw @@ -2289,7 +2289,7 @@ This variable controls the verbosity level of the perl extension. Higher numbers indicate more verbose output. -=over 4 +=over =item == 0 - fatal messages