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.99 by root, Wed Jan 18 19:43:51 2006 UTC vs.
Revision 1.108 by root, Sun Jan 29 21:45:47 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
896pressed. If unset it will send the sequence traditionally associated 906pressed. If unset it will send the sequence traditionally associated
897with the B<Execute> key. 907with the B<Execute> key.
898 908
899=item B<cutchars:> I<string> 909=item B<cutchars:> I<string>
900 910
901The characters used as delimiters for double-click word selection. The 911The characters used as delimiters for double-click word selection
902built-in default: 912(whitespace delimiting is added automatically if resource is given).
913
914When the selection extension is in use (the default if compiled in, see
915the @@RXVT_NAME@@perl(3) manpage), a suitable regex using these characters
916will be created (if the resource exists, otherwise, no regex will be
917created). In this mode, characters outside ISO-8859-1 can be used.
918
919When the selection extension is not used, only ISO-8859-1 characters can
920be used. If not specified, the built-in default is used:
903 921
904B<< BACKSLASH `"'&()*,;<=>?@[]{|} >> 922B<< BACKSLASH `"'&()*,;<=>?@[]{|} >>
905 923
906=item B<preeditType:> I<style> 924=item B<preeditType:> I<style>
907 925
1190selection, and trailing whitespace is visually underlined and removed from 1208selection, and trailing whitespace is visually underlined and removed from
1191the selection. 1209the selection.
1192 1210
1193=item B<Insertion>: 1211=item B<Insertion>:
1194 1212
1195Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in 1213Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@>
1196an B<@@RXVT_NAME@@> window causes the current text selection to be 1214window causes the value of the PRIMARY selection (or CLIPBOARD with the
1197inserted as if it had been typed on the keyboard. 1215Meta modifier) to be inserted as if it had been typed on the keyboard.
1216
1217Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1218inserted too.
1198 1219
1199=back 1220=back
1200 1221
1201=head1 CHANGING FONTS 1222=head1 CHANGING FONTS
1202 1223
1289=head1 COLORS AND GRAPHICS 1310=head1 COLORS AND GRAPHICS
1290 1311
1291In addition to the default foreground and background colours, 1312In addition to the default foreground and background colours,
1292B<@@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
1293high-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
1294colours with their B<rgb.txt> names. 1315colours with their names.
1295 1316
1296=begin table 1317=begin table
1297 1318
1298 B<color0> (black) = Black 1319 B<color0> (black) = Black
1299 B<color1> (red) = Red3 1320 B<color1> (red) = Red3
1319It is also possible to specify the colour values of B<foreground>, 1340It is also possible to specify the colour values of B<foreground>,
1320B<background>, B<cursorColor>, B<cursorColor2>, B<colorBD>, B<colorUL> as 1341B<background>, B<cursorColor>, B<cursorColor2>, B<colorBD>, B<colorUL> as
1321a 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
1322color0-color15. 1343color0-color15.
1323 1344
1345If Xft support has been compiled in and as long as Xft/Xrender/X don't get
1346their act together, rxvt-unicode will support C<rgba:rrrr/gggg/bbbb/aaaa>
1347(recommended, but B<MUST> have 4 digits/component), C<#ARGB>, C<#AARRGGBB>
1348and C<#AAAARRRRGGGGBBBB> colour specifications, in addition to the ones
1349provided by X, where the additional A component specifies alpha (opacity)
1350values (0 is completely transparent and the maximum is opaque). You
1351probably need to specify B<"-depth 32">, too, and have the luck that your
1352X-server uses ARGB pixel layout, as X is far from just supporting ARGB
1353visuals out of the box, and rxvt-unicode just fudges around.
1354
1324Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by 1355Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by
1325always swapping the foreground/background colours. This is in contrast to 1356always swapping the foreground/background colours. This is in contrast to
1326I<xterm>(1) where the colours are only swapped if they have not otherwise 1357I<xterm>(1) where the colours are only swapped if they have not otherwise
1327been specified. For example, 1358been specified. For example,
1328 1359
1458 1489
1459Project Coordinator (changes.txt 2.21a to 2.4.5) 1490Project Coordinator (changes.txt 2.21a to 2.4.5)
1460 1491
1461=item Geoff Wing L<< <gcw@pobox.com> >> 1492=item Geoff Wing L<< <gcw@pobox.com> >>
1462 1493
1463Rewrote screen display and text selection routines. Project Coordinator 1494Rewrote screen display and text selection routines.
1495
1464(changes.txt 2.4.6 - rxvt-unicode) 1496Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1465 1497
1466=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1498=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >>
1467 1499
1468Forked rxvt-unicode, rewrote most of the display code and internal 1500Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1469character handling to store text in unicode, improve xterm 1501extension, random hacks, numerous bugfixes and extensions.
1470compatibility and apply numerous other bugfixes and extensions.
1471 1502
1472Project Coordinator (Changes 1.0 -) 1503Project Coordinator (Changes 1.0 -)
1473 1504
1505=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >>
1506
1507Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.
1508
1474=back 1509=back
1475 1510

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines