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.3 by pcg, Thu Dec 18 00:38:07 2003 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
41 add support for an Xterm-like scrollbar 51 add support for an Xterm-like scrollbar
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 59--enable-greek
50 add support for greek keyboard 60 add support for greek keyboard
51--enable-ttygid 61--enable-ttygid
52 change tty device setting to group "tty" - only use this if 62 change tty device setting to group "tty" - only use this if
53 your system uses this type of security 63 your system uses this type of security
77--enable-keepscrolling 87--enable-keepscrolling
78 add support for continual scrolling of the display when you hold 88 add support for continual scrolling of the display when you hold
79 the mouse button down on a scrollbar arrow 89 the mouse button down on a scrollbar arrow
80--enable-mousewheel 90--enable-mousewheel
81 add support for scrolling via mouse wheel or buttons 4 & 5 91 add support for scrolling via mouse wheel or buttons 4 & 5
82-enable-slipwheeling 92--enable-slipwheeling
83 add support for continual scrolling (using the mouse wheel as an 93 add support for continual scrolling (using the mouse wheel as an
84 accelerator) while the control key is held down. This option 94 accelerator) while the control key is held down. This option
85 requires --enable-mousewheel to also be specified. 95 requires --enable-mousewheel to also be specified.
86--enable-old-selection 96--enable-old-selection
87 remove support for reverting the mouse selection style to that 97 remove support for reverting the mouse selection style to that
102--enable-smart-resize 112--enable-smart-resize
103 add smart growth/shrink behaviour when changing font size 113 add smart growth/shrink behaviour when changing font size
104 via from hot keys. This should keep in a fixed position the 114 via from hot keys. This should keep in a fixed position the
105 rxvt corner which is closest to a corner of the screen 115 rxvt corner which is closest to a corner of the screen
106--enable-256-color 116--enable-256-color
107 add support for 256 colours rather than the base 16 colours 117 add support for 256 colours rather than the base 16 colours
108--enable-cursor-blink 118--enable-cursor-blink
109 add support for a blinking cursor 119 add support for a blinking cursor
110--enable-pointer-blank 120--enable-pointer-blank
111 add support to have the pointer disappear when typing or inactive 121 add support to have the pointer disappear when typing or inactive
112--with-term=NAME 122--with-term=NAME

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines