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.83 by root, Fri May 14 13:47:43 2021 UTC vs.
Revision 1.89 by root, Mon Feb 13 17:29:02 2023 UTC

31 Compile in support for additional codeset (encoding) groups ("eu", 31 Compile in support for additional codeset (encoding) groups ("eu",
32 "vn" are always compiled in, which includes most 8-bit character 32 "vn" are always compiled in, which includes most 8-bit character
33 sets). These codeset tables are used for driving X11 core fonts, 33 sets). These codeset tables are used for driving X11 core fonts,
34 they are not required for Xft fonts, although having them compiled 34 they are not required for Xft fonts, although having them compiled
35 in lets rxvt-unicode choose replacement fonts more intelligently. 35 in lets rxvt-unicode choose replacement fonts more intelligently.
36 Compiling them in will make your binary bigger (all of together cost 36 Compiling them in will make your binary bigger (all of them together
37 about 700kB), but it doesn't increase memory usage unless you use a 37 cost about 700kB), but it doesn't increase memory usage unless you
38 font requiring one of these encodings. 38 use a font requiring one of these encodings.
39 39
40 all all available codeset groups 40 all all available codeset groups
41 zh common chinese encodings 41 zh common chinese encodings
42 zh_ext rarely used but very big chinese encodings 42 zh_ext rarely used but very big chinese encodings
43 jp common japanese encodings 43 jp common japanese encodings
47 Add support for XIM (X Input Method) protocol. This allows using 47 Add support for XIM (X Input Method) protocol. This allows using
48 alternative input methods (e.g. kinput2) and will also correctly set 48 alternative input methods (e.g. kinput2) and will also correctly set
49 up the input for people using dead keys or compose keys. 49 up the input for people using dead keys or compose keys.
50 50
51 --enable-unicode3 (default: off) 51 --enable-unicode3 (default: off)
52 Recommended to stay off unless you really need non-BMP characters. 52 Recommended to stay off unless you really need a lot of non-BMP
53 characters.
53 54
54 Enable direct support for displaying unicode codepoints above 65535 55 Enable support for direct storage of unicode characters above 65535
55 (the basic multilingual page). This increases storage requirements 56 (the basic multilingual page). This increases storage requirements
56 per character from 2 to 4 bytes. X11 fonts do not yet support these 57 per character from 2 to 4 bytes. X11 fonts do not yet support these
57 extra characters, but Xft does. 58 extra characters, but Xft does.
58 59
59 Please note that rxvt-unicode can store unicode code points >65535 60 Please note that rxvt-unicode can store and display unicode
60 even without this flag, but the number of such characters is limited 61 characters above 65535 even without this flag, but the number of
61 to a few thousand (shared with combining characters, see next 62 such characters is limited to a few thousand (shared with combining
62 switch), and right now rxvt-unicode cannot display them 63 characters, see next switch).
63 (input/output and cut&paste still work, though).
64 64
65 --enable-combining (default: on) 65 --enable-combining (default: on)
66 Enable automatic composition of combining characters into composite 66 Enable automatic composition of combining characters into composite
67 characters. This is required for proper viewing of text where 67 characters. This is required for proper viewing of text where
68 accents are encoded as separate unicode characters. This is done by 68 accents are encoded as separate unicode characters. This is done by
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
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