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.34 by root, Mon Jan 2 15:11:05 2006 UTC vs.
Revision 1.41 by root, Mon Jan 16 14:48:39 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)
156 it. 152 it.
157 153
158 --disable-resources 154 --disable-resources
159 Removes any support for resource checking. 155 Removes any support for resource checking.
160 156
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
177 --disable-swapscreen 157 --disable-swapscreen
178 Remove support for secondary/swap screen. 158 Remove support for secondary/swap screen.
179 159
180 --enable-frills (default: on) 160 --enable-frills (default: on)
181 Add support for many small features that are not essential but nice 161 Add support for many small features that are not essential but nice
185 A non-exhaustive list of features enabled by "--enable-frills" 165 A non-exhaustive list of features enabled by "--enable-frills"
186 (possibly in combination with other switches) is: 166 (possibly in combination with other switches) is:
187 167
188 MWM-hints 168 MWM-hints
189 EWMH-hints (pid, utf8 names) and protocols (ping) 169 EWMH-hints (pid, utf8 names) and protocols (ping)
190 seperate underline colour 170 seperate underline colour (-underlineColor)
191 settable border widths and borderless switch 171 settable border widths and borderless switch (-w, -b, -bl)
192 settable extra linespacing 172 settable extra linespacing /-lsp)
193 iso-14755-2 and -3, and visual feedback 173 iso-14755-2 and -3, and visual feedback
194 backindex and forwardindex escape sequence 174 backindex and forwardindex escape sequence
195 window op and some xterm/OSC escape sequences 175 window op and some xterm/OSC escape sequences
196 tripleclickwords 176 tripleclickwords (-tcw)
197 settable insecure mode 177 settable insecure mode (-insecure)
198 keysym remapping support 178 keysym remapping support
199 cursor blinking and underline cursor 179 cursor blinking and underline cursor (-cb, -uc)
200 -embed, -pty-fd and -hold options 180 XEmbed support (-embed)
181 user-pty (-pty-fd)
182 hold on exit (-hold)
183 skip builtin block graphics (-sbg)
184 sgr modes 90..97 and 100..107
201 185
202 --enable-iso14755 (default: on) 186 --enable-iso14755 (default: on)
203 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 187 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
204 Basic support (section 5.1) is enabled by "--enable-frills", while 188 Basic support (section 5.1) is enabled by "--enable-frills", while
205 support for 5.2, 5.3 and 5.4 is enabled with this switch. 189 support for 5.2, 5.3 and 5.4 is enabled with this switch.
238 corner of the screen in a fixed position. 222 corner of the screen in a fixed position.
239 223
240 --enable-pointer-blank (default: on) 224 --enable-pointer-blank (default: on)
241 Add support to have the pointer disappear when typing or inactive. 225 Add support to have the pointer disappear when typing or inactive.
242 226
227 --enable-perl (default: off)
228 Enable an embedded perl interpreter. See the rxvtperl(3) manpage
229 (doc/rxvtperl.txt) for more info on this feature, or the files in
230 src/perl-ext/ for the extensions that are installed by default. The
231 perl interpreter that is used can be specified via the "PERL"
232 environment variable when running configure.
233
243 --with-name=NAME (default: urxvt) 234 --with-name=NAME (default: urxvt)
244 Set the basename for the installed binaries, resulting in "urxvt", 235 Set the basename for the installed binaries, resulting in "urxvt",
245 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt". 236 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
246 237
247 --with-term=NAME (default: rxvt-unicode) 238 --with-term=NAME (default: rxvt-unicode)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines