--- rxvt-unicode/doc/rxvt.1.html 2006/01/31 00:25:16 1.56 +++ rxvt-unicode/doc/rxvt.1.html 2006/08/07 16:17:30 1.62 @@ -1,7 +1,9 @@ + unicode) - + @@ -53,7 +55,7 @@


DESCRIPTION

-

rxvt-unicode, version 7.5, is a colour vt102 terminal +

rxvt-unicode, version 7.9, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode uses much less swap space -- @@ -77,33 +79,33 @@ like mongolian or scripts requiring extremely complex combining rules, like tibetan or devenagari. Don't expect pretty output when using these scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work -fine, though. A somewhat difficult case are left-to-right scripts, such +fine, though. A somewhat difficult case are right-to-left scripts, such as hebrew: rxvt-unicode adopts the view that bidirectional algorithms belong into the application, not the terminal emulator (too many things -- such as cursor-movement while editing -- break otherwise), but that might change.

If you are looking for a terminal that supports more exotic scripts, let -me recommend mlterm, which is a very userfriendly, lean and clean +me recommend mlterm, which is a very user friendly, lean and clean terminal emulator. In fact, the reason rxvt-unicode was born was solely because the author couldn't get mlterm to use one font for latin1 and another for japanese.

Therefore another design rationale was the use of multiple fonts to display characters: The idea of a single unicode font which many other -programs force onto it's users never made sense to me: You should be able +programs force onto its users never made sense to me: You should be able to choose any font for any script freely.

Apart from that, rxvt-unicode is also much better internationalised than -it's predecessor, supports things such as XFT and ISO 14755 that are handy -in i18n-environments, is faster, and has a lot less bugs than the original +its predecessor, supports things such as XFT and ISO 14755 that are handy +in i18n-environments, is faster, and has a lot bugs less than the original rxvt. This all in addition to dozens of other small improvements.

It is still faithfully following the original rxvt idea of being lean and nice on resources: for example, you can still configure rxvt-unicode -without most of it's features to get a lean binary. It also comes with +without most of its features to get a lean binary. It also comes with a client/daemon pair that lets you open any number of terminal windows from within a single process, which makes startup time very fast and drastically reduces memory usage. See rxvtd(1) (daemon) and rxvtc(1) (client).

It also makes technical information about escape sequences (which have -been extended) easier accessible: see rxvt(7) for technical +been extended) more accessible: see rxvt(7) for technical reference documentation (escape sequences etc.).

@@ -124,150 +126,151 @@ Orange'.

The following options are available:

-
-help, --help
-
+
-help, --help +
-Print out a message describing available options. +

Print out a message describing available options.

-

-
-display displayname
-
+ +
-display displayname +
-Attempt to open a window on the named X display (-d still +

Attempt to open a window on the named X display (-d still respected). In the absence of this option, the display specified by the -DISPLAY environment variable is used. +DISPLAY environment variable is used.

-

-
-depth bitdepth
-
+ +
-depth bitdepth +
-Compile xft: Attempt to find a visual with the given bit depth; -resource depth. +

Compile xft: Attempt to find a visual with the given bit depth; +resource depth.

-

-
-geometry geom
-
+ +
-geometry geom +
-Window geometry (-g still respected); resource geometry. +

Window geometry (-g still respected); resource geometry.

-

-
-rv|+rv
-
+ +
-rv|+rv +
-Turn on/off simulated reverse video; resource reverseVideo. +

Turn on/off simulated reverse video; resource reverseVideo.

-

-
-j|+j
-
+ +
-j|+j +
-Turn on/off jump scrolling; resource jumpScroll. +

Turn on/off jump scrolling; resource jumpScroll.

-

-
-ip|+ip | -tr|+tr
-
+ +
-ip|+ip | -tr|+tr +
-Turn on/off inheriting parent window's pixmap. Alternative form is --tr; resource inheritPixmap. +

Turn on/off inheriting parent window's pixmap. Alternative form is +-tr; resource inheritPixmap.

Please note that transparency of any kind if completely unsupported by -the author. Don't bug him with installation questions!

+the author. Don't bug him with installation questions! Read the FAQ (man 7 +rxvt)!

-

-
-fade number
-
+ +
-fade number +
-Fade the text by the given percentage when focus is lost. Small values +

Fade the text by the given percentage when focus is lost. Small values fade a little only, 100 completely replaces all colours by the fade -colour; resource fading. +colour; resource fading.

-

-
-fadecolor colour
-
+ +
-fadecolor colour +
-Fade to this colour when fading is used (see -fade). The default colour -is opaque black. resource fadeColor. +

Fade to this colour when fading is used (see -fade). The default colour +is opaque black. resource fadeColor.

-

-
-tint colour
-
+ +
-tint colour +
-Tint the transparent background pixmap with the given colour when +

Tint the transparent background pixmap with the given colour when transparency is enabled with -tr or -ip. This only works for non-tiled backgrounds, currently. See also the -sh option that can be used to brighten or darken the image in addition to tinting it; resource -tintColor. Example: +tintColor. Example:

    rxvt -tr -tint blue -sh 40
-

-
-sh
-
+ +
-sh +
-number Darken (0 .. 100) or lighten (-1 .. -100) the transparent +

number Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image in addition to tinting it (i.e. -tint must be -specified, too, e.g. -tint white). +specified, too, e.g. -tint white).

-

-
-bg colour
-
+ +
-bg colour +
-Window background colour; resource background. +

Window background colour; resource background.

-

-
-fg colour
-
+ +
-fg colour +
-Window foreground colour; resource foreground. +

Window foreground colour; resource foreground.

-

-
-pixmap file[;geom]
-
+ +
-pixmap file[;geom] +
-Compile XPM: Specify XPM file for the background and also optionally +

Compile XPM: Specify XPM file for the background and also optionally specify its scaling with a geometry string. Note you may need to add quotes to avoid special shell interpretation of the ; in the -command-line; resource backgroundPixmap. +command-line; resource backgroundPixmap.

-

-
-cr colour
-
+ +
-cr colour +
-The cursor colour; resource cursorColor. +

The cursor colour; resource cursorColor.

-

-
-pr colour
-
+ +
-pr colour +
-The mouse pointer foreground colour; resource pointerColor. +

The mouse pointer foreground colour; resource pointerColor.

-

-
-pr2 colour
-
+ +
-pr2 colour +
-The mouse pointer background colour; resource pointerColor2. +

The mouse pointer background colour; resource pointerColor2.

-

-
-bd colour
-
+ +
-bd colour +
-The colour of the border around the text area and between the scrollbar and the text; -resource borderColor. +

The colour of the border around the text area and between the scrollbar and the text; +resource borderColor.

-

-
-fn fontlist
-
+ +
-fn fontlist +
-Select the fonts to be used. This is a comma separated list of font names +

Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. The first font defines the cell size for characters; other fonts might be smaller, but not (in general) larger. A (hopefully) reasonable default -font list is always appended to it. See resource font for more details. +font list is always appended to it. See resource font for more details.

-

In short, to specify an X11 core font, just specify it's name or prefix it +

In short, to specify an X11 core font, just specify its name or prefix it with x:. To specify an XFT-font, you need to prefix it with xft:, e.g.:

@@ -280,202 +283,202 @@

See also the question ``How does rxvt-unicode choose fonts?'' in the FAQ section of rxvt(7).

-

-
-fb fontlist
-
+ +
-fb fontlist +
-Compile font-styles: The bold font list to use when bold characters -are to be printed. See resource boldFont for details. +

Compile font-styles: The bold font list to use when bold characters +are to be printed. See resource boldFont for details.

-

-
-fi fontlist
-
+ +
-fi fontlist +
-Compile font-styles: The italic font list to use when italic -characters are to be printed. See resource italicFont for details. +

Compile font-styles: The italic font list to use when italic +characters are to be printed. See resource italicFont for details.

-

-
-fbi fontlist
-
+ +
-fbi fontlist +
-Compile font-styles: The bold italic font list to use when bold +

Compile font-styles: The bold italic font list to use when bold italic > characters are to be printed. See resource boldItalicFont -for details. +for details.

-

-
-is|+is
-
+ +
-is|+is +
-Compile font-styles: Bold/Italic font styles imply high intensity +

Compile font-styles: Bold/Italic font styles imply high intensity foreground/background (default). See resource intensityStyles for -details. +details.

-

-
-name name
-
+ +
-name name +
-Specify the application name under which resources are to be obtained, +

Specify the application name under which resources are to be obtained, rather than the default executable file name. Name should not contain -`.' or `*' characters. Also sets the icon and title name. +`.' or `*' characters. Also sets the icon and title name.

-

-
-ls|+ls
-
+ +
-ls|+ls +
-Start as a login-shell/sub-shell; resource loginShell. +

Start as a login-shell/sub-shell; resource loginShell.

-

-
-ut|+ut
-
+ +
-ut|+ut +
-Compile utmp: Inhibit/enable writing a utmp entry; resource -utmpInhibit. +

Compile utmp: Inhibit/enable writing a utmp entry; resource +utmpInhibit.

-

-
-vb|+vb
-
+ +
-vb|+vb +
-Turn on/off visual bell on receipt of a bell character; resource -visualBell. +

Turn on/off visual bell on receipt of a bell character; resource +visualBell.

-

-
-sb|+sb
-
+ +
-sb|+sb +
-Turn on/off scrollbar; resource scrollBar. +

Turn on/off scrollbar; resource scrollBar.

-

-
-si|+si
-
+ +
-si|+si +
-Turn on/off scroll-to-bottom on TTY output inhibit; resource -scrollTtyOutput has opposite effect. +

Turn on/off scroll-to-bottom on TTY output inhibit; resource +scrollTtyOutput has opposite effect.

-

-
-sk|+sk
-
+ +
-sk|+sk +
-Turn on/off scroll-to-bottom on keypress; resource -scrollTtyKeypress. +

Turn on/off scroll-to-bottom on keypress; resource +scrollTtyKeypress.

-

-
-sw|+sw
-
+ +
-sw|+sw +
-Turn on/off scrolling with the scrollback buffer as new lines appear. +

Turn on/off scrolling with the scrollback buffer as new lines appear. This only takes effect if -si is also given; resource -scrollWithBuffer. +scrollWithBuffer.

-

-
-sr|+sr
-
+ +
-sr|+sr +
-Put scrollbar on right/left; resource scrollBar_right. +

Put scrollbar on right/left; resource scrollBar_right.

-

-
-st|+st
-
+ +
-st|+st +
-Display rxvt (non XTerm/NeXT) scrollbar without/with a trough; -resource scrollBar_floating. +

Display rxvt (non XTerm/NeXT) scrollbar without/with a trough; +resource scrollBar_floating.

-

-
-ptab|+ptab
-
+ +
-ptab|+ptab +
-If enabled (default), ``Horizontal Tab'' characters are being stored as +

If enabled (default), ``Horizontal Tab'' characters are being stored as actual wide characters in the screen buffer, which makes it possible to select and paste them. Since a horizontal tab is a cursor movement and not an actual glyph, this can sometimes be visually annoying as the cursor -on a tab character is displayed as a wide cursor; resource pastableTabs. +on a tab character is displayed as a wide cursor; resource pastableTabs.

-

-
-bc|+bc
-
+ +
-bc|+bc +
-Blink the cursor; resource cursorBlink. +

Blink the cursor; resource cursorBlink.

-

-
-iconic
-
+ +
-iconic +
-Start iconified, if the window manager supports that option. -Alternative form is -ic. +

Start iconified, if the window manager supports that option. +Alternative form is -ic.

-

-
-sl number
-
+ +
-sl number +
-Save number lines in the scrollback buffer. See resource entry for -limits; resource saveLines. +

Save number lines in the scrollback buffer. See resource entry for +limits; resource saveLines.

-

-
-b number
-
+ +
-b number +
-Compile frills: Internal border of number pixels. See resource -entry for limits; resource internalBorder. +

Compile frills: Internal border of number pixels. See resource +entry for limits; resource internalBorder.

-

-
-w number
-
+ +
-w number +
-Compile frills: External border of number pixels. Also, -bw +

Compile frills: External border of number pixels. Also, -bw and -borderwidth. See resource entry for limits; resource -externalBorder. +externalBorder.

-

-
-bl
-
+ +
-bl +
-Compile frills: Set MWM hints to request a borderless window, i.e. +

Compile frills: Set MWM hints to request a borderless window, i.e. if honoured by the WM, the rxvt-unicode window will not have window -decorations; resource borderLess. +decorations; resource borderLess.

-

-
-override-redirect
-
+ +
-override-redirect +
-Compile frills: Sets override-redirect on the window; resource -override-redirect. +

Compile frills: Sets override-redirect on the window; resource +override-redirect.

-

-
-sbg
-
+ +
-sbg +
-Compile frills: Disable the usage of the built-in block graphics/line +

Compile frills: Disable the usage of the built-in block graphics/line drawing characters and just rely on what the specified fonts provide. Use this if you have a good font and want to use its block graphic glyphs; -resource skipBuiltinGlyphs. +resource skipBuiltinGlyphs.

-

-
-lsp number
-
+ +
-lsp number +
-Compile frills: Lines (pixel height) to insert between each row of +

Compile frills: Lines (pixel height) to insert between each row of the display. Useful to work around font rendering problems; resource -linespace. +linespace.

-

-
-tn termname
-
+ +
-tn termname +
-This option specifies the name of the terminal type to be set in the +

This option specifies the name of the terminal type to be set in the TERM environment variable. This terminal type must exist in the termcap(5) database and should have li# and co# entries; -resource termName. +resource termName.

-

-
-e command [arguments]
-
+ +
-e command [arguments] +
-Run the command with its command-line arguments in the rxvt +

Run the command with its command-line arguments in the rxvt window; also sets the window title and icon name to be the basename of the program being executed if neither -title (-T) nor -n are given on the command line. If this option is used, it must be the last on the command-line. If there is no -e option then the default is to run the program specified by the SHELL environment variable or, -failing that, sh(1). +failing that, sh(1).

Please note that you must specify a program with arguments. If you want to @@ -485,116 +488,116 @@

   rxvt -e sh -c "shell commands"
-

-
-title text
-
+ +
-title text +
-Window title (-T still respected); the default title is the basename +

Window title (-T still respected); the default title is the basename of the program specified after the -e option, if any, otherwise the -application name; resource title. +application name; resource title.

-

-
-n text
-
+ +
-n text +
-Icon name; the default name is the basename of the program specified +

Icon name; the default name is the basename of the program specified after the -e option, if any, otherwise the application name; -resource iconName. +resource iconName.

-

-
-C
-
+ +
-C +
-Capture system console messages. +

Capture system console messages.

-

-
-pt style
-
+ +
-pt style +
-Compile XIM: input style for input method; OverTheSpot, -OffTheSpot, Root; resource preeditType. +

Compile XIM: input style for input method; OverTheSpot, +OffTheSpot, Root; resource preeditType.

-

-
-im text
-
+ +
-im text +
-Compile XIM: input method name. resource inputMethod. +

Compile XIM: input method name. resource inputMethod.

-

-
-imlocale string
-
+ +
-imlocale string +
-The locale to use for opening the IM. You can use an LC_CTYPE of e.g. +

The locale to use for opening the IM. You can use an LC_CTYPE of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP for the input extension to be able to input japanese characters while staying in -another locale. resource imLocale. +another locale. resource imLocale.

-

-
-imfont fontset
-
+ +
-imfont fontset +
-Set the font set to use for the X Input Method, see resource imFont -for more info. +

Set the font set to use for the X Input Method, see resource imFont +for more info.

-

-
-tcw
-
+ +
-tcw +
-Change the meaning of triple-click selection with the left mouse +

Change the meaning of triple-click selection with the left mouse button. Instead of selecting a full line it will extend the selection the -end of the logical line only. resource tripleclickwords. +end of the logical line only. resource tripleclickwords.

-

-
-insecure
-
+ +
-insecure +
-Enable ``insecure'' mode, which currently enables most of the escape +

Enable ``insecure'' mode, which currently enables most of the escape sequences that echo strings. See the resource insecure for more -info. +info.

-

-
-mod modifier
-
+ +
-mod modifier +
-Override detection of Meta modifier with specified key: alt, +

Override detection of Meta modifier with specified key: alt, meta, hyper, super, mod1, mod2, mod3, mod4, -mod5; resource modifier. +mod5; resource modifier.

-

-
-ssc|+ssc
-
+ +
-ssc|+ssc +
-Turn on/off secondary screen (default enabled); resource -secondaryScreen. +

Turn on/off secondary screen (default enabled); resource +secondaryScreen.

-

-
-ssr|+ssr
-
+ +
-ssr|+ssr +
-Turn on/off secondary screen scroll (default enabled); resource -secondaryScroll. +

Turn on/off secondary screen scroll (default enabled); resource +secondaryScroll.

-

-
-hold|+hold
-
+ +
-hold|+hold +
-Turn on/off hold window after exit support. If enabled, rxvt +

Turn on/off hold window after exit support. If enabled, rxvt will not immediately destroy its window when the program executed within it exits. Instead, it will wait till it is being killed or closed by the -user; resource hold. +user; resource hold.

-

-
-keysym.sym string
-
+ +
-keysym.sym string +
-Remap a key symbol. See resource keysym. +

Remap a key symbol. See resource keysym.

-

-
-embed windowid
-
+ +
-embed windowid +
-Tells rxvt to embed it's windows into an already-existing window, -which enables applications to easily embed a terminal. +

Tells rxvt to embed its windows into an already-existing window, +which enables applications to easily embed a terminal.

Right now, rxvt will first unmap/map the specified window, so it @@ -609,7 +612,7 @@

It might be useful to know that rxvt will not close file descriptors passed to it (except for stdin/out/err, of course), so you can use file descriptors to communicate with the programs within the -terminal. This works regardless of wether the -embed option was used or +terminal. This works regardless of whether the -embed option was used or not.

@@ -624,14 +627,14 @@ system "rxvt -embed $xid &"; });
-

-
-pty-fd file descriptor
-
+ +
-pty-fd file descriptor +
-Tells rxvt NOT to execute any commands or create a new pty/tty -pair but instead use the given filehandle as the tty master. This is +

Tells rxvt NOT to execute any commands or create a new pty/tty +pair but instead use the given file descriptor as the tty master. This is useful if you want to drive rxvt as a generic terminal emulator -without having to run a program within it. +without having to run a program within it.

If this switch is given, rxvt will not create any utmp/wtmp @@ -664,14 +667,15 @@ my $slave = $pty->slave; while (<$slave>) { print $slave "got <$_>\n" }

-

-
-pe string
-
+ +
-pe string +
-Comma-separated list of perl extension scripts to use (or not to use) in -this terminal instance. See resource perl-ext for details. +

Comma-separated list of perl extension scripts to use (or not to use) in +this terminal instance. See resource perl-ext for details.

-

+ +


@@ -699,43 +703,43 @@ check the rxvtperl(3) manpage for additional settings by perl extensions not documented here):

-
depth: bitdepth
-
+
depth: bitdepth +
-Compile xft: Attempt to find a visual with the given bit depth; -option -depth. +

Compile xft: Attempt to find a visual with the given bit depth; +option -depth.

-

-
geometry: geom
-
+ +
geometry: geom +
-Create the window with the specified X window geometry [default 80x24]; -option -geometry. +

Create the window with the specified X window geometry [default 80x24]; +option -geometry.

-

-
background: colour
-
+ +
background: colour +
-Use the specified colour as the window's background colour [default -White]; option -bg. +

Use the specified colour as the window's background colour [default +White]; option -bg.

-

-
foreground: colour
-
+ +
foreground: colour +
-Use the specified colour as the window's foreground colour [default -Black]; option -fg. +

Use the specified colour as the window's foreground colour [default +Black]; option -fg.

-

-
colorn: colour
-
+ +
colorn: colour +
-Use the specified colour for the colour value n, where 0-7 +

Use the specified colour for the colour value n, where 0-7 corresponds to low-intensity (normal) colours and 8-15 corresponds to high-intensity (bold = bright foreground, blink = bright background) colours. The canonical names are as follows: 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white, but the actual colour -names used are listed in the COLORS AND GRAPHICS section. +names used are listed in the COLORS AND GRAPHICS section.

Colours higher than 15 cannot be set using resources (yet), but can be @@ -745,132 +749,132 @@

Colours 16-79 form a standard 4x4x4 colour cube (the same as xterm with 88 colour support). Colours 80-87 are evenly spaces grey steps.

-

-
colorBD: colour
-
-
colorIT: colour
-
+ +
colorBD: colour + +
colorIT: colour +
-Use the specified colour to display bold or italic characters when the +

Use the specified colour to display bold or italic characters when the foreground colour is the default. If font styles are not available -(Compile styles) and this option is unset, reverse video is used instead. +(Compile styles) and this option is unset, reverse video is used instead.

-

-
colorUL: colour
-
+ +
colorUL: colour +
-Use the specified colour to display underlined characters when the -foreground colour is the default. +

Use the specified colour to display underlined characters when the +foreground colour is the default.

-

-
colorRV: colour
-
+ +
colorRV: colour +
-Use the specified colour as the background for reverse video -characters. +

Use the specified colour as the background for reverse video +characters.

-

-
underlineColor: colour
-
+ +
underlineColor: colour +
-If set, use the specified colour as the colour for the underline -itself. If unset, use the foreground colour. +

If set, use the specified colour as the colour for the underline +itself. If unset, use the foreground colour.

-

-
cursorColor: colour
-
+ +
cursorColor: colour +
-Use the specified colour for the cursor. The default is to use the -foreground colour; option -cr. +

Use the specified colour for the cursor. The default is to use the +foreground colour; option -cr.

-

-
cursorColor2: colour
-
+ +
cursorColor2: colour +
-Use the specified colour for the colour of the cursor text. For this to +

Use the specified colour for the colour of the cursor text. For this to take effect, cursorColor must also be specified. The default is to -use the background colour. +use the background colour.

-

-
reverseVideo: boolean
-
+ +
reverseVideo: boolean +
-True: simulate reverse video by foreground and background colours; +

True: simulate reverse video by foreground and background colours; option -rv. False: regular screen colours [default]; option -+rv. See note in COLORS AND GRAPHICS section. ++rv. See note in COLORS AND GRAPHICS section.

-

-
jumpScroll: boolean
-
+ +
jumpScroll: boolean +
-True: specify that jump scrolling should be used. When scrolling +

True: specify that jump scrolling should be used. When scrolling quickly, fewer screen updates are performed [default]; option -j. -False: specify that smooth scrolling should be used; option +j. +False: specify that smooth scrolling should be used; option +j.

-

-
inheritPixmap: boolean
-
+ +
inheritPixmap: boolean +
-True: make the background inherit the parent windows' pixmap, giving +

True: make the background inherit the parent windows' pixmap, giving artificial transparency. False: do not inherit the parent windows' -pixmap. +pixmap.

Please note that transparency of any kind if completely unsupported by the author. Don't bug him with installation questions!

-

-
fading: number
-
+ +
fading: number +
-Fade the text by the given percentage when focus is lost; option -fade. +

Fade the text by the given percentage when focus is lost; option -fade.

-

-
fadeColor: colour
-
+ +
fadeColor: colour +
-Fade to this colour, when fading is used (see fading:). The default -colour is black; option -fadecolor. +

Fade to this colour, when fading is used (see fading:). The default +colour is black; option -fadecolor.

-

-
tintColor: colour
-
+ +
tintColor: colour +
-Tint the transparent background pixmap with the given colour; option --tint. +

Tint the transparent background pixmap with the given colour; option +-tint.

-

-
shading: number
-
+ +
shading: number +
-Darken (0 .. 100) or lighten (-1 .. -100) the transparent background -image in addition to tinting it. +

Darken (0 .. 100) or lighten (-1 .. -100) the transparent background +image in addition to tinting it.

-

-
scrollColor: colour
-
+ +
scrollColor: colour +
-Use the specified colour for the scrollbar [default #B2B2B2]. +

Use the specified colour for the scrollbar [default #B2B2B2].

-

-
troughColor: colour
-
+ +
troughColor: colour +
-Use the specified colour for the scrollbar's trough area [default -#969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar. +

Use the specified colour for the scrollbar's trough area [default +#969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar.

-

-
borderColor: colour
-
+ +
borderColor: colour +
-The colour of the border around the text area and between the scrollbar -and the text. +

The colour of the border around the text area and between the scrollbar +and the text.

-

-
backgroundPixmap: file[;geom]
-
+ +
backgroundPixmap: file[;geom] +
-Use the specified XPM file (note the `.xpm' extension is optional) for +

Use the specified XPM file (note the `.xpm' extension is optional) for the background and also optionally specify its scaling with a geometry string WxH+X+Y, in which ``W'' / ``H'' specify the horizontal/vertical scale (percent) and ``X'' / ``Y'' locate the image @@ -878,23 +882,23 @@ of 1 displays the image without any scaling. A scale of 2 to 9 specifies an integer number of images in that direction. No image will be magnified beyond 10 times its original size. The maximum permitted -scale is 1000. [default 0x0+50+50] +scale is 1000. [default 0x0+50+50]

-

-
path: path
-
+ +
path: path +
-Specify the colon-delimited search path for finding XPM files. +

Specify the colon-delimited search path for finding XPM files.

-

-
font: fontlist
-
+ +
font: fontlist +
-Select the fonts to be used. This is a comma separated list of font names +

Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. The first font defines the cell size for characters; other fonts might be smaller, but not (in general) larger. A (hopefully) reasonable default -font list is always appended to it; option -fn. +font list is always appended to it; option -fn.

Each font can either be a standard X11 core font (XLFD) name, with @@ -938,16 +942,16 @@

The last font is a useful catch-all font that supplies most of the remaining unicode characters.

-

-
boldFont: fontlist
-
-
italicFont: fontlist
-
-
boldItalicFont: fontlist
-
+ +
boldFont: fontlist + +
italicFont: fontlist + +
boldItalicFont: fontlist +
-The font list to use for displaying bold, italic or bold -italic > characters, respectively. +

The font list to use for displaying bold, italic or bold +italic > characters, respectively.

If specified and non-empty, then the syntax is the same as for the @@ -964,84 +968,84 @@

If set, but empty, then this specific style is disabled and the normal text font will being used for the given style.

-

-
intensityStyles: boolean
-
+ +
intensityStyles: boolean +
-When font styles are not enabled, or this option is enabled (True, +

When font styles are not enabled, or this option is enabled (True, option -is, the default), bold and italic font styles imply high -intensity foreground/backround colours. Disabling this option (False, +intensity foreground/background colours. Disabling this option (False, option +is) disables this behaviour, the high intensity colours are not -reachable. +reachable.

-

-
selectstyle: mode
-
+ +
selectstyle: mode +
-Set mouse selection style to old which is 2.20, oldword which is +

Set mouse selection style to old which is 2.20, oldword which is xterm style with 2.20 old word selection, or anything else which gives -xterm style selection. +xterm style selection.

-

-
scrollstyle: mode
-
+ +
scrollstyle: mode +
-Set scrollbar style to rxvt, plain, next or xterm. plain is -the author's favourite. +

Set scrollbar style to rxvt, plain, next or xterm. plain is +the author's favourite.

-

-
title: string
-
+ +
title: string +
-Set window title string, the default title is the command-line +

Set window title string, the default title is the command-line specified after the -e option, if any, otherwise the application -name; option -title. +name; option -title.

-

-
iconName: string
-
+ +
iconName: string +
-Set the name used to label the window's icon or displayed in an icon +

Set the name used to label the window's icon or displayed in an icon manager window, it also sets the window's title unless it is explicitly -set; option -n. +set; option -n.

-

-
mapAlert: boolean
-
+ +
mapAlert: boolean +
-True: de-iconify (map) on receipt of a bell character. False: no -de-iconify (map) on receipt of a bell character [default]. +

True: de-iconify (map) on receipt of a bell character. False: no +de-iconify (map) on receipt of a bell character [default].

-

-
visualBell: boolean
-
+ +
visualBell: boolean +
-True: use visual bell on receipt of a bell character; option -vb. -False: no visual bell [default]; option +vb. +

True: use visual bell on receipt of a bell character; option -vb. +False: no visual bell [default]; option +vb.

-

-
loginShell: boolean
-
+ +
loginShell: boolean +
-True: start as a login shell by prepending a `-' to argv[0] of +

True: start as a login shell by prepending a `-' to argv[0] of the shell; option -ls. False: start as a normal sub-shell -[default]; option +ls. +[default]; option +ls.

-

-
utmpInhibit: boolean
-
+ +
utmpInhibit: boolean +
-True: inhibit writing record into the system log file utmp; +

True: inhibit writing record into the system log file utmp; option -ut. False: write record into the system log file utmp -[default]; option +ut. +[default]; option +ut.

-

-
print-pipe: string
-
+ +
print-pipe: string +
-Specify a command pipe for vt100 printer [default lpr(1)]. Use +

Specify a command pipe for vt100 printer [default lpr(1)]. Use Print to initiate a screen dump to the printer and Ctrl-Print or -Shift-Print to include the scrollback as well. +Shift-Print to include the scrollback as well.

The string will be interpreted as if typed into the shell as-is.

@@ -1055,190 +1059,190 @@

This creates a new file in your home directory with the screen contents -everytime you hit Print.

+every time you hit Print.

-

-
scrollBar: boolean
-
+ +
scrollBar: boolean +
-True: enable the scrollbar [default]; option -sb. False: -disable the scrollbar; option +sb. +

True: enable the scrollbar [default]; option -sb. False: +disable the scrollbar; option +sb.

-

-
scrollBar_right: boolean
-
+ +
scrollBar_right: boolean +
-True: place the scrollbar on the right of the window; option -sr. -False: place the scrollbar on the left of the window; option +sr. +

True: place the scrollbar on the right of the window; option -sr. +False: place the scrollbar on the left of the window; option +sr.

-

-
scrollBar_floating: boolean
-
+ +
scrollBar_floating: boolean +
-True: display an rxvt scrollbar without a trough; option -st. -False: display an rxvt scrollbar with a trough; option +st. +

True: display an rxvt scrollbar without a trough; option -st. +False: display an rxvt scrollbar with a trough; option +st.

-

-
scrollBar_align: mode
-
+ +
scrollBar_align: mode +
-Align the top, bottom or centre [default] of the scrollbar -thumb with the pointer on middle button press/drag. +

Align the top, bottom or centre [default] of the scrollbar +thumb with the pointer on middle button press/drag.

-

-
scrollTtyOutput: boolean
-
+ +
scrollTtyOutput: boolean +
-True: scroll to bottom when tty receives output; option -si. +

True: scroll to bottom when tty receives output; option -si. False: do not scroll to bottom when tty receives output; option -+si. ++si.

-

-
scrollWithBuffer: boolean
-
+ +
scrollWithBuffer: boolean +
-True: scroll with scrollback buffer when tty receives new lines (and +

True: scroll with scrollback buffer when tty receives new lines (and scrollTtyOutput is False); option -sw. False: do not scroll -with scrollback buffer when tty recieves new lines; option +sw. +with scrollback buffer when tty receives new lines; option +sw.

-

-
scrollTtyKeypress: boolean
-
+ +
scrollTtyKeypress: boolean +
-True: scroll to bottom when a non-special key is pressed. Special keys +

True: scroll to bottom when a non-special key is pressed. Special keys are those which are intercepted by rxvt-unicode for special handling and are not passed onto the shell; option -sk. False: do not scroll to -bottom when a non-special key is pressed; option +sk. +bottom when a non-special key is pressed; option +sk.

-

-
saveLines: number
-
+ +
saveLines: number +
-Save number lines in the scrollback buffer [default 64]. This -resource is limited on most machines to 65535; option -sl. +

Save number lines in the scrollback buffer [default 64]. This +resource is limited on most machines to 65535; option -sl.

-

-
internalBorder: number
-
+ +
internalBorder: number +
-Internal border of number pixels. This resource is limited to 100; -option -b. +

Internal border of number pixels. This resource is limited to 100; +option -b.

-

-
externalBorder: number
-
+ +
externalBorder: number +
-External border of number pixels. This resource is limited to 100; -option -w, -bw, -borderwidth. +

External border of number pixels. This resource is limited to 100; +option -w, -bw, -borderwidth.

-

-
borderLess: boolean
-
+ +
borderLess: boolean +
-Set MWM hints to request a borderless window, i.e. if honoured by the -WM, the rxvt-unicode window will not have window decorations; option -bl. +

Set MWM hints to request a borderless window, i.e. if honoured by the +WM, the rxvt-unicode window will not have window decorations; option -bl.

-

-
skipBuiltinGlyphs: boolean
-
+ +
skipBuiltinGlyphs: boolean +
-Compile frills: Disable the usage of the built-in block graphics/line +

Compile frills: Disable the usage of the built-in block graphics/line drawing characters and just rely on what the specified fonts provide. Use this if you have a good font and want to use its block graphic glyphs; -option -sbg. +option -sbg.

-

-
termName: termname
-
+ +
termName: termname +
-Specifies the terminal type name to be set in the TERM environment -variable; option -tn. +

Specifies the terminal type name to be set in the TERM environment +variable; option -tn.

-

-
linespace: number
-
+ +
linespace: number +
-Specifies number of lines (pixel height) to insert between each row of -the display [default 0]; option -lsp. +

Specifies number of lines (pixel height) to insert between each row of +the display [default 0]; option -lsp.

-

-
meta8: boolean
-
+ +
meta8: boolean +
-True: handle Meta (Alt) + keypress to set the 8th bit. False: -handle Meta (Alt) + keypress as an escape prefix [default]. +

True: handle Meta (Alt) + keypress to set the 8th bit. False: +handle Meta (Alt) + keypress as an escape prefix [default].

-

-
mouseWheelScrollPage: boolean
-
+ +
mouseWheelScrollPage: boolean +
-True: the mouse wheel scrolls a page full. False: the mouse wheel -scrolls five lines [default]. +

True: the mouse wheel scrolls a page full. False: the mouse wheel +scrolls five lines [default].

-

-
pastableTabs: boolean
-
+ +
pastableTabs: boolean +
-True: store tabs as wide characters. False: interpret tabs as cursor -movement only; option -ptab. +

True: store tabs as wide characters. False: interpret tabs as cursor +movement only; option -ptab.

-

-
cursorBlink: boolean
-
+ +
cursorBlink: boolean +
-True: blink the cursor. False: do not blink the cursor [default]; -option -bc. +

True: blink the cursor. False: do not blink the cursor [default]; +option -bc.

-

-
pointerBlank: boolean
-
+ +
pointerBlank: boolean +
-True: blank the pointer when a key is pressed or after a set number +

True: blank the pointer when a key is pressed or after a set number of seconds of inactivity. False: the pointer is always visible -[default]. +[default].

-

-
pointerColor: colour
-
+ +
pointerColor: colour +
-Mouse pointer foreground colour. +

Mouse pointer foreground colour.

-

-
pointerColor2: colour
-
+ +
pointerColor2: colour +
-Mouse pointer background colour. +

Mouse pointer background colour.

-

-
pointerBlankDelay: number
-
+ +
pointerBlankDelay: number +
-Specifies number of seconds before blanking the pointer [default 2]. Use a -large number (e.g. 987654321) to effectively disable the timeout. +

Specifies number of seconds before blanking the pointer [default 2]. Use a +large number (e.g. 987654321) to effectively disable the timeout.

-

-
backspacekey: string
-
+ +
backspacekey: string +
-The string to send when the backspace key is pressed. If set to DEC +

The string to send when the backspace key is pressed. If set to DEC or unset it will send Delete (code 127) or, if shifted, Backspace (code 8) - which can be reversed with the appropriate DEC private mode -escape sequence. +escape sequence.

-

-
deletekey: string
-
+ +
deletekey: string +
-The string to send when the delete key (not the keypad delete key) is +

The string to send when the delete key (not the keypad delete key) is pressed. If unset it will send the sequence traditionally associated -with the Execute key. +with the Execute key.

-

-
cutchars: string
-
+ +
cutchars: string +
-The characters used as delimiters for double-click word selection -(whitespace delimiting is added automatically if resource is given). +

The characters used as delimiters for double-click word selection +(whitespace delimiting is added automatically if resource is given).

When the selection extension is in use (the default if compiled in, see @@ -1253,109 +1257,109 @@

BACKSLASH ```'&()*,;<=?@[]{|} >>

-

-
preeditType: style
-
+ +
preeditType: style +
-OverTheSpot, OffTheSpot, Root; option -pt. +

OverTheSpot, OffTheSpot, Root; option -pt.

-

-
inputMethod: name
-
+ +
inputMethod: name +
-name of inputMethod to use; option -im. +

name of inputMethod to use; option -im.

-

-
imLocale: name
-
+ +
imLocale: name +
-The locale to use for opening the IM. You can use an LC_CTYPE of e.g. +

The locale to use for opening the IM. You can use an LC_CTYPE of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP for the input extension to be able to input japanese characters while staying in -another locale; option -imlocale. +another locale; option -imlocale.

-

-
imFont: fontset
-
+ +
imFont: fontset +
-Specify the font-set used for XIM styles OverTheSpot or +

Specify the font-set used for XIM styles OverTheSpot or OffTheSpot. It must be a standard X font set (XLFD patterns separated by commas), i.e. it's not in the same format as the other font lists used in rxvt. The default will be set-up to chose *any* suitable found found, preferably one or two pixels differing in size to the base font. -option -imfont. +option -imfont.

-

-
tripleclickwords: boolean
-
+ +
tripleclickwords: boolean +
-Change the meaning of triple-click selection with the left mouse +

Change the meaning of triple-click selection with the left mouse button. Instead of selecting a full line it will extend the selection to -the end of the logical line only; option -tcw. +the end of the logical line only; option -tcw.

-

-
insecure: boolean
-
+ +
insecure: boolean +
-Enables ``insecure'' mode. Rxvt-unicode offers some escape sequences that +

Enables ``insecure'' mode. Rxvt-unicode offers some escape sequences that echo arbitrary strings like the icon name or the locale. This could be abused if somebody gets 8-bit-clean access to your display, whether through a mail client displaying mail bodies unfiltered or through write(1) or any other means. Therefore, these sequences are disabled by default. (Note that many other terminals, including xterm, have these -sequences enabled by default, which doesn't make it safer, though). +sequences enabled by default, which doesn't make it safer, though).

You can enable them by setting this boolean resource or specifying -insecure as an option. At the moment, this enables display-answer, locale, findfont, icon label and window title requests.

-

-
modifier: modifier
-
+ +
modifier: modifier +
-Set the key to be interpreted as the Meta key to: alt, meta, +

Set the key to be interpreted as the Meta key to: alt, meta, hyper, super, mod1, mod2, mod3, mod4, mod5; option --mod. +-mod.

-

-
answerbackString: string
-
+ +
answerbackString: string +
-Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) +

Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) character is passed through. It may contain escape values as described -in the entry on keysym following. +in the entry on keysym following.

-

-
secondaryScreen: boolean
-
+ +
secondaryScreen: boolean +
-Turn on/off secondary screen (default enabled). +

Turn on/off secondary screen (default enabled).

-

-
secondaryScroll: boolean
-
+ +
secondaryScroll: boolean +
-Turn on/off secondary screen scroll (default enabled). If the this +

Turn on/off secondary screen scroll (default enabled). If the this option is enabled, scrolls on the secondary screen will change the scrollback buffer and switching to/from the secondary screen will -instead scroll the screen up. +instead scroll the screen up.

-

-
hold: boolean
-
+ +
hold: boolean +
-Turn on/off hold window after exit support. If enabled, rxvt +

Turn on/off hold window after exit support. If enabled, rxvt will not immediately destroy its window when the program executed within it exits. Instead, it will wait till it is being killed or closed by the -user. +user.

-

-
keysym.sym: string
-
+ +
keysym.sym: string +
-Compile frills: Associate string with keysym sym. The -intervening resource name keysym. cannot be omitted. +

Compile frills: Associate string with keysym sym. The +intervening resource name keysym. cannot be omitted.

The format of sym is ``(modifiers-)key'', where modifiers can be @@ -1386,13 +1390,13 @@

Please note that you need to double the \ in resource files, as -Xlib itself does it's own de-escaping (you can use \033 instead of +Xlib itself does its own de-escaping (you can use \033 instead of \e (and so on), which will work with both Xt and rxvt's own processing).

You can define a range of keysyms in one shot by providing a string -with pattern list/PREFIX/MIDDLE/SUFFIX, where the delimeter `/' +with pattern list/PREFIX/MIDDLE/SUFFIX, where the delimiter `/' should be a character not used by the strings.

@@ -1474,14 +1478,14 @@ URxvt.keysym.M-C-3: command:\033[8;25;80t URxvt.keysym.M-C-4: command:\033[8;48;110t
-

-
perl-ext-common: string
-
-
perl-ext: string
-
+ +
perl-ext-common: string + +
perl-ext: string +
-Comma-separated list(s) of perl extension scripts (default: default) to -use in this terminal instance; option -pe. +

Comma-separated list(s) of perl extension scripts (default: default) to +use in this terminal instance; option -pe.

Extension names can be prefixed with a - sign to prohibit using @@ -1493,7 +1497,7 @@

Extension names can also be followed by an argument in angle brackets (e.g. searchable-scrollback<M-s>, which binds the hotkey for -searchable scorllback to Alt/Meta-s). Mentioning the same extension +searchable scrollback to Alt/Meta-s). Mentioning the same extension multiple times with different arguments will pass multiple arguments to the extension.

@@ -1507,69 +1511,70 @@ perl-ext-common will be used for extensions that should be available to all instances, while perl-ext is used for specific instances.

-

-
perl-eval: string
-
+ +
perl-eval: string +
-Perl code to be evaluated when all extensions have been registered. See +

Perl code to be evaluated when all extensions have been registered. See the rxvtperl(3) manpage. Due to security reasons, this resource -will be ignored when running setuid/setgid. +will be ignored when running setuid/setgid.

-

-
perl-lib: path
-
+ +
perl-lib: path +
-Colon-separated list of additional directories that hold extension +

Colon-separated list of additional directories that hold extension scripts. When looking for extensions specified by the perl resource, rxvt will first look in these directories and then in /opt/rxvt/lib/urxvt/perl/. Due to security reasons, this resource -will be ignored when running setuid/setgid. +will be ignored when running setuid/setgid.

See the rxvtperl(3) manpage.

-

-
selection.pattern-idx >: perl-regex
-
+ +
selection.pattern-idx >: perl-regex +
-Additional selection patterns, see the rxvtperl(3) manpage for -details. +

Additional selection patterns, see the rxvtperl(3) manpage for +details.

-

-
selection-autotransform.idx >: perl-transform
-
+ +
selection-autotransform.idx >: perl-transform +
-Selection auto-transform patterns, see the rxvtperl(3) manpage -for details. +

Selection auto-transform patterns, see the rxvtperl(3) manpage +for details.

-

-
searchable-scrollback: keysym
-
+ +
searchable-scrollback: keysym +
-Sets the hotkey that starts the incremental scrollback buffer search -(default: M-s). +

Sets the hotkey that starts the incremental scrollback buffer search +(default: M-s).

-

-
urlLauncher: string
-
+ +
urlLauncher: string +
-Specifies the program to be started with a URL argument. Used by the -selection-popup and mark-urls perl extensions. +

Specifies the program to be started with a URL argument. Used by the +selection-popup and mark-urls perl extensions.

-

-
transient-for: windowid
-
+ +
transient-for: windowid +
-Compile frills: Sets the WM_TRANSIENT_FOR property to the given window id. +

Compile frills: Sets the WM_TRANSIENT_FOR property to the given window id.

-

-
override-redirect: boolean
-
+ +
override-redirect: boolean +
-Compile frills: Sets override-redirect for the terminal window, making -it almost invisible to window managers; option -override-redirect. +

Compile frills: Sets override-redirect for the terminal window, making +it almost invisible to window managers; option -override-redirect.

-

+ +


@@ -1602,14 +1607,14 @@

The behaviour of text selection and insertion mechanism is similar to xterm(1).

-
Selection:
-
+
Selection: +
-Left click at the beginning of the region, drag to the end of the region +

Left click at the beginning of the region, drag to the end of the region and release; Right click to extend the marked region; Left double-click to select a word; Left triple-click to select the entire logical line (which can span multiple screen lines), unless modified by resource -tripleclickwords. +tripleclickwords.

Starting a selection while pressing the Meta key (or Meta+Ctrl keys) @@ -1618,19 +1623,20 @@ selection, and trailing whitespace is visually underlined and removed from the selection.

-

-
Insertion:
-
+ +
Insertion: +
-Pressing and releasing the Middle mouse button in an rxvt +

Pressing and releasing the Middle mouse button in an rxvt window causes the value of the PRIMARY selection (or CLIPBOARD with the -Meta modifier) to be inserted as if it had been typed on the keyboard. +Meta modifier) to be inserted as if it had been typed on the keyboard.

Pressing Shift-Insert causes the value of the PRIMARY selection to be inserted too.

-

+ +


@@ -1655,9 +1661,9 @@ --enable-frills, the rest is available when rxvt-unicode was compiled with --enable-iso14755.

+ +

With respect to conformance, rxvt-unicode is supposed to be compliant to both scenario A and B of ISO 14755, including part 5.2.

@@ -1741,18 +1748,26 @@ background, cursorColor, cursorColor2, colorBD, colorUL as a number 0-15, as a convenient shorthand to reference the colour name of color0-color15.

+

In addition to the colours defined above, rxvt offers an +additional 72 colours. The first 64 of those (with indices 16 to 79) +consist of a 4*4*4 RGB colour cube (i.e. index = r * 16 + g * 4 + b + +16), followed by 8 additional shades of gray (with indices 80 to 87).

+

Together, all those colours implement the 88 colour xterm colours. Only +the first 16 can be changed using resources currently, the rest can only +be changed via command sequences (``escape codes'').

Note that -rv (``reverseVideo: True'') simulates reverse video by always swapping the foreground/background colours. This is in contrast to xterm(1) where the colours are only swapped if they have not otherwise been specified. For example,

-
rxvt -fg Black -bg White -rv
-
+
rxvt -fg Black -bg White -rv +
-would yield White on Black, while on xterm(1) it would yield Black -on White. +

would yield White on Black, while on xterm(1) it would yield Black +on White.

-

+ +

ALPHA CHANNEL SUPPORT

@@ -1778,103 +1793,105 @@

ENVIRONMENT

rxvt sets and/or uses the following environment variables:

-
TERM
-
+
TERM +
-Normally set to rxvt-unicode, unless overwritten at configure time, via -resources or on the commandline. +

Normally set to rxvt-unicode, unless overwritten at configure time, via +resources or on the command line.

-

-
COLORTERM
-
+ +
COLORTERM +
-Either rxvt, rxvt-xpm, depending on wether rxvt was +

Either rxvt, rxvt-xpm, depending on whether rxvt was compiled with XPM support, and optionally with the added extension --mono to indicate that rxvt-unicode runs on a monochrome screen. +-mono to indicate that rxvt-unicode runs on a monochrome screen.

-

-
COLORFGBG
-
+ +
COLORFGBG +
-Set to a string of the form fg;bg or fg;xpm;bg, where fg is +

Set to a string of the form fg;bg or fg;xpm;bg, where fg is the colour code used as default foreground/text colour (or the string default to indicate that the default-colour escape sequence is to be used), bg is the colour code used as default background colour (or the string default), and xpm is the string default if rxvt was compiled with XPM support. Libraries like ncurses and slang can -(and do) use this information to optimize screen output. +(and do) use this information to optimize screen output.

-

-
WINDOWID
-
+ +
WINDOWID +
-Set to the (decimal) X Window ID of the rxvt window (the toplevel +

Set to the (decimal) X Window ID of the rxvt window (the toplevel window, which usually has subwindows for the scrollbar, the terminal -window and so on). +window and so on).

-

-
TERMINFO
-
+ +
TERMINFO +
-Set to the terminfo directory iff rxvt was configured with ---with-terminfo=PATH. +

Set to the terminfo directory iff rxvt was configured with +--with-terminfo=PATH.

-

-
DISPLAY
-
+ +
DISPLAY +
-Used by rxvt to connect to the display and set to the correct -display in it's child processes. +

Used by rxvt to connect to the display and set to the correct +display in its child processes.

-

-
SHELL
-
+ +
SHELL +
-The shell to be used for command execution, defaults to /bin/sh. +

The shell to be used for command execution, defaults to /bin/sh.

-

-
RXVT_SOCKET
-
+ +
RXVT_SOCKET +
-The unix domain socket path used by rxvtc(1) and -rxvtd(1). +

The unix domain socket path used by rxvtc(1) and +rxvtd(1).

Default $HOME/.rxvt-unicode-<nodename >>>.

-

-
HOME
-
+ +
HOME +
-Used to locate the default directory for the unix domain socket for +

Used to locate the default directory for the unix domain socket for daemon communications and to locate various resource files (such as -.Xdefaults) +.Xdefaults)

-

-
XAPPLRESDIR
-
+ +
XAPPLRESDIR +
-Directory where various X resource files are being located. +

Directory where various X resource files are being located.

-

-
XENVIRONMENT
-
+ +
XENVIRONMENT +
-If set and accessible, gives the name of a X resource file to be loaded by -rxvt. +

If set and accessible, gives the name of a X resource file to be loaded by +rxvt.

-

+ +


FILES

-
/usr/lib/X11/rgb.txt
-
+
/usr/lib/X11/rgb.txt +
-Color names. +

Color names.

-

+ +


@@ -1885,81 +1902,83 @@

CURRENT PROJECT COORDINATOR

-
Project Coordinator
-
+
Project Coordinator +
-Marc A. Lehmann > +

Marc A. Lehmann >

-

http://software.schmorp.de/#rxvt-unicode

+

http://software.schmorp.de/pkg/rxvt-unicode.html

-

+ +


AUTHORS

-
John Bovey
-
+
John Bovey +
-University of Kent, 1992, wrote the original Xvt. +

University of Kent, 1992, wrote the original Xvt.

-

-
Rob Nation >
-
+ +
Rob Nation > +
-very heavily modified Xvt and came up with Rxvt +

very heavily modified Xvt and came up with Rxvt

-

-
Angelo Haritsis >
-
+ +
Angelo Haritsis > +
-wrote the Greek Keyboard Input (no longer in code) +

wrote the Greek Keyboard Input (no longer in code)

-

-
mj olesen >
-
+ +
mj olesen > +
-Wrote the menu system. +

Wrote the menu system.

Project Coordinator (changes.txt 2.11 to 2.21)

-

-
Oezguer Kesim >
-
+ +
Oezguer Kesim > +
-Project Coordinator (changes.txt 2.21a to 2.4.5) +

Project Coordinator (changes.txt 2.21a to 2.4.5)

-

-
Geoff Wing >
-
-
-Rewrote screen display and text selection routines. + +
Geoff Wing > +
+

Rewrote screen display and text selection routines. +

 
 Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
-

-
Marc Alexander Lehmann >
-
+ +
Marc Alexander Lehmann > +
-Forked rxvt-unicode, unicode support, rewrote almost all the code, perl -extension, random hacks, numerous bugfixes and extensions. +

Forked rxvt-unicode, unicode support, rewrote almost all the code, perl +extension, random hacks, numerous bugfixes and extensions.

Project Coordinator (Changes 1.0 -)

-

-
Emanuele Giaquinta >
-
+ +
Emanuele Giaquinta > +
-Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing. +

Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.

-

+ +