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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.80 by root, Mon Jan 2 21:26:05 2006 UTC vs.
Revision 1.82 by root, Tue Jan 3 18:11:34 2006 UTC

1023when Control-Meta-c is being pressed": 1023when Control-Meta-c is being pressed":
1024 1024
1025 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007 1025 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007
1026 1026
1027If I<string> takes the form C<perl:STRING>, then the specified B<STRING> 1027If I<string> takes the form C<perl:STRING>, then the specified B<STRING>
1028is passed to the C<on_keyboard_command> perl handler. See the rxvtperl(3) 1028is passed to the C<on_keyboard_command> perl handler. See the @@RXVT_NAME@@perl(3)
1029manpage. For example, the F<selection> extension (activated via 1029manpage. For example, the F<selection> extension (activated via
1030C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events: 1030C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1031 1031
1032 URxvt.keysym.M-C-c: perl:selection:rot13 1032 URxvt.keysym.M-C-c: perl:selection:rot13
1033 1033
1065 1065
1066=item B<perl-ext>: I<string> 1066=item B<perl-ext>: I<string>
1067 1067
1068Colon-separated list of perl extension scripts to use in this terminal 1068Colon-separated list of perl extension scripts to use in this terminal
1069instance. Each extension is looked up in the library directories, loaded 1069instance. Each extension is looked up in the library directories, loaded
1070if necessary, and bound to the current terminal instance; option B<-pe>. 1070if necessary, and bound to the current terminal instance. If this resource
1071is empty or missing, then the perl interpreter will not be initialized;
1072option B<-pe>.
1071 1073
1072=item B<perl-eval>: I<string> 1074=item B<perl-eval>: I<string>
1073 1075
1074Perl code to be evaluated when all extensions have been registered. See the 1076Perl code to be evaluated when all extensions have been registered. See the
1075rxvtperl(3) manpage. 1077@@RXVT_NAME@@perl(3) manpage.
1076 1078
1077=item B<perl-lib>: I<path> 1079=item B<perl-lib>: I<path>
1078 1080
1079Colon-separated list of additional directories that hold extension 1081Colon-separated list of additional directories that hold extension
1080scripts. When looking for extensions specified by the C<perl> resource, 1082scripts. When looking for extensions specified by the C<perl> resource,
1081@@RXVT_NAME@@ will first look in these directories and then in 1083@@RXVT_NAME@@ will first look in these directories and then in
1082F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1084F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1083 1085
1084See the rxvtperl(3) manpage. 1086See the @@RXVT_NAME@@perl(3) manpage.
1085 1087
1086=back 1088=back
1087 1089
1088=head1 THE SCROLLBAR 1090=head1 THE SCROLLBAR
1089 1091

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines