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.105 by root, Wed Jan 25 13:26:48 2006 UTC vs.
Revision 1.107 by root, Sun Jan 29 20:51:27 2006 UTC

93 93
94Attempt to open a window on the named X display (B<-d> still 94Attempt to open a window on the named X display (B<-d> still
95respected). In the absence of this option, the display specified by the 95respected). In the absence of this option, the display specified by the
96B<DISPLAY> environment variable is used. 96B<DISPLAY> environment variable is used.
97 97
98=item B<-depth> I<bitdepth>
99
100Compile I<frills>: Attempt to find a visual with the given bit depth;
101resource B<depth>.
102
98=item B<-geometry> I<geom> 103=item B<-geometry> I<geom>
99 104
100Window geometry (B<-g> still respected); resource B<geometry>. 105Window geometry (B<-g> still respected); resource B<geometry>.
101 106
102=item B<-rv>|B<+rv> 107=item B<-rv>|B<+rv>
505check the @@RXVT_NAME@@perl(3) manpage for additional settings by perl 510check the @@RXVT_NAME@@perl(3) manpage for additional settings by perl
506extensions not documented here): 511extensions not documented here):
507 512
508=over 4 513=over 4
509 514
515=item B<depth:> I<bitdepth>
516
517Compile I<frills>: Attempt to find a visual with the given bit depth;
518option B<-depth>.
519
510=item B<geometry:> I<geom> 520=item B<geometry:> I<geom>
511 521
512Create the window with the specified X window geometry [default 80x24]; 522Create the window with the specified X window geometry [default 80x24];
513option B<-geometry>. 523option B<-geometry>.
514 524
1300=head1 COLORS AND GRAPHICS 1310=head1 COLORS AND GRAPHICS
1301 1311
1302In addition to the default foreground and background colours, 1312In addition to the default foreground and background colours,
1303B<@@RXVT_NAME@@> can display up to 16 colours (8 ANSI colours plus 1313B<@@RXVT_NAME@@> can display up to 16 colours (8 ANSI colours plus
1304high-intensity bold/blink versions of the same). Here is a list of the 1314high-intensity bold/blink versions of the same). Here is a list of the
1305colours with their B<rgb.txt> names. 1315colours with their names.
1306 1316
1307=begin table 1317=begin table
1308 1318
1309 B<color0> (black) = Black 1319 B<color0> (black) = Black
1310 B<color1> (red) = Red3 1320 B<color1> (red) = Red3
1330It is also possible to specify the colour values of B<foreground>, 1340It is also possible to specify the colour values of B<foreground>,
1331B<background>, B<cursorColor>, B<cursorColor2>, B<colorBD>, B<colorUL> as 1341B<background>, B<cursorColor>, B<cursorColor2>, B<colorBD>, B<colorUL> as
1332a number 0-15, as a convenient shorthand to reference the colour name of 1342a number 0-15, as a convenient shorthand to reference the colour name of
1333color0-color15. 1343color0-color15.
1334 1344
1345If Xft support has been compiled in and as long as Xft/Xrender don't get
1346their act together, rxvt-unicode will support C<#ARGB>, C<#AARRGGBB>
1347and C<#AAAARRRRGGGGBBBB> colour specifications, in addition to the ones
1348provided by X, where the additional A component specifies alpha (opacity)
1349values (0 is completely transparent and the maximum is opaque). You
1350probably need to specify B<"-depth 32">, too, as X is far from just
1351supporting ARGB visuals out of the box.
1352
1335Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by 1353Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by
1336always swapping the foreground/background colours. This is in contrast to 1354always swapping the foreground/background colours. This is in contrast to
1337I<xterm>(1) where the colours are only swapped if they have not otherwise 1355I<xterm>(1) where the colours are only swapped if they have not otherwise
1338been specified. For example, 1356been specified. For example,
1339 1357

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines