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.232 by root, Sun May 18 18:19:10 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).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines