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.1 by pcg, Mon Nov 24 17:28:07 2003 UTC vs.
Revision 1.5 by pcg, Wed Feb 25 12:03:46 2004 UTC

2 add support for all enable options marked with an asterisk listed 2 add support for all enable options marked with an asterisk listed
3 in "./configure --help". Note that unlike other enable options this 3 in "./configure --help". Note that unlike other enable options this
4 is order dependant. You can specify this and then disable options 4 is order dependant. You can specify this and then disable options
5 which this enables by _following_ this with the appropriate 5 which this enables by _following_ this with the appropriate
6 commands. 6 commands.
7--enable-languages 7--enable-xft
8 add support for languages which require multiple character glyphs 8 add support for xft (anti-aliases, among others) fonts. xft fonts are
9 to display. 9 slower and require lots of memory, but as long as you don't use them,
10--with-encoding=NAME 10 you don't pay for them.
11 set the default encoding for multi-char glyph languages to NAME. 11--with-codesets=NAME,...
12 Options are: "eucj" EUC Japanese encoding; "sjis" Shift JIS encoding; 12 compile in support for additional codeset groups:
13 "big5" BIG5 encoding; "gb" GB encoding; "kr" EUC Korean encoding; 13 jp common japanese encodings
14 "noenc" no encoding. This option requires --enable-languages to 14 jp_ext rarely used but big japanese encodings
15 also be specified. 15 kr korean encodings
16 cn common chinese encodings
17 cn_ext rarely used but very big chinese encodigs
18 vn vietnamese (not well-supported, though)
19 all all of the above.
20--enable-unicode3
21 enable support for unicode codepoints above 65535 (the basic
22 multilingual page). This increases storage requirements per character
23 from 2 to 4 bytes and is not too useful as font support in X11 and Xft
24 is largely missing, although cut & paste will work correctly, as will
25 displaying, if you have the right font(s).
16--enable-utmp 26--enable-utmp
17 write user and tty to utmp file (used by programs like ``w'') at 27 write user and tty to utmp file (used by programs like ``w'') at
18 start of rxvt execution and delete information when rxvt exits. 28 start of rxvt execution and delete information when rxvt exits.
19--enable-wtmp 29--enable-wtmp
20 write user and tty to wtmp file (used by programs like ``last'') at 30 write user and tty to wtmp file (used by programs like ``last'') at
29--enable-transparency 39--enable-transparency
30 add support for inheriting parent backgrounds thus giving a fake 40 add support for inheriting parent backgrounds thus giving a fake
31 transparency to the term 41 transparency to the term
32--enable-menubar 42--enable-menubar
33 add support for our menu bar system 43 add support for our menu bar system
34--enable-graphics
35 add support for our graphics mode (see src/graphics)
36--enable-rxvt-scroll 44--enable-rxvt-scroll
37 add support for the original rxvt scrollbar 45 add support for the original rxvt scrollbar
38--enable-next-scroll 46--enable-next-scroll
39 add support for a NeXT-like scrollbar 47 add support for a NeXT-like scrollbar
40--enable-xterm-scroll 48--enable-xterm-scroll
41 add support for an Xterm-like scrollbar 49 add support for an Xterm-like scrollbar
50--enable-plain-scroll
51 add support for a very plain-looking scrollbar that I used for many years
42--enable-half-shadow 52--enable-half-shadow
43 make shadows on the scrollbar only half the normal width & height. 53 make shadows on the scrollbar only half the normal width & height.
44 only applicable to rxvt scrollbars 54 only applicable to rxvt scrollbars
45--enable-xim 55--enable-xim
46 add support for XIM (X Input Method) protocol. This allows using 56 add support for XIM (X Input Method) protocol. This allows using
47 alternative input methods (e.g. kinput2) and will also correctly 57 alternative input methods (e.g. kinput2) and will also correctly
48 set up the input for people using dead keys. 58 set up the input for people using dead keys or compose keys.
49--enable-greek
50 add support for greek keyboard
51--enable-ttygid 59--enable-ttygid
52 change tty device setting to group "tty" - only use this if 60 change tty device setting to group "tty" - only use this if
53 your system uses this type of security 61 your system uses this type of security
54--disable-backspace-key 62--disable-backspace-key
55 disable any handling of the backspace key by us - let the X server 63 disable any handling of the backspace key by us - let the X server
77--enable-keepscrolling 85--enable-keepscrolling
78 add support for continual scrolling of the display when you hold 86 add support for continual scrolling of the display when you hold
79 the mouse button down on a scrollbar arrow 87 the mouse button down on a scrollbar arrow
80--enable-mousewheel 88--enable-mousewheel
81 add support for scrolling via mouse wheel or buttons 4 & 5 89 add support for scrolling via mouse wheel or buttons 4 & 5
82-enable-slipwheeling 90--enable-slipwheeling
83 add support for continual scrolling (using the mouse wheel as an 91 add support for continual scrolling (using the mouse wheel as an
84 accelerator) while the control key is held down. This option 92 accelerator) while the control key is held down. This option
85 requires --enable-mousewheel to also be specified. 93 requires --enable-mousewheel to also be specified.
86--enable-old-selection 94--enable-old-selection
87 remove support for reverting the mouse selection style to that 95 remove support for reverting the mouse selection style to that
102--enable-smart-resize 110--enable-smart-resize
103 add smart growth/shrink behaviour when changing font size 111 add smart growth/shrink behaviour when changing font size
104 via from hot keys. This should keep in a fixed position the 112 via from hot keys. This should keep in a fixed position the
105 rxvt corner which is closest to a corner of the screen 113 rxvt corner which is closest to a corner of the screen
106--enable-256-color 114--enable-256-color
107 add support for 256 colours rather than the base 16 colours 115 add support for 256 colours rather than the base 16 colours
108--enable-cursor-blink 116--enable-cursor-blink
109 add support for a blinking cursor 117 add support for a blinking cursor
110--enable-pointer-blank 118--enable-pointer-blank
111 add support to have the pointer disappear when typing or inactive 119 add support to have the pointer disappear when typing or inactive
112--with-term=NAME 120--with-term=NAME
113 change the environmental variable for the terminal to NAME 121 change the environmental variable for the terminal to NAME
114 (default "xterm") 122 (default "rxvt")
115--with-terminfo=PATH 123--with-terminfo=PATH
116 change the environmental variable for the path to the terminfo 124 change the environmental variable for the path to the terminfo
117 tree to PATH 125 tree to PATH
118--with-x 126--with-x
119 use the X Window System (pretty much default, eh?) 127 use the X Window System (pretty much default, eh?)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines