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.230 by sf-exg, Mon Apr 28 16:00:34 2014 UTC vs.
Revision 1.231 by root, Sat May 17 17:12:29 2014 UTC

1193@@RXVT_NAME@@'s selection when Alt-Control-c is pressed on typical PC 1193@@RXVT_NAME@@'s selection when Alt-Control-c is pressed on typical PC
1194keyboards: 1194keyboards:
1195 1195
1196 URxvt.keysym.M-C-c: selection:rot13 1196 URxvt.keysym.M-C-c: selection:rot13
1197 1197
1198=item perl:STRING 1198=item perl:STRING *DEPRECATED*
1199 1199
1200This is a deprecated way of passing key mappings to perl extensions. It is 1200This is a deprecated way of passing key mappings to perl extensions. It is
1201still supported, but should not be used anymore. 1201still supported, but should not be used anymore.
1202 1202
1203=back 1203=back
1204
1205In addition, you can define a range of keysyms in one shot by loading
1206the C<keysym-list> perl extension and providing a I<string> with pattern
1207B<list/PREFIX/MIDDLE/SUFFIX>, where the delimiter `/' should be a
1208character not used by the strings.
1209
1210Its usage can be demonstrated by an example:
1211
1212 URxvt.keysym.M-C-0x61: list|\033<|abc|>
1213
1214The above line is equivalent to the following three lines:
1215
1216 URxvt.keysym.Meta-Control-0x61: \033<a>
1217 URxvt.keysym.Meta-Control-0x62: \033<b>
1218 URxvt.keysym.Meta-Control-0x63: \033<c>
1219 1204
1220=item B<perl-ext-common>: I<string> 1205=item B<perl-ext-common>: I<string>
1221 1206
1222=item B<perl-ext>: I<string> 1207=item B<perl-ext>: I<string>
1223 1208
1228them. This can be useful to selectively disable some extensions loaded 1213them. This can be useful to selectively disable some extensions loaded
1229by default, or specified via the C<perl-ext-common> resource. For 1214by default, or specified via the C<perl-ext-common> resource. For
1230example, C<default,-selection> will use all the default extension except 1215example, C<default,-selection> will use all the default extension except
1231C<selection>. 1216C<selection>.
1232 1217
1233Extension names can also be followed by an argument in angle brackets 1218Some extensions define resources or command line switches, and will
1234(e.g. C<< searchable-scrollback<M-s> >>, which binds the hotkey for 1219automatically be used when their resource or switch is specified.
1235searchable scrollback to Alt/Meta-s). Mentioning the same extension
1236multiple times with different arguments will pass multiple arguments to
1237the extension.
1238 1220
1239Each extension is looked up in the library directories, loaded if 1221Each extension is looked up in the library directories, loaded if
1240necessary, and bound to the current terminal instance. 1222necessary, and bound to the current terminal instance.
1241 1223
1242If both of these resources are the empty string, then the perl 1224If both of these resources are the empty string, then the perl interpreter
1243interpreter will not be initialized. The idea behind two options is that 1225will not be initialized. The rationale for having two options is that
1244B<perl-ext-common> will be used for extensions that should be available to 1226B<perl-ext-common> will be used for extensions that should be available to
1245all instances, while B<perl-ext> is used for specific instances. 1227all instances, while B<perl-ext> is used for specific instances.
1246 1228
1247=item B<perl-eval>: I<string> 1229=item B<perl-eval>: I<string>
1248 1230
1266=item B<< selection-autotransform.I<idx> >>: I<perl-transform> 1248=item B<< selection-autotransform.I<idx> >>: I<perl-transform>
1267 1249
1268Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage 1250Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage
1269for details. 1251for details.
1270 1252
1271=item B<searchable-scrollback:> I<keysym> 1253=item B<searchable-scrollback:> I<keysym> *DEPRECATED*
1272 1254
1273Sets the hotkey that starts the incremental scrollback buffer search 1255This resource is deprecated and will be removed. Use a B<keysym> resource
1274(default: C<M-s>). 1256instead, e.g.:
1257
1258 URxvt.keysym.M-s: searchable-scrollback:start
1275 1259
1276=item B<url-launcher>: I<string> 1260=item B<url-launcher>: I<string>
1277 1261
1278Specifies the program to be started with a URL argument. Used by the 1262Specifies the program to be started with a URL argument. Used by the
1279C<selection-popup> and C<matcher> perl extensions. 1263C<selection-popup> and C<matcher> perl extensions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines