ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.88 by root, Sat Oct 27 12:09:02 2007 UTC vs.
Revision 1.89 by root, Mon Nov 19 12:02:35 2007 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "@@RXVT_NAME@@ 7" 131.IX Title "@@RXVT_NAME@@ 7"
132.TH @@RXVT_NAME@@ 7 "2007-10-27" "8.4" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 7 "2007-11-19" "8.4" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
356And here is rxvt\-unicode: 356And here is rxvt\-unicode:
357.PP 357.PP
358.Vb 5 358.Vb 5
359\& libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00002aaaaabc3000) 359\& libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00002aaaaabc3000)
360\& libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002aaaaada2000) 360\& libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002aaaaada2000)
361\& libc.so.6 => /lib/libc.so.6 (0x00002aaaaaeb0000) 361\& libc.so.6 => /lib/libc.so.6 (0x00002aaaaaeb0000)
362\& libdl.so.2 => /lib/libdl.so.2 (0x00002aaaab0ee000) 362\& libdl.so.2 => /lib/libdl.so.2 (0x00002aaaab0ee000)
363\& /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000) 363\& /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)
364.Ve 364.Ve
365.PP 365.PP
366No large bloated libraries (of course, none were linked in statically), 366No large bloated libraries (of course, none were linked in statically),
367except maybe libX11 :) 367except maybe libX11 :)
368.Sh "Rendering, Font & Look and Feel Issues" 368.Sh "Rendering, Font & Look and Feel Issues"
369.IX Subsection "Rendering, Font & Look and Feel Issues" 369.IX Subsection "Rendering, Font & Look and Feel Issues"
370\fII can't get transparency working, what am I doing wrong?\fR 370\fII can't get transparency working, what am I doing wrong?\fR
371.IX Subsection "I can't get transparency working, what am I doing wrong?" 371.IX Subsection "I can't get transparency working, what am I doing wrong?"
372.PP 372.PP
373First of all, please address all transparency related issues to Sasha Vasko at 373First of all, please address all transparency related issues to Sasha Vasko at
374sasha@aftercode.net and do not bug the author about it. Also, if you can't 374sasha@aftercode.net and do not bug the author about it. Also, if you can't
375get it working consider it a rite of passage: ... and you failed. 375get it working consider it a rite of passage: ... and you failed.
376.PP 376.PP
377Here are four ways to get transparency. \fBDo\fR read the manpage and option 377Here are four ways to get transparency. \fBDo\fR read the manpage and option
378descriptions for the programs mentioned and rxvt\-unicode. Really, do it! 378descriptions for the programs mentioned and rxvt\-unicode. Really, do it!
379.PP 379.PP
3801. Use inheritPixmap: 3801. Use transparent mode:
381.PP 381.PP
382.Vb 2 382.Vb 2
383\& Esetroot wallpaper.jpg 383\& Esetroot wallpaper.jpg
384\& @@URXVT_NAME@@ -ip -tint red -sh 40 384\& @@URXVT_NAME@@ -tr -tint red -sh 40
385.Ve 385.Ve
386.PP 386.PP
387That works. If you think it doesn't, you lack transparency and tinting 387That works. If you think it doesn't, you lack transparency and tinting
388support, or you are unable to read. 388support, or you are unable to read.
389.PP 389.PP
391to use effects other than tinting and shading: Just shade/tint/whatever 391to use effects other than tinting and shading: Just shade/tint/whatever
392your picture with gimp or any other tool: 392your picture with gimp or any other tool:
393.PP 393.PP
394.Vb 2 394.Vb 2
395\& convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg 395\& convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
396\& @@URXVT_NAME@@ -pixmap background.jpg -pe automove-background 396\& @@URXVT_NAME@@ -pixmap "background.jpg;:root"
397.Ve 397.Ve
398.PP 398.PP
399That works. If you think it doesn't, you lack AfterImage and Perl support, or you 399That works. If you think it doesn't, you lack AfterImage support, or you
400are unable to read. 400are unable to read.
401.PP 401.PP
4023. Use an \s-1ARGB\s0 visual: 4023. Use an \s-1ARGB\s0 visual:
403.PP 403.PP
404.Vb 1 404.Vb 1
830key has been assigned an escape sequence to match the vt100 for Execute 830key has been assigned an escape sequence to match the vt100 for Execute
831(\f(CW\*(C`ESC [ 3 ~\*(C'\fR) and is in the supplied termcap/terminfo. 831(\f(CW\*(C`ESC [ 3 ~\*(C'\fR) and is in the supplied termcap/terminfo.
832.PP 832.PP
833Some other Backspace problems: 833Some other Backspace problems:
834.PP 834.PP
835some editors use termcap/terminfo, 835some editors use termcap/terminfo,
836some editors (vim I'm told) expect Backspace = ^H, 836some editors (vim I'm told) expect Backspace = ^H,
837\&\s-1GNU\s0 Emacs (and Emacs-like editors) use ^H for help. 837\&\s-1GNU\s0 Emacs (and Emacs-like editors) use ^H for help.
838.PP 838.PP
839Perhaps someday this will all be resolved in a consistent manner. 839Perhaps someday this will all be resolved in a consistent manner.
840.PP 840.PP
2587increase by a few megabytes even if no extra features are used (mostly due 2587increase by a few megabytes even if no extra features are used (mostly due
2588to third-party libraries used by libAI). Memory footprint may somewhat be 2588to third-party libraries used by libAI). Memory footprint may somewhat be
2589lowered if libAfterImage is configured without support for \s-1SVG\s0. 2589lowered if libAfterImage is configured without support for \s-1SVG\s0.
2590.IP "\-\-enable\-transparency (default: on)" 4 2590.IP "\-\-enable\-transparency (default: on)" 4
2591.IX Item "--enable-transparency (default: on)" 2591.IX Item "--enable-transparency (default: on)"
2592Add support for inheriting parent backgrounds thus giving a fake 2592Add support for backgrounds, creating illusion of transparency in the term.
2593transparency to the term.
2594.IP "\-\-enable\-fading (default: on)" 4 2593.IP "\-\-enable\-fading (default: on)" 4
2595.IX Item "--enable-fading (default: on)" 2594.IX Item "--enable-fading (default: on)"
2596Add support for fading the text when focus is lost. 2595Add support for fading the text when focus is lost.
2597.IP "\-\-enable\-rxvt\-scroll (default: on)" 4 2596.IP "\-\-enable\-rxvt\-scroll (default: on)" 4
2598.IX Item "--enable-rxvt-scroll (default: on)" 2597.IX Item "--enable-rxvt-scroll (default: on)"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines