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.81 by root, Mon Jan 2 21:41:51 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
1070if necessary, and bound to the current terminal instance; option B<-pe>. 1070if necessary, and bound to the current terminal instance; option B<-pe>.
1071 1071
1072=item B<perl-eval>: I<string> 1072=item B<perl-eval>: I<string>
1073 1073
1074Perl code to be evaluated when all extensions have been registered. See the 1074Perl code to be evaluated when all extensions have been registered. See the
1075rxvtperl(3) manpage. 1075@@RXVT_NAME@@perl(3) manpage.
1076 1076
1077=item B<perl-lib>: I<path> 1077=item B<perl-lib>: I<path>
1078 1078
1079Colon-separated list of additional directories that hold extension 1079Colon-separated list of additional directories that hold extension
1080scripts. When looking for extensions specified by the C<perl> resource, 1080scripts. When looking for extensions specified by the C<perl> resource,
1081@@RXVT_NAME@@ will first look in these directories and then in 1081@@RXVT_NAME@@ will first look in these directories and then in
1082F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1082F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1083 1083
1084See the rxvtperl(3) manpage. 1084See the @@RXVT_NAME@@perl(3) manpage.
1085 1085
1086=back 1086=back
1087 1087
1088=head1 THE SCROLLBAR 1088=head1 THE SCROLLBAR
1089 1089

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines