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.52 by root, Wed Jan 25 21:48:47 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.3, 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
1143 setgid to root or to some other group on others. 1143 setgid to root or to some other group on others.
1144 1144
1145COLORS AND GRAPHICS 1145COLORS AND GRAPHICS
1146 In addition to the default foreground and background colours, rxvt can 1146 In addition to the default foreground and background colours, rxvt can
1147 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
1148 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.
1149 names.
1150 1149
1151 color0 (black) = Black 1150 color0 (black) = Black
1152 color1 (red) = Red3 1151 color1 (red) = Red3
1153 color2 (green) = Green3 1152 color2 (green) = Green3
1154 color3 (yellow) = Yellow3 1153 color3 (yellow) = Yellow3
1170 It is also possible to specify the colour values of foreground, 1169 It is also possible to specify the colour values of foreground,
1171 background, cursorColor, cursorColor2, colorBD, colorUL as a number 1170 background, cursorColor, cursorColor2, colorBD, colorUL as a number
1172 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
1173 color0-color15. 1172 color0-color15.
1174 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
1175 Note that -rv ("reverseVideo: True") simulates reverse video by always 1185 Note that -rv ("reverseVideo: True") simulates reverse video by always
1176 swapping the foreground/background colours. This is in contrast to 1186 swapping the foreground/background colours. This is in contrast to
1177 *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
1178 been specified. For example, 1188 been specified. For example,
1179 1189

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines