--- rxvt-unicode/doc/rxvt.1.man.in 2006/01/12 05:37:34 1.44 +++ rxvt-unicode/doc/rxvt.1.man.in 2007/08/01 18:38:15 1.69 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== @@ -128,8 +128,8 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" -.IX Title "rxvt 1" -.TH rxvt 1 "2006-01-12" "7.0" "RXVT-UNICODE" +.IX Title "@@RXVT_NAME@@ 1" +.TH @@RXVT_NAME@@ 1 "2007-08-01" "8.3" "RXVT-UNICODE" .SH "NAME" rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) .SH "SYNOPSIS" @@ -147,7 +147,7 @@ See @@RXVT_NAME@@(7) (try \f(CW\*(C`man 7 @@RXVT_NAME@@\*(C'\fR) for a list of frequently asked questions and answer to them and some common problems. That document is also accessible on the World-Wide-Web at -. +. .SH "RXVT-UNICODE VS. RXVT" .IX Header "RXVT-UNICODE VS. RXVT" Unlike the original rxvt, \fBrxvt-unicode\fR stores all text in Unicode @@ -157,38 +157,38 @@ 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: \fBrxvt-unicode\fR 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. .PP If you are looking for a terminal that supports more exotic scripts, let -me recommend \f(CW\*(C`mlterm\*(C'\fR, which is a very userfriendly, lean and clean +me recommend \f(CW\*(C`mlterm\*(C'\fR, 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 \f(CW\*(C`mlterm\*(C'\fR to use one font for latin1 and another for japanese. .PP 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. .PP Apart from that, rxvt-unicode is also much better internationalised than -it's predecessor, supports things such as \s-1XFT\s0 and \s-1ISO\s0 14755 that are handy -in i18n\-environments, is faster, and has a lot less bugs than the original +its predecessor, supports things such as \s-1XFT\s0 and \s-1ISO\s0 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. .PP 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 @@RXVT_NAME@@d(1) (daemon) and @@RXVT_NAME@@c(1) (client). .PP It also makes technical information about escape sequences (which have -been extended) easier accessible: see @@RXVT_NAME@@(7) for technical +been extended) more accessible: see @@RXVT_NAME@@(7) for technical reference documentation (escape sequences etc.). .SH "OPTIONS" .IX Header "OPTIONS" @@ -216,6 +216,10 @@ Attempt to open a window on the named X display (\fB\-d\fR still respected). In the absence of this option, the display specified by the \&\fB\s-1DISPLAY\s0\fR environment variable is used. +.IP "\fB\-depth\fR \fIbitdepth\fR" 4 +.IX Item "-depth bitdepth" +Compile \fIxft\fR: Attempt to find a visual with the given bit depth; +resource \fBdepth\fR. .IP "\fB\-geometry\fR \fIgeom\fR" 4 .IX Item "-geometry geom" Window geometry (\fB\-g\fR still respected); resource \fBgeometry\fR. @@ -224,11 +228,18 @@ Turn on/off simulated reverse video; resource \fBreverseVideo\fR. .IP "\fB\-j\fR|\fB+j\fR" 4 .IX Item "-j|+j" -Turn on/off jump scrolling; resource \fBjumpScroll\fR. +Turn on/off jump scrolling (allow multiple lines per refresh); resource \fBjumpScroll\fR. +.IP "\fB\-ss\fR|\fB+ss\fR" 4 +.IX Item "-ss|+ss" +Turn on/off skip scrolling (allow multiple screens per refresh); resource \fBskipScroll\fR. .IP "\fB\-ip\fR|\fB+ip\fR | \fB\-tr\fR|\fB+tr\fR" 4 .IX Item "-ip|+ip | -tr|+tr" Turn on/off inheriting parent window's pixmap. Alternative form is \&\fB\-tr\fR; resource \fBinheritPixmap\fR. +.Sp +\&\fIPlease note that transparency of any kind if completely unsupported by +the author. Don't bug him with installation questions! Read the \s-1FAQ\s0 (man 7 +@@RXVT_NAME@@)!\fR .IP "\fB\-fade\fR \fInumber\fR" 4 .IX Item "-fade number" Fade the text by the given percentage when focus is lost. Small values @@ -237,23 +248,42 @@ .IP "\fB\-fadecolor\fR \fIcolour\fR" 4 .IX Item "-fadecolor colour" Fade to this colour when fading is used (see \fB\-fade\fR). The default colour -is black. resource \fBfadeColor\fR. +is opaque black. resource \fBfadeColor\fR. .IP "\fB\-tint\fR \fIcolour\fR" 4 .IX Item "-tint colour" Tint the transparent background pixmap with the given colour when transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. This only works for non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be -used to brighten or darken the image in addition to tinting it; resource +used to brighten or darken the image in addition to tinting it. +Please note that certain tint colours can be applied on the server\-side, +thus yielding performance gain of two orders of magnitude. These colours are: +blue, red, green, cyan, magenta, yellow, and those close to them; resource \&\fItintColor\fR. Example: .Sp .Vb 1 \& @@RXVT_NAME@@ -tr -tint blue -sh 40 .Ve -.IP "\fB\-sh\fR" 4 -.IX Item "-sh" -\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent -background image in addition to tinting it (i.e. \fB\-tint\fR must be -specified, too, e.g. \f(CW\*(C`\-tint white\*(C'\fR). +.IP "\fB\-sh\fR \fInumber\fR" 4 +.IX Item "-sh number" +Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent +background image in addition to (or instead of) tinting it; +resource \fIshading\fR. +.IP "\fB\-blt\fR \fIstring\fR" 4 +.IX Item "-blt string" +Specify background blending type. If background pixmap is specified +at the same time as transparency \- such pixmap will be blended over +transparency image, using method specified. Supported values are : +\&\fBadd\fR, \fBalphablend\fR, \fBallanon\fR \- color values averaging, \fBcolorize\fR, +\&\fBdarken\fR, \fBdiff\fR, \fBdissipate\fR, \fBhue\fR, \fBlighten\fR, \fBoverlay\fR, +\&\fBsaturate\fR, \fBscreen\fR, \fBsub\fR, \fBtint\fR, \fBvalue\fR. The default is +alpha\-blending; resource \fIblendType\fR. +.IP "\fB\-blr\fR \fIHxV\fR" 4 +.IX Item "-blr HxV" +Apply Gaussian Blur with the specified radii to the transparent +background image. If single number is specified \- both vertical and +horizontal radii are considered to be the same. Setting one of the +radii to 1 and another to a large number creates interesting effects +on some backgrounds. Maximum radius value is 128; resource \fIblurRadius\fR. .IP "\fB\-bg\fR \fIcolour\fR" 4 .IX Item "-bg colour" Window background colour; resource \fBbackground\fR. @@ -262,10 +292,10 @@ Window foreground colour; resource \fBforeground\fR. .IP "\fB\-pixmap\fR \fIfile[;geom]\fR" 4 .IX Item "-pixmap file[;geom]" -Compile \fI\s-1XPM\s0\fR: Specify \s-1XPM\s0 file for the background and also optionally -specify its scaling with a geometry string. Note you may need to +Compile \fIafterimage\fR: Specify image 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 \f(CW\*(C`;\*(C'\fR in the -command\-line; resource \fBbackgroundPixmap\fR. +command\-line; for more details see resource \fBbackgroundPixmap\fR. .IP "\fB\-cr\fR \fIcolour\fR" 4 .IX Item "-cr colour" The cursor colour; resource \fBcursorColor\fR. @@ -282,12 +312,12 @@ .IP "\fB\-fn\fR \fIfontlist\fR" 4 .IX Item "-fn fontlist" Select the fonts to be used. This is a comma separated list of font names -that are used in turn when trying to display Unicode characters. The +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 \fBfont\fR for more details. .Sp -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 \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR, e.g.: .Sp @@ -387,6 +417,10 @@ Compile \fIfrills\fR: Set \s-1MWM\s0 hints to request a borderless window, i.e. if honoured by the \s-1WM\s0, the rxvt-unicode window will not have window decorations; resource \fBborderLess\fR. +.IP "\fB\-override\-redirect\fR" 4 +.IX Item "-override-redirect" +Compile \fIfrills\fR: Sets override-redirect on the window; resource +\&\fBoverride-redirect\fR. .IP "\fB\-sbg\fR" 4 .IX Item "-sbg" Compile \fIfrills\fR: Disable the usage of the built-in block graphics/line @@ -453,7 +487,8 @@ .IP "\fB\-tcw\fR" 4 .IX Item "-tcw" Change the meaning of triple-click selection with the left mouse -button. Instead of selecting a full line it will extend the selection the +button. Only effective when the original (non\-perl) selection code is +in\-use. Instead of selecting a full line it will extend the selection the end of the logical line only. resource \fBtripleclickwords\fR. .IP "\fB\-insecure\fR" 4 .IX Item "-insecure" @@ -484,7 +519,7 @@ Remap a key symbol. See resource \fBkeysym\fR. .IP "\fB\-embed\fR \fIwindowid\fR" 4 .IX Item "-embed windowid" -Tells @@RXVT_NAME@@ to embed it's windows into an already-existing window, +Tells @@RXVT_NAME@@ to embed its windows into an already-existing window, which enables applications to easily embed a terminal. .Sp Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it @@ -497,7 +532,7 @@ It might be useful to know that @@RXVT_NAME@@ 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 \f(CW\*(C`\-embed\*(C'\fR option was used or +terminal. This works regardless of whether the \f(CW\*(C`\-embed\*(C'\fR option was used or not. .Sp Here is a short Gtk2\-perl snippet that illustrates how this option can be @@ -513,7 +548,7 @@ .IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4 .IX Item "-pty-fd file descriptor" Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty -pair but instead use the given filehandle as the tty master. This is +pair but instead use the given file descriptor as the tty master. This is useful if you want to drive @@RXVT_NAME@@ as a generic terminal emulator without having to run a program within it. .Sp @@ -576,6 +611,10 @@ settings. The following resources are supported (you might want to check the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for additional settings by perl extensions not documented here): +.IP "\fBdepth:\fR \fIbitdepth\fR" 4 +.IX Item "depth: bitdepth" +Compile \fIxft\fR: Attempt to find a visual with the given bit depth; +option \fB\-depth\fR. .IP "\fBgeometry:\fR \fIgeom\fR" 4 .IX Item "geometry: geom" Create the window with the specified X window geometry [default 80x24]; @@ -617,8 +656,8 @@ foreground colour is the default. .IP "\fBcolorRV:\fR \fIcolour\fR" 4 .IX Item "colorRV: colour" -Use the specified colour as the background for reverse video -characters. +Use the specified colour as the background for reverse video characters +when \s-1OPTION_HC\s0 is disabled (\-\-disable\-frills). .IP "\fBunderlineColor:\fR \fIcolour\fR" 4 .IX Item "underlineColor: colour" If set, use the specified colour as the colour for the underline @@ -639,14 +678,32 @@ \&\fB+rv\fR. See note in \fB\s-1COLORS\s0 \s-1AND\s0 \s-1GRAPHICS\s0\fR section. .IP "\fBjumpScroll:\fR \fIboolean\fR" 4 .IX Item "jumpScroll: boolean" -\&\fBTrue\fR: specify that jump scrolling should be used. When scrolling -quickly, fewer screen updates are performed [default]; option \fB\-j\fR. -\&\fBFalse\fR: specify that smooth scrolling should be used; option \fB+j\fR. +\&\fBTrue\fR: specify that jump scrolling should be used. When receiving lots +of lines, @@RXVT_NAME@@ will only scroll once a whole screen height of lines +has been read, resulting in fewer updates while still displaying every +received line; option \fB\-j\fR. +.Sp +\&\fBFalse\fR: specify that smooth scrolling should be used. @@RXVT_NAME@@ will +force a screen refresh on each new line it received; option \fB+j\fR. +.IP "\fBskipScroll:\fR \fIboolean\fR" 4 +.IX Item "skipScroll: boolean" +\&\fBTrue\fR: (the default) specify that skip scrolling should be used. When +receiving lots of lines, @@RXVT_NAME@@ will only scroll once in a while +(around 60 times per second), resulting in far fewer updates. This can +result in @@RXVT_NAME@@ not ever displaying some of the lines it receives; +option \fB\-ss\fR. +.Sp +\&\fBFalse\fR: specify that everything is to be displayed, even +if the refresh is too fast for the human eye to read anything (or the +monitor to display anything); option \fB+ss\fR. .IP "\fBinheritPixmap:\fR \fIboolean\fR" 4 .IX Item "inheritPixmap: boolean" \&\fBTrue\fR: make the background inherit the parent windows' pixmap, giving artificial transparency. \fBFalse\fR: do not inherit the parent windows' pixmap. +.Sp +\&\fIPlease note that transparency of any kind if completely unsupported by +the author. Don't bug him with installation questions!\fR .IP "\fBfading:\fR \fInumber\fR" 4 .IX Item "fading: number" Fade the text by the given percentage when focus is lost; option \fB\-fade\fR. @@ -660,8 +717,15 @@ \&\fB\-tint\fR. .IP "\fBshading:\fR \fInumber\fR" 4 .IX Item "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; option \fB\-sh\fR. +.IP "\fBblendType:\fR \fIstring\fR" 4 +.IX Item "blendType: string" +Specify background blending type; option \fB\-blt\fR. +.IP "\fBblurRadius:\fR \fInumber\fR" 4 +.IX Item "blurRadius: number" +Apply Gaussian Blurr with the specified radius to the transparent +background image; option \fB\-blr\fR. .IP "\fBscrollColor:\fR \fIcolour\fR" 4 .IX Item "scrollColor: colour" Use the specified colour for the scrollbar [default #B2B2B2]. @@ -675,32 +739,30 @@ and the text. .IP "\fBbackgroundPixmap:\fR \fIfile[;geom]\fR" 4 .IX Item "backgroundPixmap: file[;geom]" -Use the specified \s-1XPM\s0 file (note the `.xpm' extension is optional) for -the background and also optionally specify its scaling with a geometry -string \fBWxH+X+Y\fR, in which \fB\*(L"W\*(R" / \*(L"H\*(R"\fR specify the -horizontal/vertical scale (percent) and \fB\*(L"X\*(R" / \*(L"Y\*(R"\fR locate the image -centre (percent). A scale of 0 displays the image with tiling. A scale -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] -.IP "\fBmenu:\fR \fIfile[;tag]\fR" 4 -.IX Item "menu: file[;tag]" -Read in the specified menu file (note the `.menu' extension is -optional) and also optionally specify a starting tag to find. See the -reference documentation for details on the syntax for the menuBar. +Use the specified image file for the background and also optionally +specify its scaling with a geometry string \fBWxH+X+Y\fR, +in which \fB\*(L"W\*(R" / \*(L"H\*(R"\fR specify the horizontal/vertical scale (percent), +and \fB\*(L"X\*(R" / \*(L"Y\*(R"\fR locate the image centre (percent). +A scale of 0 displays the image with tiling. A scale 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. +Special string of \fB\*(L"auto\*(R"\fR used as a geometry will cause image to be +automatically scaled to match window size. +If used in conjunction with \fB\-tr\fR option \- specified pixmap will be +blended over transparency image using either alpha\-blending, or any +other blending type, specified with \fB\-blt \*(L"type\*(R"\fR option. +[default 0x0+50+50] .IP "\fBpath:\fR \fIpath\fR" 4 .IX Item "path: path" -Specify the colon-delimited search path for finding files (\s-1XPM\s0 and -menus), in addition to the paths specified by the \fB\s-1RXVTPATH\s0\fR and -\&\fB\s-1PATH\s0\fR environment variables. +Specify the colon-delimited search path for finding \s-1XPM\s0 files. .IP "\fBfont:\fR \fIfontlist\fR" 4 .IX Item "font: fontlist" -Select the fonts to be used. This is a comma separated list of font -names that are used in turn when trying to display Unicode characters. -The first font defines the cell size for characters; other fonts might -be smaller, but not larger. A reasonable default font list is always -appended to it; option \fB\-fn\fR. +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 \fB\-fn\fR. .Sp Each font can either be a standard X11 core font (\s-1XLFD\s0) name, with optional prefix \f(CW\*(C`x:\*(C'\fR or a Xft font (Compile \fIxft\fR), prefixed with \f(CW\*(C`xft:\*(C'\fR. @@ -713,7 +775,7 @@ For example, this font resource .Sp .Vb 5 -\& URxvt*font: 9x15bold,\e +\& URxvt.font: 9x15bold,\e \& -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e \& -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e \& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e @@ -762,14 +824,15 @@ .IX Item "intensityStyles: boolean" When font styles are not enabled, or this option is enabled (\fBTrue\fR, option \fB\-is\fR, the default), bold and italic font styles imply high -intensity foreground/backround colours. Disabling this option (\fBFalse\fR, +intensity foreground/background colours. Disabling this option (\fBFalse\fR, option \fB+is\fR) disables this behaviour, the high intensity colours are not reachable. .IP "\fBselectstyle:\fR \fImode\fR" 4 .IX Item "selectstyle: mode" -Set mouse selection style to \fBold\fR which is 2.20, \fBoldword\fR which is -xterm style with 2.20 old word selection, or anything else which gives -xterm style selection. +Set mouse selection style to \fBold\fR which is 2.20, \fBoldword\fR which +is xterm style with 2.20 old word selection, or anything else which +gives xterm style selection. Only effective when the original (non\-perl) +selection code is in use. .IP "\fBscrollstyle:\fR \fImode\fR" 4 .IX Item "scrollstyle: mode" Set scrollbar style to \fBrxvt\fR, \fBplain\fR, \fBnext\fR or \fBxterm\fR. \fBplain\fR is @@ -788,6 +851,10 @@ .IX Item "mapAlert: boolean" \&\fBTrue\fR: de-iconify (map) on receipt of a bell character. \fBFalse\fR: no de-iconify (map) on receipt of a bell character [default]. +.IP "\fBurgentOnBell:\fR \fIboolean\fR" 4 +.IX Item "urgentOnBell: boolean" +\&\fBTrue\fR: set the urgency hint for the wm on receipt of a bell character. +\&\fBFalse\fR: do not set the urgency hint [default]. .IP "\fBvisualBell:\fR \fIboolean\fR" 4 .IX Item "visualBell: boolean" \&\fBTrue\fR: use visual bell on receipt of a bell character; option \fB\-vb\fR. @@ -813,11 +880,11 @@ Example: .Sp .Vb 1 -\& URxvt*print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) +\& URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) .Ve .Sp This creates a new file in your home directory with the screen contents -everytime you hit \f(CW\*(C`Print\*(C'\fR. +every time you hit \f(CW\*(C`Print\*(C'\fR. .IP "\fBscrollBar:\fR \fIboolean\fR" 4 .IX Item "scrollBar: boolean" \&\fBTrue\fR: enable the scrollbar [default]; option \fB\-sb\fR. \fBFalse\fR: @@ -843,7 +910,7 @@ .IX Item "scrollWithBuffer: boolean" \&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (and \&\fBscrollTtyOutput\fR is False); option \fB\-sw\fR. \fBFalse\fR: do not scroll -with scrollback buffer when tty recieves new lines; option \fB+sw\fR. +with scrollback buffer when tty receives new lines; option \fB+sw\fR. .IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4 .IX Item "scrollTtyKeypress: boolean" \&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys @@ -924,8 +991,16 @@ with the \fBExecute\fR key. .IP "\fBcutchars:\fR \fIstring\fR" 4 .IX Item "cutchars: string" -The characters used as delimiters for double-click word selection. The -built-in default: +The characters used as delimiters for double-click word selection +(whitespace delimiting is added automatically if resource is given). +.Sp +When the perl selection extension is in use (the default if compiled +in, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage), a suitable regex using these +characters will be created (if the resource exists, otherwise, no regex +will be created). In this mode, characters outside \s-1ISO\-8859\-1\s0 can be used. +.Sp +When the selection extension is not used, only \s-1ISO\-8859\-1\s0 characters can +be used. If not specified, the built-in default is used: .Sp \&\fB\s-1BACKSLASH\s0 `"'&()*,;<=>?@[]{|}\fR .IP "\fBpreeditType:\fR \fIstyle\fR" 4 @@ -965,8 +1040,7 @@ .Sp You can enable them by setting this boolean resource or specifying \&\fB\-insecure\fR as an option. At the moment, this enables display\-answer, -locale, findfont, icon label and window title requests as well as dynamic -menubar dispatch. +locale, findfont, icon label and window title requests. .IP "\fBmodifier:\fR \fImodifier\fR" 4 .IX Item "modifier: modifier" Set the key to be interpreted as the Meta key to: \fBalt\fR, \fBmeta\fR, @@ -977,17 +1051,17 @@ Specify the reply rxvt-unicode sends to the shell when an \s-1ENQ\s0 (control\-E) character is passed through. It may contain escape values as described in the entry on \fBkeysym\fR following. -.IP "\fBsecondaryScreen:\fR \fIbool\fR" 4 -.IX Item "secondaryScreen: bool" +.IP "\fBsecondaryScreen:\fR \fIboolean\fR" 4 +.IX Item "secondaryScreen: boolean" Turn on/off secondary screen (default enabled). -.IP "\fBsecondaryScroll:\fR \fIbool\fR" 4 -.IX Item "secondaryScroll: bool" -Turn on/off secondary screen scroll (default enabled). If the this +.IP "\fBsecondaryScroll:\fR \fIboolean\fR" 4 +.IX Item "secondaryScroll: boolean" +Turn on/off secondary screen scroll (default enabled). If 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. -.IP "\fBhold\fR: \fIbool\fR" 4 -.IX Item "hold: bool" +.IP "\fBhold\fR: \fIboolean\fR" 4 +.IX Item "hold: boolean" Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@ 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 @@ -1018,15 +1092,16 @@ \&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab, \&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete, \&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it -can start or end with whitespace. +can start or end with whitespace. \fBThis feature is deprecated and will +be removed\fR. .Sp Please note that you need to double the \f(CW\*(C`\e\*(C'\fR in resource files, as -Xlib itself does it's own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of +Xlib itself does its own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of \&\f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and @@RXVT_NAME@@'s own processing). .Sp You can define a range of keysyms in one shot by providing a \fIstring\fR -with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/' +with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/' should be a character not used by the strings. .Sp Its usage can be demonstrated by an example: @@ -1115,7 +1190,7 @@ .Sp Extension names can also be followed by an argument in angle brackets (e.g. \f(CW\*(C`searchable\-scrollback\*(C'\fR, 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. .Sp @@ -1140,6 +1215,14 @@ will be ignored when running setuid/setgid. .Sp See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. +.IP "\fBselection.pattern\-\f(BIidx\fB\fR: \fIperl-regex\fR" 4 +.IX Item "selection.pattern-idx: perl-regex" +Additional selection patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for +details. +.IP "\fBselection\-autotransform.\f(BIidx\fB\fR: \fIperl-transform\fR" 4 +.IX Item "selection-autotransform.idx: perl-transform" +Selection auto-transform patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage +for details. .IP "\fBsearchable\-scrollback:\fR \fIkeysym\fR" 4 .IX Item "searchable-scrollback: keysym" Sets the hotkey that starts the incremental scrollback buffer search @@ -1147,10 +1230,17 @@ .IP "\fBurlLauncher\fR: \fIstring\fR" 4 .IX Item "urlLauncher: string" Specifies the program to be started with a \s-1URL\s0 argument. Used by the -\&\f(CW\*(C`selection\-popup\*(C'\fR and \f(CW\*(C`mark\-urls\*(C'\fR perl extensions. +\&\f(CW\*(C`selection\-popup\*(C'\fR and \f(CW\*(C`matcher\*(C'\fR perl extensions. .IP "\fBtransient-for\fR: \fIwindowid\fR" 4 .IX Item "transient-for: windowid" -Sets the \s-1WM_TRANSIENT_FOR\s0 property to the given window iw. +Compile \fIfrills\fR: Sets the \s-1WM_TRANSIENT_FOR\s0 property to the given window id. +.IP "\fBoverride-redirect\fR: \fIboolean\fR" 4 +.IX Item "override-redirect: boolean" +Compile \fIfrills\fR: Sets override-redirect for the terminal window, making +it almost invisible to window managers; option \fB\-override\-redirect\fR. +.IP "\fBiso14755_52:\fR \fIboolean\fR" 4 +.IX Item "iso14755_52: boolean" +Turn on/off \s-1ISO\s0 14755 5.2 mode (default enabled). .SH "THE SCROLLBAR" .IX Header "THE SCROLLBAR" Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window @@ -1174,12 +1264,12 @@ (Next) and \fB\s-1ESC\s0 [ 5 ~\fR (Prior), respectively. Similarly, clicking on the up and down arrows sends \fB\s-1ESC\s0 [ A\fR (Up) and \fB\s-1ESC\s0 [ B\fR (Down), respectively. -.SH "TEXT SELECTION AND INSERTION" -.IX Header "TEXT SELECTION AND INSERTION" -The behaviour of text selection and insertion mechanism is similar to -\&\fIxterm\fR(1). -.IP "\fBSelection\fR:" 4 -.IX Item "Selection:" +.SH "THE SELECTION: SELECTING AND PASTING TEXT" +.IX Header "THE SELECTION: SELECTING AND PASTING TEXT" +The behaviour of text selection and insertion/pasting mechanism is similar +to \fIxterm\fR(1). +.IP "\fBSelecting\fR:" 4 +.IX Item "Selecting:" 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 @@ -1191,29 +1281,38 @@ normal one. In this mode, every selected row becomes its own line in the selection, and trailing whitespace is visually underlined and removed from the selection. -.IP "\fBInsertion\fR:" 4 -.IX Item "Insertion:" -Pressing and releasing the Middle mouse button (or \fBShift-Insert\fR) in -an \fB@@RXVT_NAME@@\fR window causes the current text selection to be -inserted as if it had been typed on the keyboard. +.IP "\fBPasting\fR:" 4 +.IX Item "Pasting:" +Pressing and releasing the Middle mouse button in an \fB@@RXVT_NAME@@\fR +window causes the value of the \s-1PRIMARY\s0 selection (or \s-1CLIPBOARD\s0 with the +\&\fBMeta\fR modifier) to be inserted as if it had been typed on the keyboard. +.Sp +Pressing \fBShift-Insert\fR causes the value of the \s-1PRIMARY\s0 selection to be +inserted too. .SH "CHANGING FONTS" .IX Header "CHANGING FONTS" Changing fonts (or font sizes, respectively) via the keypad is not yet supported in rxvt\-unicode. Bug me if you need this. .PP -You can, however, switch fonts at runtime using escape sequences (and -therefore using the menubar), e.g.: +You can, however, switch fonts at runtime using escape sequences, e.g.: .PP .Vb 1 \& printf '\ee]710;%s\e007' "9x15bold,xft:Kochi Gothic" .Ve .PP +You can use keyboard shortcuts, too: +.PP +.Vb 2 +\& URxvt.keysym.M-C-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007 +\& URxvt.keysym.M-C-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007 +.Ve +.PP rxvt-unicode will automatically re-apply these fonts to the output so far. .SH "ISO 14755 SUPPORT" .IX Header "ISO 14755 SUPPORT" \&\s-1ISO\s0 14755 is a standard for entering and viewing unicode characters and character codes using the keyboard. It consists of 4 parts. The -first part is available rxvt-unicode has been compiled with +first part is available if rxvt-unicode has been compiled with \&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR. .IP "* 5.1: Basic method" 4 @@ -1239,7 +1338,7 @@ .Sp Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing them. The next special key (cursor keys, home etc.) you enter will not -invoke it's usual function but instead will insert the corresponding +invoke its usual function but instead will insert the corresponding keycap symbol. The symbol will only be entered when the key has been released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for \&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a @@ -1276,7 +1375,7 @@ In addition to the default foreground and background colours, \&\fB@@RXVT_NAME@@\fR can display up to 16 colours (8 \s-1ANSI\s0 colours plus high-intensity bold/blink versions of the same). Here is a list of the -colours with their \fBrgb.txt\fR names. +colours with their names. .TS l l l . color0 (black) = Black @@ -1305,6 +1404,15 @@ a number 0\-15, as a convenient shorthand to reference the colour name of color0\-color15. .PP +In addition to the colours defined above, @@RXVT_NAME@@ offers an +additional 72 colours. The first 64 of those (with indices 16 to 79) +consist of a 4*4*4 \s-1RGB\s0 colour cube (i.e. \fIindex = r * 16 + g * 4 + b + +16\fR), followed by 8 additional shades of gray (with indices 80 to 87). +.PP +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 (\*(L"escape codes\*(R"). +.PP Note that \fB\-rv\fR (\fB\*(L"reverseVideo: True\*(R"\fR) simulates reverse video by always swapping the foreground/background colours. This is in contrast to \&\fIxterm\fR(1) where the colours are only swapped if they have not otherwise @@ -1313,16 +1421,41 @@ .IX Item "@@RXVT_NAME@@ -fg Black -bg White -rv" would yield White on Black, while on \fIxterm\fR(1) it would yield Black on White. +.Sh "\s-1ALPHA\s0 \s-1CHANNEL\s0 \s-1SUPPORT\s0" +.IX Subsection "ALPHA CHANNEL SUPPORT" +If Xft support has been compiled in and as long as Xft/Xrender/X don't get +their act together, rxvt-unicode will support \f(CW\*(C`rgba:rrrr/gggg/bbbb/aaaa\*(C'\fR +(recommended, but \fB\s-1MUST\s0\fR have 4 digits/component) colour specifications, +in addition to the ones provided by X, where the additional A component +specifies opacity (alpha) values. The minimum value of \f(CW0\fR is completely +transparent). You can also prefix any color with \f(CW\*(C`[percent]\*(C'\fR, where +\&\f(CW\*(C`percent\*(C'\fR is a decimal percentage (0\-100) that specifies the opacity of +the color, where \f(CW0\fR is completely transparent and \f(CW100\fR is completelxy +opaque. +.PP +You probably need to specify \fB\*(L"\-depth 32\*(R"\fR, too, and have the luck that +your X\-server uses \s-1ARGB\s0 pixel layout, as X is far from just supporting +\&\s-1ARGB\s0 visuals out of the box, and rxvt-unicode just fudges around. +.PP +For example, the following selects an almost completely transparent red +background, and an almost opaque pink foreground: +.PP +.Vb 1 +\& @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/aaaa -fg "[80]pink" +.Ve +.PP +\&\fIPlease note that transparency of any kind if completely unsupported by +the author. Don't bug him with installation questions!\fR .SH "ENVIRONMENT" .IX Header "ENVIRONMENT" \&\fB@@RXVT_NAME@@\fR sets and/or uses the following environment variables: .IP "\fB\s-1TERM\s0\fR" 4 .IX Item "TERM" Normally set to \f(CW\*(C`rxvt\-unicode\*(C'\fR, unless overwritten at configure time, via -resources or on the commandline. +resources or on the command line. .IP "\fB\s-1COLORTERM\s0\fR" 4 .IX Item "COLORTERM" -Either \f(CW\*(C`rxvt\*(C'\fR, \f(CW\*(C`rxvt\-xpm\*(C'\fR, depending on wether @@RXVT_NAME@@ was +Either \f(CW\*(C`rxvt\*(C'\fR, \f(CW\*(C`rxvt\-xpm\*(C'\fR, depending on whether @@RXVT_NAME@@ was compiled with \s-1XPM\s0 support, and optionally with the added extension \&\f(CW\*(C`\-mono\*(C'\fR to indicate that rxvt-unicode runs on a monochrome screen. .IP "\fB\s-1COLORFGBG\s0\fR" 4 @@ -1346,17 +1479,10 @@ .IP "\fB\s-1DISPLAY\s0\fR" 4 .IX Item "DISPLAY" Used by @@RXVT_NAME@@ to connect to the display and set to the correct -display in it's child processes. +display in its child processes. .IP "\fB\s-1SHELL\s0\fR" 4 .IX Item "SHELL" The shell to be used for command execution, defaults to \f(CW\*(C`/bin/sh\*(C'\fR. -.IP "\fB\s-1RXVTPATH\s0\fR" 4 -.IX Item "RXVTPATH" -The path where @@RXVT_NAME@@ looks for support files such as menu and xpm -files. -.IP "\fB\s-1PATH\s0\fR" 4 -.IX Item "PATH" -Used in the same way as \f(CW\*(C`RXVTPATH\*(C'\fR. .IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 .IX Item "RXVT_SOCKET" The unix domain socket path used by @@RXVT_NAME@@c(1) and @@ -1389,7 +1515,7 @@ .IX Item "Project Coordinator" Marc A. Lehmann .Sp - + .SH "AUTHORS" .IX Header "AUTHORS" .IP "John Bovey" 4 @@ -1411,12 +1537,15 @@ Project Coordinator (changes.txt 2.21a to 2.4.5) .IP "Geoff Wing " 4 .IX Item "Geoff Wing " -Rewrote screen display and text selection routines. Project Coordinator -(changes.txt 2.4.6 \- rxvt\-unicode) +Rewrote screen display and text selection routines. +.Sp +Project Coordinator (changes.txt 2.4.6 \- rxvt\-unicode) .IP "Marc Alexander Lehmann " 4 .IX Item "Marc Alexander Lehmann " -Forked rxvt\-unicode, rewrote most of the display code and internal -character handling to store text in unicode, improve xterm -compatibility and apply numerous other bugfixes and extensions. +Forked rxvt\-unicode, unicode support, rewrote almost all the code, perl +extension, random hacks, numerous bugfixes and extensions. .Sp Project Coordinator (Changes 1.0 \-) +.IP "Emanuele Giaquinta " 4 +.IX Item "Emanuele Giaquinta " +Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.