ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/doc/rxvt.1.txt
(Generate patch)

Comparing cvsroot/rxvt-unicode/doc/rxvt.1.txt (file contents):
Revision 1.51 by root, Wed Jan 25 00:57:57 2006 UTC vs.
Revision 1.54 by root, Sun Jan 29 21:45:47 2006 UTC

4 4
5SYNOPSIS 5SYNOPSIS
6 rxvt [options] [-e command [ args ]] 6 rxvt [options] [-e command [ args ]]
7 7
8DESCRIPTION 8DESCRIPTION
9 rxvt-unicode, version 7.2, is a colour vt102 terminal emulator intended 9 rxvt-unicode, version 7.4, is a colour vt102 terminal emulator intended
10 as an *xterm*(1) replacement for users who do not require features such 10 as an *xterm*(1) replacement for users who do not require features such
11 as Tektronix 4014 emulation and toolkit-style configurability. As a 11 as Tektronix 4014 emulation and toolkit-style configurability. As a
12 result, rxvt-unicode uses much less swap space -- a significant 12 result, rxvt-unicode uses much less swap space -- a significant
13 advantage on a machine serving many X sessions. 13 advantage on a machine serving many X sessions.
14 14
84 -display *displayname* 84 -display *displayname*
85 Attempt to open a window on the named X display (-d still 85 Attempt to open a window on the named X display (-d still
86 respected). In the absence of this option, the display specified by 86 respected). In the absence of this option, the display specified by
87 the DISPLAY environment variable is used. 87 the DISPLAY environment variable is used.
88 88
89 -depth *bitdepth*
90 Compile *frills*: Attempt to find a visual with the given bit depth;
91 resource depth.
92
89 -geometry *geom* 93 -geometry *geom*
90 Window geometry (-g still respected); resource geometry. 94 Window geometry (-g still respected); resource geometry.
91 95
92 -rv|+rv 96 -rv|+rv
93 Turn on/off simulated reverse video; resource reverseVideo. 97 Turn on/off simulated reverse video; resource reverseVideo.
431 rxvt configurations. If no resources are specified, suitable defaults 435 rxvt configurations. If no resources are specified, suitable defaults
432 will be used. Command-line arguments can be used to override resource 436 will be used. Command-line arguments can be used to override resource
433 settings. The following resources are supported (you might want to check 437 settings. The following resources are supported (you might want to check
434 the rxvtperl(3) manpage for additional settings by perl extensions not 438 the rxvtperl(3) manpage for additional settings by perl extensions not
435 documented here): 439 documented here):
440
441 depth: *bitdepth*
442 Compile *frills*: Attempt to find a visual with the given bit depth;
443 option -depth.
436 444
437 geometry: *geom* 445 geometry: *geom*
438 Create the window with the specified X window geometry [default 446 Create the window with the specified X window geometry [default
439 80x24]; option -geometry. 447 80x24]; option -geometry.
440 448
769 The string to send when the delete key (not the keypad delete key) 777 The string to send when the delete key (not the keypad delete key)
770 is pressed. If unset it will send the sequence traditionally 778 is pressed. If unset it will send the sequence traditionally
771 associated with the Execute key. 779 associated with the Execute key.
772 780
773 cutchars: *string* 781 cutchars: *string*
774 The characters used as delimiters for double-click word selection. 782 The characters used as delimiters for double-click word selection
775 The built-in default: 783 (whitespace delimiting is added automatically if resource is given).
784
785 When the selection extension is in use (the default if compiled in,
786 see the rxvtperl(3) manpage), a suitable regex using these
787 characters will be created (if the resource exists, otherwise, no
788 regex will be created). In this mode, characters outside ISO-8859-1
789 can be used.
790
791 When the selection extension is not used, only ISO-8859-1 characters
792 can be used. If not specified, the built-in default is used:
776 793
777 BACKSLASH `"'&()*,;<=>?@[]{|} 794 BACKSLASH `"'&()*,;<=>?@[]{|}
778 795
779 preeditType: *style* 796 preeditType: *style*
780 OverTheSpot, OffTheSpot, Root; option -pt. 797 OverTheSpot, OffTheSpot, Root; option -pt.
1126 setgid to root or to some other group on others. 1143 setgid to root or to some other group on others.
1127 1144
1128COLORS AND GRAPHICS 1145COLORS AND GRAPHICS
1129 In addition to the default foreground and background colours, rxvt can 1146 In addition to the default foreground and background colours, rxvt can
1130 display up to 16 colours (8 ANSI colours plus high-intensity bold/blink 1147 display up to 16 colours (8 ANSI colours plus high-intensity bold/blink
1131 versions of the same). Here is a list of the colours with their rgb.txt 1148 versions of the same). Here is a list of the colours with their names.
1132 names.
1133 1149
1134 color0 (black) = Black 1150 color0 (black) = Black
1135 color1 (red) = Red3 1151 color1 (red) = Red3
1136 color2 (green) = Green3 1152 color2 (green) = Green3
1137 color3 (yellow) = Yellow3 1153 color3 (yellow) = Yellow3
1153 It is also possible to specify the colour values of foreground, 1169 It is also possible to specify the colour values of foreground,
1154 background, cursorColor, cursorColor2, colorBD, colorUL as a number 1170 background, cursorColor, cursorColor2, colorBD, colorUL as a number
1155 0-15, as a convenient shorthand to reference the colour name of 1171 0-15, as a convenient shorthand to reference the colour name of
1156 color0-color15. 1172 color0-color15.
1157 1173
1174 If Xft support has been compiled in and as long as Xft/Xrender/X don't
1175 get their act together, rxvt-unicode will support
1176 "rgba:rrrr/gggg/bbbb/aaaa" (recommended, but MUST have 4
1177 digits/component), "#ARGB", "#AARRGGBB" and "#AAAARRRRGGGGBBBB" colour
1178 specifications, in addition to the ones provided by X, where the
1179 additional A component specifies alpha (opacity) values (0 is completely
1180 transparent and the maximum is opaque). You probably need to specify
1181 "-depth 32", too, and have the luck that your X-server uses ARGB pixel
1182 layout, as X is far from just supporting ARGB visuals out of the box,
1183 and rxvt-unicode just fudges around.
1184
1158 Note that -rv ("reverseVideo: True") simulates reverse video by always 1185 Note that -rv ("reverseVideo: True") simulates reverse video by always
1159 swapping the foreground/background colours. This is in contrast to 1186 swapping the foreground/background colours. This is in contrast to
1160 *xterm*(1) where the colours are only swapped if they have not otherwise 1187 *xterm*(1) where the colours are only swapped if they have not otherwise
1161 been specified. For example, 1188 been specified. For example,
1162 1189

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines