summaryrefslogtreecommitdiffstats
path: root/xorg-extras/xterm/CONFIGURE
blob: e0745ccad0ab14576a8525f79b2413afed63ab4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
config_query_option  XTERM_OPTS                                       \
                     "Enable X11R6.3 active-icon feature?"  y         \
                     "--enable-active-icon"  "--disable-active-icon"  &&

config_query_option  XTERM_OPTS                                     \
                     "Enable ANSI color support?"  y                \
                     "--enable-ansi-color"  "--disable-ansi-color"  &&

config_query_option  XTERM_OPTS                                 \
                     "Enable 16-color support?"  y              \
                     "--enable-16-color"  "--disable-16-color"  &&

config_query_option  XTERM_OPTS                                   \
                     "Enable 256-color support?"  n               \
                     "--enable-256-color"  "--disable-256-color"  &&

config_query_option  XTERM_OPTS                                 \
                     "Enable 88-color support?"  n              \
                     "--enable-88-color"  "--disable-88-color"  &&

config_query_option  XTERM_OPTS                                         \
                     "Enable support for blinking cursor?"  y           \
                     "--enable-blink-cursor"  "--disable-blink-cursor"  &&

config_query_option  XTERM_OPTS                                    \
                     "Allow -k8 option for printable 128-159?"  y  \
                     "--enable-c1-print"  "--disable-c1-print"     &&

config_query_option  XTERM_OPTS                                     \
                     "Enable PC-style mapping of bold colors?"  y   \
                     "--enable-bold-color"  "--disable-bold-color"  &&

config_query_option  XTERM_OPTS                                       \
                     "Enable separate color class resources?"  y      \
                     "--enable-color-class"  "--disable-color-class"  &&

config_query_option  XTERM_OPTS                                     \
                     "Enable sixel support?"  y        \
                     "--enable-sixel-graphics"  "--enable-sixel-graphics"    &&

config_query_option  XTERM_OPTS                                     \
                     "Enable default colorMode resource?"  y        \
                     "--enable-color-mode"  "--disable-color-mode"