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.84 by root, Sat Jul 3 04:04:12 2021 UTC vs.
Revision 1.87 by root, Tue Nov 23 10:54:27 2021 UTC

89 resources. Specify --with-res-name=rxvt to replace rxvt. 89 resources. Specify --with-res-name=rxvt to replace rxvt.
90 90
91 --with-res-class=CLASS (default: URxvt) 91 --with-res-class=CLASS (default: URxvt)
92 Use the given class as default application class when reading 92 Use the given class as default application class when reading
93 resources. Specify --with-res-class=Rxvt to replace rxvt. 93 resources. Specify --with-res-class=Rxvt to replace rxvt.
94
95 --enable-utmp (default: on)
96 Write user and tty to utmp file (used by programs like w) at start
97 of rxvt execution and delete information when rxvt exits.
98
99 --enable-wtmp (default: on)
100 Write user and tty to wtmp file (used by programs like last) at
101 start of rxvt execution and write logout when rxvt exits. This
102 option requires --enable-utmp to also be specified.
103
104 --enable-lastlog (default: on)
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
107 also be specified.
108 94
109 --enable-pixbuf (default: on) 95 --enable-pixbuf (default: on)
110 Add support for GDK-PixBuf to be used for background images. It adds 96 Add support for GDK-PixBuf to be used for background images. It adds
111 support for many file formats including JPG, PNG, TIFF, GIF, XPM, 97 support for many file formats including JPG, PNG, TIFF, GIF, XPM,
112 BMP, ICO and TGA. 98 BMP, ICO and TGA.
175 separate highlight colour (-highlightColor, -highlightTextColor) 161 separate highlight colour (-highlightColor, -highlightTextColor)
176 focus reporting mode (1004). 162 focus reporting mode (1004).
177 extended mouse reporting modes (1005, 1006 and 1015). 163 extended mouse reporting modes (1005, 1006 and 1015).
178 visual selection via -visual and -depth. 164 visual selection via -visual and -depth.
179 systemd socket activation 165 systemd socket activation
166 selectable rewrapmode
167 bracketed paste mode
180 168
181 It also enables some non-essential features otherwise disabled, such 169 It also enables some non-essential features otherwise disabled, such
182 as: 170 as:
183 171
184 some round-trip time optimisations 172 some round-trip time optimisations
192 rectangular selections 180 rectangular selections
193 trailing space removal for selections 181 trailing space removal for selections
194 verbose X error handling 182 verbose X error handling
195 183
196 --enable-iso14755 (default: on) 184 --enable-iso14755 (default: on)
197 Enable extended ISO 14755 support (see rxvt(1)). Basic support 185 Enable extended ISO 14755 support (see urxvt(1)). Basic support
198 (section 5.1) is enabled by "--enable-frills", while support for 186 (section 5.1) is enabled by "--enable-frills", while support for
199 5.2, 5.3 and 5.4 is enabled with this switch. 187 5.2, 5.3 and 5.4 is enabled with this switch.
200 188
201 --enable-keepscrolling (default: on) 189 --enable-keepscrolling (default: on)
202 Add support for continual scrolling of the display when you hold the 190 Add support for continual scrolling of the display when you hold the
224 212
225 --enable-pointer-blank (default: on) 213 --enable-pointer-blank (default: on)
226 Add support to have the pointer disappear when typing or inactive. 214 Add support to have the pointer disappear when typing or inactive.
227 215
228 --enable-perl (default: on) 216 --enable-perl (default: on)
229 Enable an embedded perl interpreter. See the rxvtperl(3) manpage for 217 Enable an embedded perl interpreter. See the urxvtperl(3) manpage
230 more info on this feature, or the files in src/perl/ for the 218 for more info on this feature, or the files in src/perl/ for the
231 extensions that are installed by default. The perl interpreter that 219 extensions that are installed by default. The perl interpreter that
232 is used can be specified via the "PERL" environment variable when 220 is used can be specified via the "PERL" environment variable when
233 running configure. Even when compiled in, perl will *not* be 221 running configure. Even when compiled in, perl will *not* be
234 initialised when all extensions have been disabled "-pe "" 222 initialised when all extensions have been disabled "-pe ""
235 --perl-ext-common """, so it should be safe to enable from a 223 --perl-ext-common """, so it should be safe to enable from a
247 This switch breaks termcap/terminfo compatibility to 235 This switch breaks termcap/terminfo compatibility to
248 "TERM=rxvt-unicode", and consequently sets "TERM" to 236 "TERM=rxvt-unicode", and consequently sets "TERM" to
249 "rxvt-unicode-256color" by default (doc/etc/ contains 237 "rxvt-unicode-256color" by default (doc/etc/ contains
250 termcap/terminfo definitions for both). 238 termcap/terminfo definitions for both).
251 239
252 It also results in higher memory usage and can slow down rxvt 240 It also results in higher memory usage and can slow down urxvt
253 dramatically when more than six fonts are in use by a terminal 241 dramatically when more than six fonts are in use by a terminal
254 instance. 242 instance.
255 243
256 --with-name=NAME (default: urxvt) 244 --with-name=NAME (default: urxvt)
257 Set the basename for the installed binaries, resulting in "urxvt", 245 Set the basename for the installed binaries, resulting in "urxvt",
258 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt". 246 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
259 247
260 --with-term=NAME (default: rxvt-unicode) 248 --with-term=NAME (default: rxvt-unicode)
261 Change the environmental variable for the terminal to NAME. 249 Sets the default "TERM" value that urxvt sets. The default is either
250 "rxvt-unicode" or "rxvt-unicode-256color", as appropriate.
262 251
263 --with-terminfo=PATH 252 --with-terminfo=PATH
264 Change the environmental variable for the path to the terminfo tree 253 If set, urxvt will set the environment variable "TERMINFO" to the
265 to PATH. 254 given PATH, which can be useful as a last resort if installing the
255 terminfo entries system-wide is not possible.
266 256
267 --with-x 257 --with-x
268 Use the X Window System (pretty much default, eh?). 258 Use the X Window System (pretty much default, eh?).
269 259

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines