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.20 by root, Tue Jan 11 02:24:59 2005 UTC vs.
Revision 1.23 by root, Fri Feb 4 12:04:31 2005 UTC

152 --enable-xgetdefault 152 --enable-xgetdefault
153 Make resources checking via XGetDefault() instead of our small 153 Make resources checking via XGetDefault() instead of our small
154 version which only checks ~/.Xdefaults, or if that doesn't exist 154 version which only checks ~/.Xdefaults, or if that doesn't exist
155 then ~/.Xresources. 155 then ~/.Xresources.
156 156
157 Please note that nowadays, things like XIM will automatically pull
158 in and use the full X resource manager, so the overhead of using it
159 might be very small, if nonexistant.
160
157 --enable-strings 161 --enable-strings
158 Add support for our possibly faster memset() function and other 162 Add support for our possibly faster memset() function and other
159 various routines, overriding your system's versions which may have 163 various routines, overriding your system's versions which may have
160 been hand-crafted in assembly or may require extra libraries to link 164 been hand-crafted in assembly or may require extra libraries to link
161 in. (this breaks ANSI-C rules and has problems on many GNU/Linux 165 in. (this breaks ANSI-C rules and has problems on many GNU/Linux
167 --enable-frills 171 --enable-frills
168 Add support for many small features that are not essential but nice 172 Add support for many small features that are not essential but nice
169 to have. Normally you want this, but for very small binaries you may 173 to have. Normally you want this, but for very small binaries you may
170 want to disable this. 174 want to disable this.
171 175
176 A non-exhaustive list of features enabled by "--enable-frills"
177 (possibly in combination with other switches) is:
178
179 MWM-hints
180 seperate underline colour
181 settable border widths and borderless switch
182 settable extra linespacing
183 extra window properties (e.g. UTF-8 window names and PID)
184 iso-14755-2 and -3, and visual feedback
185 backindex and forwardindex escape sequence
186 window op and locale change escape sequences
187 tripleclickwords
188 settable insecure mode
189 keysym remapping support
190
172 --enable-iso14755 191 --enable-iso14755
173 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 192 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
174 Basic support (section 5.1) is enabled by "--enable-frills", while 193 Basic support (section 5.1) is enabled by "--enable-frills", while
175 support for 5.2, 5.3 and 5.4 is enabled with this switch. 194 support for 5.2, 5.3 and 5.4 is enabled with this switch.
176 195
212 231
213 --enable-pointer-blank 232 --enable-pointer-blank
214 Add support to have the pointer disappear when typing or inactive. 233 Add support to have the pointer disappear when typing or inactive.
215 234
216 --with-name=NAME 235 --with-name=NAME
217 Set the basename for the installed binaries (default: urxvt, 236 Set the basename for the installed binaries (default: "urxvt",
218 resulting in urxvt, urxvtd etc.). Specify --with-name=rxvt to 237 resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
219 replace rxvt. 238 replace with "rxvt".
220 239
221 --with-term=NAME 240 --with-term=NAME
222 Change the environmental variable for the terminal to NAME (default 241 Change the environmental variable for the terminal to NAME (default
223 "rxvt") 242 "rxvt-unicode")
224 243
225 --with-terminfo=PATH 244 --with-terminfo=PATH
226 Change the environmental variable for the path to the terminfo tree 245 Change the environmental variable for the path to the terminfo tree
227 to PATH. 246 to PATH.
228 247

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines