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.231 by root, Sat May 17 17:12:29 2014 UTC vs.
Revision 1.235 by mikachu, Tue Jul 29 13:50:05 2014 UTC

307=item B<-override-redirect> 307=item B<-override-redirect>
308 308
309Compile I<frills>: Sets override-redirect on the window; resource 309Compile I<frills>: Sets override-redirect on the window; resource
310B<override-redirect>. 310B<override-redirect>.
311 311
312=item B<-dockapp>
313
314Sets the initial state of the window to WithdrawnState, which makes
315window managers that support this extension treat it as a dockapp.
316
312=item B<-sbg> 317=item B<-sbg>
313 318
314Compile I<frills>: Disable the usage of the built-in block graphics/line 319Compile I<frills>: Disable the usage of the built-in block graphics/line
315drawing characters and just rely on what the specified fonts provide. Use 320drawing characters and just rely on what the specified fonts provide. Use
316this if you have a good font and want to use its block graphic glyphs; 321this if you have a good font and want to use its block graphic glyphs;
1085As with any resource value, the I<action> string may contain backslash 1090As with any resource value, the I<action> string may contain backslash
1086escape sequences (C<\n>: newline, C<\\>: backslash, C<\000>: octal 1091escape sequences (C<\n>: newline, C<\\>: backslash, C<\000>: octal
1087number), see RESOURCES in C<man 7 X> for further details. 1092number), see RESOURCES in C<man 7 X> for further details.
1088 1093
1089An action starts with an action prefix that selects a certain type 1094An action starts with an action prefix that selects a certain type
1090of action, followed by a colon. An action strings without colons is 1095of action, followed by a colon. An action string without colons is
1091interpreted as a literal string to pass to the tty (as if they were 1096interpreted as a literal string to pass to the tty (as if it was
1092prefixed with C<string:>). 1097prefixed with C<string:>).
1093 1098
1094The following action prefixes are known - extensions can provide 1099The following action prefixes are known - extensions can provide
1095additional prefixes: 1100additional prefixes:
1096 1101
1180 1185
1181=item EXTENSION:STRING 1186=item EXTENSION:STRING
1182 1187
1183An action of this form passes the B<STRING> to the @@RXVT_NAME@@perl(3) 1188An action of this form passes the B<STRING> to the @@RXVT_NAME@@perl(3)
1184extension of the same name. The extension will be loaded automatically if 1189extension of the same name. The extension will be loaded automatically if
1185neccessary. 1190necessary.
1186 1191
1187Not all extensions define key actions, but popular extensions that do 1192Not all extensions define key actions, but popular extensions that do
1188include the I<selection> and I<matcher> extensions (documented in their 1193include the I<selection> and I<matcher> extensions (documented in their
1189own manpages, @@RXVT_NAME@@-selection(1) and @@RXVT_NAME@@-matcher(1), 1194own manpages, @@RXVT_NAME@@-selection(1) and @@RXVT_NAME@@-matcher(1),
1190respectively). 1195respectively).
1210use in this terminal instance; option B<-pe>. 1215use in this terminal instance; option B<-pe>.
1211 1216
1212Extension names can be prefixed with a C<-> sign to prohibit using 1217Extension names can be prefixed with a C<-> sign to prohibit using
1213them. This can be useful to selectively disable some extensions loaded 1218them. This can be useful to selectively disable some extensions loaded
1214by default, or specified via the C<perl-ext-common> resource. For 1219by default, or specified via the C<perl-ext-common> resource. For
1215example, C<default,-selection> will use all the default extension except 1220example, C<default,-selection> will use all the default extensions except
1216C<selection>. 1221C<selection>.
1217 1222
1218Some extensions define resources or command line switches, and will 1223The default set includes the C<selection>, C<option-popup>,
1219automatically be used when their resource or switch is specified. 1224C<selection-popup> and C<readline> extensions, any extensions that define
1225keybindings via C<BINDING> meta comments, extensions loaded because
1226their resources/commandline switches were used, and extensions which are
1227mentioned in B<keysym> resources.
1220 1228
1221Each extension is looked up in the library directories, loaded if 1229Each extension is looked up in the library directories, loaded if
1222necessary, and bound to the current terminal instance. 1230necessary, and bound to the current terminal instance. When the library
1231search path contains multiple extension files of the same name, then the
1232first one found will be used.
1223 1233
1224If both of these resources are the empty string, then the perl interpreter 1234If both of these resources are the empty string, then the perl interpreter
1225will not be initialized. The rationale for having two options is that 1235will not be initialized. The rationale for having two options is that
1226B<perl-ext-common> will be used for extensions that should be available to 1236B<perl-ext-common> will be used for extensions that should be available to
1227all instances, while B<perl-ext> is used for specific instances. 1237all instances, while B<perl-ext> is used for specific instances.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines