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.79 by root, Mon Jan 2 20:40:20 2006 UTC vs.
Revision 1.82 by root, Tue Jan 3 18:11:34 2006 UTC

1022example the following means "change the current locale to C<zh_CN.GBK> 1022example the following means "change the current locale to C<zh_CN.GBK>
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>
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
1030C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1031
1032 URxvt.keysym.M-C-c: perl:selection:rot13
1033
1027Due the the large number of modifier combinations, a defined key mapping 1034Due the the large number of modifier combinations, a defined key mapping
1028will match if at I<at least> the specified identifiers are being set, and 1035will match if at I<at least> the specified identifiers are being set, and
1029no other key mappings with those and more bits are being defined. That 1036no other key mappings with those and more bits are being defined. That
1030means that defining a key map for C<a> will automatically provide 1037means that defining a key map for C<a> will automatically provide
1031definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined 1038definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined
1058 1065
1059=item B<perl-ext>: I<string> 1066=item B<perl-ext>: I<string>
1060 1067
1061Colon-separated list of perl extension scripts to use in this terminal 1068Colon-separated list of perl extension scripts to use in this terminal
1062instance. Each extension is looked up in the library directories, loaded 1069instance. Each extension is looked up in the library directories, loaded
1063if 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>.
1064 1073
1065=item B<perl-eval>: I<string> 1074=item B<perl-eval>: I<string>
1066 1075
1067Perl 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
1068rxvtperl(3) manpage. 1077@@RXVT_NAME@@perl(3) manpage.
1069 1078
1070=item B<perl-lib>: I<path> 1079=item B<perl-lib>: I<path>
1071 1080
1072Colon-separated list of additional directories that hold extension 1081Colon-separated list of additional directories that hold extension
1073scripts. When looking for extensions specified by the C<perl> resource, 1082scripts. When looking for extensions specified by the C<perl> resource,
1074@@RXVT_NAME@@ will first look in these directories and then in 1083@@RXVT_NAME@@ will first look in these directories and then in
1075F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1084F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1076 1085
1077See the rxvtperl(3) manpage. 1086See the @@RXVT_NAME@@perl(3) manpage.
1078 1087
1079=back 1088=back
1080 1089
1081=head1 THE SCROLLBAR 1090=head1 THE SCROLLBAR
1082 1091

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines