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

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.51 by root, Sat Jan 28 22:16:58 2006 UTC vs.
Revision 1.52 by root, Mon Jan 30 22:49:30 2006 UTC

57 scrollback search mode is triggered by M-s. You can move it to any 57 scrollback search mode is triggered by M-s. You can move it to any
58 other combination either by setting the searchable-scrollback 58 other combination either by setting the searchable-scrollback
59 resource: 59 resource:
60 60
61 URxvt.searchable-scrollback: CM-s 61 URxvt.searchable-scrollback: CM-s
62
63 Why doesn't rxvt-unicode read my resources?
64 Well, why, indeed? It does, in a way very similar to other X
65 applications. Most importantly, this means that if you or your OS
66 loads resources into the X display (the right way to do it),
67 rxvt-unicode will ignore any resource files in your home directory.
68 It will only read $HOME/.Xdefaults when no resources are attached to
69 the display.
70
71 If you have or use an $HOME/.Xresources file, chances are that
72 resources are loaded into your X-server. In this case, you have to
73 re-login after every change (or run xrdb -merge $HOME/.Xresources).
74
75 Also consider the form resources have to use:
76
77 URxvt.resource: value
78
79 If you want to use another form (there are lots of different ways of
80 specifying resources), make sure you understand wether and why it
81 works. If unsure, use the form above.
82
83 I can't get transparency working, what am I doing wrong?
84 First of all, transparency isn't officially supported in
85 rxvt-unicode, so you are mostly on your own. Do not bug the author
86 about it (but you may bug everybody else). Also, if you can't get it
87 working consider it a rite of passage, and you failed.
88
89 Here are three ways to get transparency. Do read the manpage and
90 option descriptions for the programs mentioned and rxvt-unicode.
91 Really, do it!
92
93 1. Use inheritPixmap:
94
95 Esetroot wallpaper.jpg
96 rxvt -ip -tint red -sh 40
97
98 That works. If you think it doesn't, you lack transparency and
99 tinting support, or you are unable to read.
100
101 2. Use a simple pixmap and emulate pseudo-transparency. This enables
102 you to use effects other than tinting and shading: Just
103 shade/tint/whatever your picture with gimp:
104
105 convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm
106 rxvt -pixmap background.xpm -pe automove-background
107
108 That works. If you think it doesn't, you lack XPM and Perl support,
109 or you are unable to read.
110
111 3. Use an ARGB visual:
112
113 rxvt -depth 432 -fg grey90 -bg rgba:0000/0000/0000/c000
114
115 This requires XFT support, and support form your X-server. If that
116 doesn't work for you, blame Xorg and Keith Packard. ARGB visuals
117 aren't there yet, no matter what they claim. Rxvt-Unicode contains
118 the neccessary bugfixes and workarounds for Xft and Xlib to make it
119 work.
62 120
63 Isn't rxvt supposed to be small? Don't all those features bloat? 121 Isn't rxvt supposed to be small? Don't all those features bloat?
64 I often get asked about this, and I think, no, they didn't cause 122 I often get asked about this, and I think, no, they didn't cause
65 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you 123 extra bloat. If you compare a minimal rxvt and a minimal urxvt, you
66 can see that the urxvt binary is larger (due to some encoding tables 124 can see that the urxvt binary is larger (due to some encoding tables
1684 1742
1685 MWM-hints 1743 MWM-hints
1686 EWMH-hints (pid, utf8 names) and protocols (ping) 1744 EWMH-hints (pid, utf8 names) and protocols (ping)
1687 seperate underline colour (-underlineColor) 1745 seperate underline colour (-underlineColor)
1688 settable border widths and borderless switch (-w, -b, -bl) 1746 settable border widths and borderless switch (-w, -b, -bl)
1689 visual selection (-depth) 1747 visual depth selection (-depth)
1690 settable extra linespacing /-lsp) 1748 settable extra linespacing /-lsp)
1691 iso-14755-2 and -3, and visual feedback 1749 iso-14755-2 and -3, and visual feedback
1692 backindex and forwardindex escape sequence
1693 window op and some xterm/OSC escape sequences
1694 tripleclickwords (-tcw) 1750 tripleclickwords (-tcw)
1695 settable insecure mode (-insecure) 1751 settable insecure mode (-insecure)
1696 keysym remapping support 1752 keysym remapping support
1697 cursor blinking and underline cursor (-cb, -uc) 1753 cursor blinking and underline cursor (-cb, -uc)
1698 XEmbed support (-embed) 1754 XEmbed support (-embed)
1699 user-pty (-pty-fd) 1755 user-pty (-pty-fd)
1700 hold on exit (-hold) 1756 hold on exit (-hold)
1701 skip builtin block graphics (-sbg) 1757 skip builtin block graphics (-sbg)
1758
1759 It also enabled some non-essential features otherwise disabled, such
1760 as:
1761
1762 some round-trip time optimisations
1763 nearest color allocation on pseudocolor screens
1764 UTF8_STRING supporr for selection
1702 sgr modes 90..97 and 100..107 1765 sgr modes 90..97 and 100..107
1766 backindex and forwardindex escape sequences
1767 view change/zero scorllback esacpe sequences
1768 locale switching escape sequence
1769 window op and some xterm/OSC escape sequences
1770 rectangular selections
1771 trailing space removal for selections
1772 verbose X error handling
1703 1773
1704 --enable-iso14755 (default: on) 1774 --enable-iso14755 (default: on)
1705 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 1775 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
1706 Basic support (section 5.1) is enabled by "--enable-frills", while 1776 Basic support (section 5.1) is enabled by "--enable-frills", while
1707 support for 5.2, 5.3 and 5.4 is enabled with this switch. 1777 support for 5.2, 5.3 and 5.4 is enabled with this switch.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines