ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.42 by root, Sun Jan 29 21:45:47 2006 UTC vs.
Revision 1.43 by root, Mon Feb 6 05:55:33 2006 UTC

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading 5.de Sh \" Subsection heading
6.br 6.br
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 3" 131.IX Title "rxvt 3"
132.TH rxvt 3 "2006-01-29" "7.4" "RXVT-UNICODE" 132.TH rxvt 3 "2006-02-06" "7.5" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter 134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
352button per tab. 352button per tab.
353.Sp 353.Sp
354Clicking a button will activate that tab. Pressing \fBShift-Left\fR and 354Clicking a button will activate that tab. Pressing \fBShift-Left\fR and
355\&\fBShift-Right\fR will switch to the tab left or right of the current one, 355\&\fBShift-Right\fR will switch to the tab left or right of the current one,
356while \fBShift-Down\fR creates a new tab. 356while \fBShift-Down\fR creates a new tab.
357.Sp
358The tabbar itself can be configured similarly to a normal terminal, but
359with a resource class of \f(CW\*(C`URxvt.tabbed\*(C'\fR. In addition, it supports the
360following four resources (shown with defaults):
361.Sp
362.Vb 4
363\& URxvt.tabbed.tabbar-fg: <colour-index, default 3>
364\& URxvt.tabbed.tabbar-bg: <colour-index, default 0>
365\& URxvt.tabbed.tab-fg: <colour-index, default 0>
366\& URxvt.tabbed.tab-bg: <colour-index, default 1>
367.Ve
368.Sp
369See \fI\s-1COLOR\s0 \s-1AND\s0 \s-1GRAPHICS\s0\fR in the @@RXVT_NAME@@(1) manpage for valid
370indices.
357.IP "mark-urls" 4 371.IP "mark-urls" 4
358.IX Item "mark-urls" 372.IX Item "mark-urls"
359Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and 373Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and
360make them clickable. When middle\-clicked, the program specified in the 374make them clickable. When middle\-clicked, the program specified in the
361resource \f(CW\*(C`urlLauncher\*(C'\fR (default \f(CW\*(C`x\-www\-browser\*(C'\fR) will be started with 375resource \f(CW\*(C`urlLauncher\*(C'\fR (default \f(CW\*(C`x\-www\-browser\*(C'\fR) will be started with
835.IX Item "$rend = urxvt::SET_FGCOLOR $rend, $new_colour" 849.IX Item "$rend = urxvt::SET_FGCOLOR $rend, $new_colour"
836.PD 0 850.PD 0
837.ie n .IP "$rend = urxvt::SET_BGCOLOR $rend\fR, \f(CW$new_colour" 4 851.ie n .IP "$rend = urxvt::SET_BGCOLOR $rend\fR, \f(CW$new_colour" 4
838.el .IP "$rend = urxvt::SET_BGCOLOR \f(CW$rend\fR, \f(CW$new_colour\fR" 4 852.el .IP "$rend = urxvt::SET_BGCOLOR \f(CW$rend\fR, \f(CW$new_colour\fR" 4
839.IX Item "$rend = urxvt::SET_BGCOLOR $rend, $new_colour" 853.IX Item "$rend = urxvt::SET_BGCOLOR $rend, $new_colour"
854.ie n .IP "$rend = urxvt::SET_COLOR $rend\fR, \f(CW$new_fg\fR, \f(CW$new_bg" 4
855.el .IP "$rend = urxvt::SET_COLOR \f(CW$rend\fR, \f(CW$new_fg\fR, \f(CW$new_bg\fR" 4
856.IX Item "$rend = urxvt::SET_COLOR $rend, $new_fg, $new_bg"
840.PD 857.PD
841Replace the foreground/background colour in the rendition mask with the 858Replace the foreground/background colour in the rendition mask with the
842specified one. 859specified one.
843.ie n .IP "$value = urxvt::GET_CUSTOM $rend" 4 860.ie n .IP "$value = urxvt::GET_CUSTOM $rend" 4
844.el .IP "$value = urxvt::GET_CUSTOM \f(CW$rend\fR" 4 861.el .IP "$value = urxvt::GET_CUSTOM \f(CW$rend\fR" 4
1120to receive pointer events all the times: 1137to receive pointer events all the times:
1121.Sp 1138.Sp
1122.Vb 1 1139.Vb 1
1123\& $term->vt_emask_add (urxvt::PointerMotionMask); 1140\& $term->vt_emask_add (urxvt::PointerMotionMask);
1124.Ve 1141.Ve
1142.IP "$term\->focus_in" 4
1143.IX Item "$term->focus_in"
1144.PD 0
1145.IP "$term\->focus_out" 4
1146.IX Item "$term->focus_out"
1147.ie n .IP "$term\->key_press ($state, $keycode\fR[, \f(CW$time])" 4
1148.el .IP "$term\->key_press ($state, \f(CW$keycode\fR[, \f(CW$time\fR])" 4
1149.IX Item "$term->key_press ($state, $keycode[, $time])"
1150.ie n .IP "$term\->key_release ($state, $keycode\fR[, \f(CW$time])" 4
1151.el .IP "$term\->key_release ($state, \f(CW$keycode\fR[, \f(CW$time\fR])" 4
1152.IX Item "$term->key_release ($state, $keycode[, $time])"
1153.PD
1154Deliver various fake events to to terminal.
1125.ie n .IP "$window_width = $term\->width" 4 1155.ie n .IP "$window_width = $term\->width" 4
1126.el .IP "$window_width = \f(CW$term\fR\->width" 4 1156.el .IP "$window_width = \f(CW$term\fR\->width" 4
1127.IX Item "$window_width = $term->width" 1157.IX Item "$window_width = $term->width"
1128.PD 0 1158.PD 0
1129.ie n .IP "$window_height = $term\->height" 4 1159.ie n .IP "$window_height = $term\->height" 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines