--- rxvt-unicode/doc/rxvt.1.pod 2006/07/28 09:14:10 1.117 +++ rxvt-unicode/doc/rxvt.1.pod 2007/02/18 10:54:49 1.126 @@ -19,7 +19,7 @@ See @@RXVT_NAME@@(7) (try C) 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 -L. +L. =head1 RXVT-UNICODE VS. RXVT @@ -37,7 +37,7 @@ change. If you are looking for a terminal that supports more exotic scripts, let -me recommend C, which is a very userfriendly, lean and clean +me recommend C, 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 C to use one font for latin1 and another for japanese. @@ -146,7 +146,7 @@ I Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image in addition to tinting it (i.e. B<-tint> must be -specified, too, e.g. C<-tint white>). +specified, too, e.g. C<-tint white>); resource I. =item B<-bg> I @@ -439,7 +439,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 C<-embed> option was used or +terminal. This works regardless of whether the C<-embed> option was used or not. Here is a short Gtk2-perl snippet that illustrates how this option can be @@ -454,7 +454,7 @@ =item B<-pty-fd> I Tells @@RXVT_NAME@@ NOT 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. @@ -566,8 +566,8 @@ =item B I -Use the specified colour as the background for reverse video -characters. +Use the specified colour as the background for reverse video characters +when OPTION_HC is disabled (--disable-frills). =item B I @@ -622,8 +622,8 @@ =item B I -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 B<-sh>. =item B I @@ -721,7 +721,7 @@ When font styles are not enabled, or this option is enabled (B, option B<-is>, the default), bold and italic font styles imply high -intensity foreground/backround colours. Disabling this option (B, +intensity foreground/background colours. Disabling this option (B, option B<+is>) disables this behaviour, the high intensity colours are not reachable. @@ -783,7 +783,7 @@ URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) This creates a new file in your home directory with the screen contents -everytime you hit C. +every time you hit C. =item B I @@ -815,7 +815,7 @@ B: scroll with scrollback buffer when tty receives new lines (and B is False); option B<-sw>. B: do not scroll -with scrollback buffer when tty recieves new lines; option B<+sw>. +with scrollback buffer when tty receives new lines; option B<+sw>. =item B I @@ -990,7 +990,7 @@ =item B I -Turn on/off secondary screen scroll (default enabled). If the this +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. @@ -1028,7 +1028,8 @@ C<\e>, C<\E>: escape, C<\n>: newline, C<\r>: carriage return, C<\t>: tab, C<\000>: octal number) or verbatim control characters (C<^?>: delete, C<^@>: null, C<^A> ...) and may be enclosed with double quotes so that it -can start or end with whitespace. +can start or end with whitespace. B. Please note that you need to double the C<\> in resource files, as Xlib itself does its own de-escaping (you can use C<\033> instead of @@ -1036,7 +1037,7 @@ processing). You can define a range of keysyms in one shot by providing a I -with pattern B, where the delimeter `/' +with pattern B, where the delimiter `/' should be a character not used by the strings. Its usage can be demonstrated by an example: @@ -1110,7 +1111,7 @@ Extension names can also be followed by an argument in angle brackets (e.g. C<< searchable-scrollback >>, 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. @@ -1156,7 +1157,7 @@ =item B: I Specifies the program to be started with a URL argument. Used by the -C and C perl extensions. +C and C perl extensions. =item B: I @@ -1379,8 +1380,10 @@ (recommended, but B 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 C<0> is completely -transparent). You can also prefix any color with C<[a]>, where C is on -to four hex digits specifiying the opacity value. +transparent). You can also prefix any color with C<[percent]>, where +C is a decimal percentage (0-100) that specifies the opacity of +the color, where C<0> is completely transparent and C<100> is completelxy +opaque. You probably need to specify B<"-depth 32">, too, and have the luck that your X-server uses ARGB pixel layout, as X is far from just supporting @@ -1389,7 +1392,7 @@ For example, the following selects an almost completely transparent red background, and an almost opaque pink foreground: - @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/2222 -fg "[e]pink" + @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/aaaa -fg "[80]pink" I @@ -1403,11 +1406,11 @@ =item B Normally set to C, unless overwritten at configure time, via -resources or on the commandline. +resources or on the command line. =item B -Either C, C, depending on wether @@RXVT_NAME@@ was +Either C, C, depending on whether @@RXVT_NAME@@ was compiled with XPM support, and optionally with the added extension C<-mono> to indicate that rxvt-unicode runs on a monochrome screen.