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

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.32 by root, Mon Jan 2 20:35:39 2006 UTC vs.
Revision 1.33 by root, Mon Jan 2 21:41:51 2006 UTC

1041.Sp 1041.Sp
1042.Vb 1 1042.Vb 1
1043\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007 1043\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007
1044.Ve 1044.Ve
1045.Sp 1045.Sp
1046If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR
1047is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3)
1048manpage. For example, the \fIselection\fR extension (activated via
1049\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events:
1050.Sp
1051.Vb 1
1052\& URxvt.keysym.M-C-c: perl:selection:rot13
1053.Ve
1054.Sp
1046Due the the large number of modifier combinations, a defined key mapping 1055Due the the large number of modifier combinations, a defined key mapping
1047will match if at \fIat least\fR the specified identifiers are being set, and 1056will match if at \fIat least\fR the specified identifiers are being set, and
1048no other key mappings with those and more bits are being defined. That 1057no other key mappings with those and more bits are being defined. That
1049means that defining a key map for \f(CW\*(C`a\*(C'\fR will automatically provide 1058means that defining a key map for \f(CW\*(C`a\*(C'\fR will automatically provide
1050definitions for \f(CW\*(C`Meta\-a\*(C'\fR, \f(CW\*(C`Shift\-a\*(C'\fR and so on, unless some of those are defined 1059definitions for \f(CW\*(C`Meta\-a\*(C'\fR, \f(CW\*(C`Shift\-a\*(C'\fR and so on, unless some of those are defined
1086instance. Each extension is looked up in the library directories, loaded 1095instance. Each extension is looked up in the library directories, loaded
1087if necessary, and bound to the current terminal instance; option \fB\-pe\fR. 1096if necessary, and bound to the current terminal instance; option \fB\-pe\fR.
1088.IP "\fBperl-eval\fR: \fIstring\fR" 4 1097.IP "\fBperl-eval\fR: \fIstring\fR" 4
1089.IX Item "perl-eval: string" 1098.IX Item "perl-eval: string"
1090Perl code to be evaluated when all extensions have been registered. See the 1099Perl code to be evaluated when all extensions have been registered. See the
1091\&\fIrxvtperl\fR\|(3) manpage. 1100@@RXVT_NAME@@\fIperl\fR\|(3) manpage.
1092.IP "\fBperl-lib\fR: \fIpath\fR" 4 1101.IP "\fBperl-lib\fR: \fIpath\fR" 4
1093.IX Item "perl-lib: path" 1102.IX Item "perl-lib: path"
1094Colon-separated list of additional directories that hold extension 1103Colon-separated list of additional directories that hold extension
1095scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR resource, 1104scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR resource,
1096@@RXVT_NAME@@ will first look in these directories and then in 1105@@RXVT_NAME@@ will first look in these directories and then in
1097\&\fI@@RXVT_LIBDIR@@/urxvt/perl\-ext/\fR. 1106\&\fI@@RXVT_LIBDIR@@/urxvt/perl/\fR.
1098.Sp 1107.Sp
1099See the \fIrxvtperl\fR\|(3) manpage. 1108See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage.
1100.SH "THE SCROLLBAR" 1109.SH "THE SCROLLBAR"
1101.IX Header "THE SCROLLBAR" 1110.IX Header "THE SCROLLBAR"
1102Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window 1111Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window
1103(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar 1112(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar
1104or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and 1113or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines