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

Comparing rxvt-unicode/README.configure (file contents):
Revision 1.36 by root, Wed Jan 4 21:37:55 2006 UTC vs.
Revision 1.42 by root, Tue Jan 17 16:22:41 2006 UTC

104 --enable-lastlog (default: on) 104 --enable-lastlog (default: on)
105 Write user and tty to lastlog file (used by programs like lastlogin) 105 Write user and tty to lastlog file (used by programs like lastlogin)
106 at start of rxvt execution. This option requires --enable-utmp to 106 at start of rxvt execution. This option requires --enable-utmp to
107 also be specified. 107 also be specified.
108 108
109 --enable-xpm-background (default: off) 109 --enable-xpm-background (default: on)
110 Add support for XPM background pixmaps. 110 Add support for XPM background pixmaps.
111 111
112 --enable-transparency (default: off) 112 --enable-transparency (default: on)
113 Add support for inheriting parent backgrounds thus giving a fake 113 Add support for inheriting parent backgrounds thus giving a fake
114 transparency to the term. 114 transparency to the term.
115 115
116 --enable-fading (default: on) 116 --enable-fading (default: on)
117 Add support for fading the text when focus is lost (requires 117 Add support for fading the text when focus is lost (requires
118 "--enable-transparency"). 118 "--enable-transparency").
119 119
120 --enable-tinting (default: on) 120 --enable-tinting (default: on)
121 Add support for tinting of transparent backgrounds (requires 121 Add support for tinting of transparent backgrounds (requires
122 "--enable-transparency"). 122 "--enable-transparency").
123
124 --enable-menubar (default: off)
125 Add support for our menu bar system (this interacts badly with
126 dynamic locale switching currently).
127 123
128 --enable-rxvt-scroll (default: on) 124 --enable-rxvt-scroll (default: on)
129 Add support for the original rxvt scrollbar. 125 Add support for the original rxvt scrollbar.
130 126
131 --enable-next-scroll (default: on) 127 --enable-next-scroll (default: on)
137 --enable-plain-scroll (default: on) 133 --enable-plain-scroll (default: on)
138 Add support for a very unobtrusive, plain-looking scrollbar that is 134 Add support for a very unobtrusive, plain-looking scrollbar that is
139 the favourite of the rxvt-unicode author, having used it for many 135 the favourite of the rxvt-unicode author, having used it for many
140 years. 136 years.
141 137
142 --enable-half-shadow (default: off)
143 Make shadows on the scrollbar only half the normal width & height.
144 only applicable to rxvt scrollbars.
145
146 --enable-ttygid (default: off) 138 --enable-ttygid (default: off)
147 Change tty device setting to group "tty" - only use this if your 139 Change tty device setting to group "tty" - only use this if your
148 system uses this type of security. 140 system uses this type of security.
149 141
150 --disable-backspace-key 142 --disable-backspace-key
155 Removes any handling of the delete key by us - let the X server do 147 Removes any handling of the delete key by us - let the X server do
156 it. 148 it.
157 149
158 --disable-resources 150 --disable-resources
159 Removes any support for resource checking. 151 Removes any support for resource checking.
160
161 --enable-xgetdefault
162 Make resources checking via XGetDefault() instead of our small
163 version which only checks ~/.Xdefaults, or if that doesn't exist
164 then ~/.Xresources.
165
166 Please note that nowadays, things like XIM will automatically pull
167 in and use the full X resource manager, so the overhead of using it
168 might be very small, if nonexistant.
169
170 --enable-strings (default: off)
171 Add support for our possibly faster memset() function and other
172 various routines, overriding your system's versions which may have
173 been hand-crafted in assembly or may require extra libraries to link
174 in. (this breaks ANSI-C rules and has problems on many GNU/Linux
175 systems).
176 152
177 --disable-swapscreen 153 --disable-swapscreen
178 Remove support for secondary/swap screen. 154 Remove support for secondary/swap screen.
179 155
180 --enable-frills (default: on) 156 --enable-frills (default: on)
245 Add support to have the pointer disappear when typing or inactive. 221 Add support to have the pointer disappear when typing or inactive.
246 222
247 --enable-perl (default: off) 223 --enable-perl (default: off)
248 Enable an embedded perl interpreter. See the rxvtperl(3) manpage 224 Enable an embedded perl interpreter. See the rxvtperl(3) manpage
249 (doc/rxvtperl.txt) for more info on this feature, or the files in 225 (doc/rxvtperl.txt) for more info on this feature, or the files in
250 src/perl-ext/ for the extensions that are installed by default. 226 src/perl-ext/ for the extensions that are installed by default. The
227 perl interpreter that is used can be specified via the "PERL"
228 environment variable when running configure.
251 229
252 --with-name=NAME (default: urxvt) 230 --with-name=NAME (default: urxvt)
253 Set the basename for the installed binaries, resulting in "urxvt", 231 Set the basename for the installed binaries, resulting in "urxvt",
254 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt". 232 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
255 233

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines