summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/rxvt-unicode/CONFIGURE
blob: 5dd42aec21f7e82301aa5e90b3e5fe1687f4fa78 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
config_query_option URXVT_256COLORS \
                    "Enable support for 256 colors?" \
                    y \
                    "--enable-256-color" \
                    "--disable-256-color" &&
config_query_option URXVT_UNICODE3 \
                    "Use 21 instead of 16 bits to represent unicode characters?" \
                    y \
                    "--enable-unicode3" \
                    "--disable-unicode3" &&
config_query_option URXVT_COMBINING \
                    "enable composition of base and combining characters?" \
                    y \
                    "--enable-combining" \
                    "--disable-combining" &&
config_query_option URXVT_FONT_STYLES \
                    "enable bold and italic font support?" \
                    y \
                    "--enable-font-styles" \
                    "--disable-font-styles" &&
config_query_option URXVT_FADING \
                    "enable colors fading when off focus?" \
                    y \
                    "--enable-fading" \
                    "--disable-fading" &&
config_query_option URXVT_ISO14755 \
                    "enable support for extended ISO 14755 modes (unicode codepoint input methods)?" \
                    y \
                    "--enable-iso14755" \
                    "--disable-iso14755" &&
config_query_option URXVT_FRILLS \
                    "enable support for rarely used features?" \
                    y \
                    "--enable-frills" \
                    "--disable-frills" &&
config_query_option URXVT_KEEP_SCROLLING \
                    "enable continual scrolling on scrollbar arrow press" \
                    y \
                    "--enable-keepscrolling" \
                    "--disable-keepscrolling" &&
config_query_option URXVT_SELECTION_SCROLLING \
                    "enable scrolling during selections?" \
                    y \
                    "--enable-selectionscrolling" \
                    "--disable-selectionscrolling" &&
config_query_option URXVT_SMART_RESIZE \
                    "enable smart growth/shrink behaviour?" \
                    y \
                    "--enable-smart-resize" \
                    "--disable-smart-resize" &&
config_query_option URXVT_TEXT_BLINK \
                    "enable blinking text?" \
                    y \
                    "--enable-text-blink" \
                    "--disable-text-blink" &&
config_query_option URXVT_POINTER_BLANK \
                    "enable pointer blanking when typing or inactive?" \
                    y \
                    "--enable-pointer-blank" \
                    "--disable-pointer-blank"