ELinks 0.12pre4
[elinks.git] / doc / man / man5 / elinks.conf.5
blobec359eb66fe828de8d82346f0694f11a26994b81
1 .\"     Title: elinks.conf
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 05/31/2009
5 .\"    Manual: ELinks configuration file
6 .\"    Source: ELinks 0.12pre4
7 .\"
8 .TH "ELINKS\&.CONF" "5" "05/31/2009" "ELinks 0\&.12pre4" "ELinks configuration file"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 elinks.conf \- ELinks configuration file
15 .SH "SYNOPSIS"
16 .sp
17 .RS 4
18 .nf
19 set     <option> = <value>
20 unset   <option>
21 bind    "<keymap>" "<key>" = "<action>"
22 include "<file>"
23 .fi
24 .RE
25 .SH "DESCRIPTION"
26 The elinks\&.conf file contains configuration information for ELinks\&. It can be used to configure the behaviour of ELinks in a wide variety of ways: protocol behaviour, keybindings, colors used for rendering and for the user interface\&.
27 .sp
28 It is read at startup and saved only when requested\&. All options described in this document can be fully configured from within ELinks so no editing of elinks\&.conf is needed\&.
29 .sp
30 Note that MIME\-related options used for specifying handlers of various MIME types are NOT described in this document\&. Documentation for these options can be found at the ELinks homepage\&. Keybindings can also be specified in elinks\&.conf\&. This is described in \fBelinkskeys\fR(5)\&.
31 .sp
32 .SH "SYNTAX"
33 The syntax of the configuration file is very simple\&. The elinks\&.conf file is a free\-form ASCII text file\&. The file may contain extra tabs and newlines for formatting purposes\&. Keywords in the file are case\-sensitive\&. Comments may be placed anywhere within the file (except within quotes)\&. Comments begin with the # character and end at the end of the line\&.
34 .sp
35 .SH "EXAMPLES"
36 Some sample settings:
37 .sp
38 .sp
39 .RS 4
40 .nf
41 # Use asynchronous DNS resolver?
42 set connection\&.async_dns = 1
43 # horizontal text margin\&.
44 set document\&.browse\&.margin_width = 3
45 # Default document codepage\&.
46 set document\&.codepage\&.assume = "ISO\-8859\-1"
47 # User defined protocol handlers
48 set protocol\&.user\&.mailto\&.unix = "mutt %h \-s \e"%s\e""
49 .fi
50 .RE
51 .SH "OPTIONS"
52 Generated using output from ELinks version 0\&.12pre4\&.
53 .sp
54 .SS "bookmarks (Bookmarks)"
55 Bookmark options\&.
56 .PP
57 bookmarks\&.file_format \fB<num>\fR (default: 0)
58 .RS 4
59 File format for bookmarks (affects both reading and saving):
60 .sp
61 .RS 4
62 \h'-04'\(bu\h'+03'0 is the default native
63 ELinks
64 format
65 .RE
66 .sp
67 .RS 4
68 \h'-04'\(bu\h'+03'1 is XBEL universal XML bookmarks format
69 .RE
70 .RE
71 .PP
72 bookmarks\&.folder_state \fB[0|1]\fR (default: 1)
73 .RS 4
74 When saving bookmarks also store whether folders are expanded or not, so the look of the bookmark dialog is kept across
75 ELinks
76 sessions\&. If disabled all folders will appear unexpanded next time
77 ELinks
78 is run\&.
79 .RE
80 .SS "config (Configuration system)"
81 Configuration handling options\&.
82 .PP
83 config\&.comments \fB<num>\fR (default: 3)
84 .RS 4
85 Amount of comments automatically written to the config file:
86 .sp
87 .RS 4
88 \h'-04'\(bu\h'+03'0 is no comments are written
89 .RE
90 .sp
91 .RS 4
92 \h'-04'\(bu\h'+03'1 is only the "blurb" (name+type) is written
93 .RE
94 .sp
95 .RS 4
96 \h'-04'\(bu\h'+03'2 is only the description is written
97 .RE
98 .sp
99 .RS 4
100 \h'-04'\(bu\h'+03'3 is full comments are written
104 config\&.indentation \fB<num>\fR (default: 2)
105 .RS 4
106 Shift width of one indentation level in the configuration file\&. Zero means that no indentation is performed at all when saving the configuration\&.
109 config\&.saving_style \fB<num>\fR (default: 3)
110 .RS 4
111 Determines what happens when you tell
112 ELinks
113 to save options:
115 .RS 4
116 \h'-04'\(bu\h'+03'0 is only values of current options are altered
119 .RS 4
120 \h'-04'\(bu\h'+03'1 is values of current options are altered and missing options are added at the end of the file
123 .RS 4
124 \h'-04'\(bu\h'+03'2 is the configuration file is rewritten from scratch
127 .RS 4
128 \h'-04'\(bu\h'+03'3 is values of current options are altered and missing options CHANGED during this
129 ELinks
130 session are added at the end of the file
134 config\&.i18n \fB[0|1]\fR (default: 0)
135 .RS 4
136 If set to 1, comments in the configuration file will be translated to the language used by UI\&. Note that if you have different language set in different terminals, the language used in the configuration file MAY be the same as on the terminal where you saved the file, but it should be generally considered unpredictable\&.
139 config\&.saving_style_w \fB[0|1]\fR (default: 0)
140 .RS 4
141 This is internal option used when displaying a warning about obsolete config\&.saving_style\&. You shouldn\'t touch it\&.
144 config\&.show_template \fB[0|1]\fR (default: 0)
145 .RS 4
146 Show template options in autocreated trees in the options manager and save them to the configuration file\&.
148 .SS "connection (Connections)"
149 Connection options\&.
151 connection\&.async_dns \fB[0|1]\fR (default: 1)
152 .RS 4
153 Whether to use asynchronous DNS resolving\&.
156 connection\&.max_connections \fB<num>\fR (default: 10)
157 .RS 4
158 Maximum number of concurrent connections\&.
161 connection\&.max_connections_to_host \fB<num>\fR (default: 2)
162 .RS 4
163 Maximum number of concurrent connections to a given host\&.
166 connection\&.receive_timeout \fB<num>\fR (default: 120)
167 .RS 4
168 Receive timeout (in seconds)\&.
171 connection\&.retries \fB<num>\fR (default: 3)
172 .RS 4
173 Number of tries to establish a connection\&. Zero means try forever\&.
176 connection\&.try_ipv4 \fB[0|1]\fR (default: 1)
177 .RS 4
178 Whether to try to connect to a host over IPv4\&. Note that if
179 connection\&.try_ipv6
180 is enabled too, it takes precedence\&. And better do not touch this at all unless you are sure what are you doing\&.
182 Note that you can also force a given protocol to be used on a per\-connection basis by using a URL in the style of e\&.g\&.
183 \fIhttp4://elinks\&.cz/\fR\&.
186 connection\&.try_ipv6 \fB[0|1]\fR (default: 1)
187 .RS 4
188 Whether to try to connect to a host over IPv6\&.
190 Note that you can also force a given protocol to be used on a per\-connection basis by using a URL in the style of e\&.g\&.
191 \fIhttp6://elinks\&.cz/\fR\&.
194 connection\&.unrestartable_receive_timeout \fB<num>\fR (default: 600)
195 .RS 4
196 Timeout for non\-restartable connections (in seconds)\&.
198 .SS "connection\&.ssl (SSL)"
199 SSL options\&.
201 connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
202 .RS 4
203 Verify the peer\'s SSL certificate\&. Note that this needs extensive configuration of OpenSSL by the user\&.
205 .SS "connection\&.ssl\&.client_cert (Client Certificates)"
206 X509 client certificate options\&.
208 connection\&.ssl\&.client_cert\&.enable \fB[0|1]\fR (default: 0)
209 .RS 4
210 Enable or not the sending of X509 client certificates to servers which request them\&.
213 connection\&.ssl\&.client_cert\&.file \fB<str>\fR (default: "")
214 .RS 4
215 The location of a file containing the client certificate and unencrypted private key in PEM format\&. If unset, the file pointed to by the
216 \fBX509_CLIENT_CERT\fR
217 variable is used instead\&.
219 .SS "cookies (Cookies)"
220 Cookies options\&.
222 cookies\&.accept_policy \fB<num>\fR (default: 2)
223 .RS 4
224 Cookies accepting policy:
226 .RS 4
227 \h'-04'\(bu\h'+03'0 is accept no cookies
230 .RS 4
231 \h'-04'\(bu\h'+03'1 is ask for confirmation before accepting cookie
234 .RS 4
235 \h'-04'\(bu\h'+03'2 is accept all cookies
239 cookies\&.max_age \fB<num>\fR (default: \-1)
240 .RS 4
241 Cookie maximum age (in days):
243 .RS 4
244 \h'-04'\(bu\h'+03'\-1 is use cookie\'s expiration date if any
247 .RS 4
248 \h'-04'\(bu\h'+03'0 is force expiration at the end of session, ignoring cookie\'s expiration date
251 .RS 4
252 \h'-04'\(bu\h'+03'1+ is use cookie\'s expiration date, but limit age to the given number of days
256 cookies\&.paranoid_security \fB[0|1]\fR (default: 0)
257 .RS 4
258 When enabled, we\'ll require three dots in cookies domain for all non\-international domains (instead of just two dots)\&. Some countries have generic second level domains (eg\&. \&.com\&.pl, \&.co\&.uk) and allowing sites to set cookies for these generic domains could potentially be very bad\&. Note, it is off by default as it breaks a lot of sites\&.
261 cookies\&.save \fB[0|1]\fR (default: 1)
262 .RS 4
263 Whether cookies should be loaded from and saved to disk\&.
266 cookies\&.resave \fB[0|1]\fR (default: 1)
267 .RS 4
268 Save cookies after each change in cookies list? No effect when cookie saving (cookies\&.save) is off\&.
270 .SS "document (Document)"
271 Document options\&.
273 .SS "document\&.browse (Browsing)"
274 Document browsing options (mainly interactivity)\&.
276 document\&.browse\&.margin_width \fB<num>\fR (default: 3)
277 .RS 4
278 Horizontal text margin\&.
281 document\&.browse\&.refresh \fB[0|1]\fR (default: 1)
282 .RS 4
283 Automatically follow document\-specified refresh directives (\'<meta> refresh\' tags)\&. Web\-page authors use these to instruct the browser to reload a document at a given interval or to load another page\&. Regardless of the value the refresh URI is accessible as a link\&.
285 Use the
286 document\&.browse\&.minimum_refresh_time
287 to control the minimum number of seconds a refresh will wait\&.
290 document\&.browse\&.minimum_refresh_time \fB<num>\fR (default: 1000)
291 .RS 4
292 The minimum number of milliseconds that should pass before refreshing\&. If set to zero the document refresh time is used unchanged\&. It can fix going back in history for some sites that use refreshing with zero values\&.
295 document\&.browse\&.table_move_order \fB[0|1]\fR (default: 0)
296 .RS 4
297 Move by columns in table, instead of rows\&.
299 .SS "document\&.browse\&.accesskey (Access keys)"
300 Options for handling of link access keys\&. An HTML document can use the ACCESSKEY attribute to assign an access key to an element\&. When an access key is pressed, the corresponding element will be given focus\&.
302 document\&.browse\&.accesskey\&.auto_follow \fB[0|1]\fR (default: 0)
303 .RS 4
304 Automatically follow a link or submit a form if appropriate accesskey is pressed \(en this is the standard behaviour, but it\'s considered dangerous\&.
307 document\&.browse\&.accesskey\&.display \fB[0|1]\fR (default: 0)
308 .RS 4
309 Display access key in link info\&.
312 document\&.browse\&.accesskey\&.priority \fB<num>\fR (default: 0)
313 .RS 4
314 Priority of \'accesskey\' HTML attribute:
316 .RS 4
317 \h'-04'\(bu\h'+03'0 is first try all normal bindings; if it fails, check accesskey
320 .RS 4
321 \h'-04'\(bu\h'+03'1 is first try only frame bindings; if it fails, check accesskey
324 .RS 4
325 \h'-04'\(bu\h'+03'2 is first check accesskey (this can be dangerous)
328 .SS "document\&.browse\&.forms (Forms)"
329 Options for handling of the forms interaction\&.
331 document\&.browse\&.forms\&.auto_submit \fB[0|1]\fR (default: 1)
332 .RS 4
333 Automagically submit a form when enter is pressed with a text field selected\&.
336 document\&.browse\&.forms\&.confirm_submit \fB[0|1]\fR (default: 1)
337 .RS 4
338 Ask for confirmation when submitting a form\&.
341 document\&.browse\&.forms\&.input_size \fB<num>\fR (default: 20)
342 .RS 4
343 Default form input size if none is specified\&.
346 document\&.browse\&.forms\&.insert_mode \fB[0|1]\fR (default: 1)
347 .RS 4
348 The setting for this option affects how key presses are handled when one selects a text\-input form\-field\&. When enabled, one must explicitly \'enter\' a selected text\-field to edit it; this prevents text fields from capturing key presses, such as presses of a scroll key, when it is inadvertently selected\&. When disabled, key presses are always inserted into a selected text field\&.
351 document\&.browse\&.forms\&.editor \fB<str>\fR (default: "")
352 .RS 4
353 Path to the executable that
354 ELinks
355 should launch when the user requests to edit a textarea with an external editor\&.
357 If this is blank,
358 ELinks
359 will use the value of the environmental variable
360 \fB$EDITOR\fR\&. If
361 \fB$EDITOR\fR
362 is empty or not set,
363 ELinks
364 will then default to
365 \fBvi\fR\&.
368 document\&.browse\&.forms\&.show_formhist \fB[0|1]\fR (default: 0)
369 .RS 4
370 Ask if a login form should be saved to file or not\&. This option only disables the dialog, already saved login forms are unaffected\&.
372 .SS "document\&.browse\&.images (Images)"
373 Options for handling of images\&.
375 document\&.browse\&.images\&.display_style \fB<num>\fR (default: 2)
376 .RS 4
377 Display style for image tags when displayed:
379 .RS 4
380 \h'-04'\(bu\h'+03'0 means always display
384 .RS 4
385 \h'-04'\(bu\h'+03'1 means always display filename
388 .RS 4
389 \h'-04'\(bu\h'+03'2 means display
390 alt/title
391 attribute if possible,
393 if not
396 .RS 4
397 \h'-04'\(bu\h'+03'3 means display
398 alt/title
399 attribute if possible, filename if not
403 document\&.browse\&.images\&.filename_maxlen \fB<num>\fR (default: 0)
404 .RS 4
405 Maximum length of image filename when displayed:
407 .RS 4
408 \h'-04'\(bu\h'+03'0 means always display full filename
411 .RS 4
412 \h'-04'\(bu\h'+03'1\-500 means display filename with this maximal length; if it is longer, the middle is substituted by an asterisk
416 document\&.browse\&.images\&.image_link_tagging \fB<num>\fR (default: 1)
417 .RS 4
418 When to enclose image links:
420 .RS 4
421 \h'-04'\(bu\h'+03'0 means never
424 .RS 4
425 \h'-04'\(bu\h'+03'1 means never if alt or title are provided (old behavior)
428 .RS 4
429 \h'-04'\(bu\h'+03'2 means always
433 document\&.browse\&.images\&.image_link_prefix \fB<str>\fR (default: "[")
434 .RS 4
435 Prefix string to use to mark image links\&.
438 document\&.browse\&.images\&.image_link_suffix \fB<str>\fR (default: "]")
439 .RS 4
440 Suffix string to use to mark image links\&.
443 document\&.browse\&.images\&.label_maxlen \fB<num>\fR (default: 0)
444 .RS 4
445 Maximum length of image label (alt/title):
447 .RS 4
448 \h'-04'\(bu\h'+03'0 means always display full label
451 .RS 4
452 \h'-04'\(bu\h'+03'1\-500 means display label with this maximal length; if it is longer, the middle is substituted by an asterisk
456 document\&.browse\&.images\&.show_as_links \fB[0|1]\fR (default: 0)
457 .RS 4
458 Display links to images without an
460 attribute\&. If this option is off, these images are completely invisible\&.
463 document\&.browse\&.images\&.show_any_as_links \fB[0|1]\fR (default: 1)
464 .RS 4
465 Display links to any images in the document, regardless of them having an
467 attribute or not\&. If this option is off, the alt attribute contents is shown, but as normal text, not selectable as a link\&.
469 .SS "document\&.browse\&.links (Links)"
470 Options for handling of links to other documents\&.
472 document\&.browse\&.links\&.color_dirs \fB[0|1]\fR (default: 1)
473 .RS 4
474 Highlight links to directories in FTP and local directory listing\&.
477 document\&.browse\&.links\&.numbering \fB[0|1]\fR (default: 0)
478 .RS 4
479 Display numbers next to the links\&.
482 document\&.browse\&.links\&.target_blank \fB<num>\fR (default: 0)
483 .RS 4
484 Define how to handle links having target=_blank set:
486 .RS 4
487 \h'-04'\(bu\h'+03'0 means open link in current tab
490 .RS 4
491 \h'-04'\(bu\h'+03'1 means open link in new tab in foreground
494 .RS 4
495 \h'-04'\(bu\h'+03'2 means open link in new tab in background
498 .RS 4
499 \h'-04'\(bu\h'+03'3 means open link in new window
503 document\&.browse\&.links\&.use_tabindex \fB[0|1]\fR (default: 1)
504 .RS 4
505 Whether to navigate links using tabindex specified ordering\&. The
506 TABINDEX
507 attribute in HTML elements specifies the order in which links should receive focus when using the keyboard to navigate the document\&.
510 document\&.browse\&.links\&.missing_fragment \fB[0|1]\fR (default: 1)
511 .RS 4
512 Open a message box when document has no tag with given id\&.
515 document\&.browse\&.links\&.number_keys_select_link \fB<num>\fR (default: 1)
516 .RS 4
517 Number keys select links rather than specify command prefixes\&. This is a tristate:
519 .RS 4
520 \h'-04'\(bu\h'+03'0 means never
523 .RS 4
524 \h'-04'\(bu\h'+03'1 means if document\&.browse\&.links\&.numbering = 1
527 .RS 4
528 \h'-04'\(bu\h'+03'2 means always
532 document\&.browse\&.links\&.warn_malicious \fB[0|1]\fR (default: 1)
533 .RS 4
534 When following a link the user ID part of the URI is checked and if a maliciously crafted URI is detected a warning dialog will ask before following the link\&.
537 document\&.browse\&.links\&.wraparound \fB[0|1]\fR (default: 0)
538 .RS 4
539 When pressing \'down\' on the last link, jump to the first one, and vice versa\&.
541 .SS "document\&.browse\&.links\&.active_link (Active link)"
542 Options for the active link\&.
544 document\&.browse\&.links\&.active_link\&.enable_color \fB[0|1]\fR (default: 0)
545 .RS 4
546 Enable use of the active link background and text color settings instead of the link colors from the document\&.
549 document\&.browse\&.links\&.active_link\&.bold \fB[0|1]\fR (default: 0)
550 .RS 4
551 Make the active link text bold\&.
554 document\&.browse\&.links\&.active_link\&.invert \fB[0|1]\fR (default: 1)
555 .RS 4
556 Invert the fore\- and background color so the link stands out\&.
559 document\&.browse\&.links\&.active_link\&.underline \fB[0|1]\fR (default: 0)
560 .RS 4
561 Underline the active link\&.
563 .SS "document\&.browse\&.links\&.active_link\&.colors (Colors)"
564 Active link colors\&.
566 document\&.browse\&.links\&.active_link\&.colors\&.background \fB<color|#rrggbb>\fR (default: blue)
567 .RS 4
568 Default background color\&.
571 document\&.browse\&.links\&.active_link\&.colors\&.text \fB<color|#rrggbb>\fR (default: black)
572 .RS 4
573 Default text color\&.
575 .SS "document\&.browse\&.scrolling (Scrolling)"
576 Scrolling options\&.
578 document\&.browse\&.scrolling\&.horizontal_extended \fB[0|1]\fR (default: 1)
579 .RS 4
580 Whether to allow horizontal scrolling when the document does not extend off the screen\&. Useful for copy/paste operations\&.
583 document\&.browse\&.scrolling\&.horizontal_step \fB<num>\fR (default: 8)
584 .RS 4
585 Number of columns to scroll when a key bound to scroll\-left or scroll\-right is pressed and no prefix was given\&.
588 document\&.browse\&.scrolling\&.margin \fB<num>\fR (default: 3)
589 .RS 4
590 Size of the virtual margin \(en when you click inside of that margin, document scrolls in that direction\&.
593 document\&.browse\&.scrolling\&.vertical_step \fB<num>\fR (default: 2)
594 .RS 4
595 Number of lines to scroll when a key bound to scroll\-up or scroll\-down is pressed and no prefix was given\&.
597 .SS "document\&.browse\&.search (Searching)"
598 Options for searching\&.
600 document\&.browse\&.search\&.case \fB[0|1]\fR (default: 0)
601 .RS 4
602 Whether the search should match the document text while maintaining case sensitivity\&.
605 document\&.browse\&.search\&.regex \fB<num>\fR (default: 0)
606 .RS 4
607 Enable searching with regular expressions:
609 .RS 4
610 \h'-04'\(bu\h'+03'0 for plain text searching
613 .RS 4
614 \h'-04'\(bu\h'+03'1 for basic regular expression searches
617 .RS 4
618 \h'-04'\(bu\h'+03'2 for extended regular expression searches
622 document\&.browse\&.search\&.show_hit_top_bottom \fB[0|1]\fR (default: 1)
623 .RS 4
624 Whether to show a dialog when the search hits the top or bottom of the document\&.
627 document\&.browse\&.search\&.wraparound \fB[0|1]\fR (default: 1)
628 .RS 4
629 Wrap around when searching\&. Currently only used for typeahead\&.
632 document\&.browse\&.search\&.show_not_found \fB<num>\fR (default: 2)
633 .RS 4
634 How to inform the user when nothing is matched:
636 .RS 4
637 \h'-04'\(bu\h'+03'0 means do nothing
640 .RS 4
641 \h'-04'\(bu\h'+03'1 means beep the terminal
644 .RS 4
645 \h'-04'\(bu\h'+03'2 means pop up message box
649 document\&.browse\&.search\&.typeahead \fB<num>\fR (default: 0)
650 .RS 4
651 Start typeahead searching when an unbound key is pressed without any modifiers\&. Note that most keys have default bindings, so this feature will not be useful unless you unbind them\&.
653 .RS 4
654 \h'-04'\(bu\h'+03'0 disables this feature; typeahead searching will only be used when you press a key bound to search\-typeahead or similar
657 .RS 4
658 \h'-04'\(bu\h'+03'1 automatically starts typeahead searching thru link text
661 .RS 4
662 \h'-04'\(bu\h'+03'2 automatically starts typeahead searching thru all document text
665 .SS "document\&.cache (Cache)"
666 Cache options\&.
668 document\&.cache\&.cache_redirects \fB[0|1]\fR (default: 0)
669 .RS 4
670 Cache even redirects sent by server (usually thru HTTP by a 302 HTTP code and a Location header)\&. This was the original behaviour for quite some time, but it causes problems in a situation very common to various web login systems \(en frequently, when accessing a certain location, they will redirect you to a login page if they don\'t receive an auth cookie, the login page then gives you the cookie and redirects you back to the original page, but there you have already cached redirect back to the login page! If this option has value of 0, this malfunction is fixed, but occasionally you may get superfluous (depends on how you take it ;\-) requests to the server\&. If this option has value of 1, experienced users can still workaround it by clever combination of usage of reload, jumping around in session history and hitting ctrl+enter\&.
672 Note that this option is checked when retrieving the information from cache, not when saving it to cache \(en thus if you enable it, even previous redirects will be taken from cache instead of asking the server\&.
675 document\&.cache\&.ignore_cache_control \fB[0|1]\fR (default: 1)
676 .RS 4
677 Ignore Cache\-Control and Pragma server headers\&. When set, the document is cached even with \'Cache\-Control: no\-cache\'\&.
680 document\&.cache\&.revalidation_interval \fB<num>\fR (default: \-1)
681 .RS 4
682 Period in seconds that a cache entry is considered to be up\-to\-date\&. When a document is loaded and this interval has elapsed since the document was initially loaded or most recently revalidated with the server, the server will be checked in case there is a more up\-to\-date version of the document\&.
684 A value of \-1 disables automatic revalidation\&.
686 .SS "document\&.cache\&.format (Formatted documents)"
687 Format cache options\&.
689 document\&.cache\&.format\&.size \fB<num>\fR (default: 5)
690 .RS 4
691 Number of cached formatted pages\&. Do not get too generous here, \'formatted\' means that all the accompanying structures are kept in memory so that you get the cached document immediatelly, but these structures may take a lot \(en 2x the size of the HTML source is probably not unusual, but it can be even more if the document consists of a lot of short lines (padded right, if possible) and links and not much other markup\&. So if you set this to 256 and then you don\'t like your
692 ELinks
693 eating 90M, don\'t come complaining to us\&. ;\-)
695 Also note that the format cache itself is not counted to the memory cache size, but the HTML source of the formatted documents is always cached, even if it is over the memory cache size threshold\&. (Then of course no other documents can be cached\&.)
697 .SS "document\&.cache\&.memory (Memory cache)"
698 Memory cache options\&.
700 document\&.cache\&.memory\&.size \fB<num>\fR (default: 1048576)
701 .RS 4
702 Memory cache size (in bytes)\&.
704 .SS "document\&.codepage (Charset)"
705 Charset options\&.
707 document\&.codepage\&.assume \fB<codepage>\fR (default: System)
708 .RS 4
709 Default document codepage\&. \'System\' stands for a codepage determined by a selected locale\&.
712 document\&.codepage\&.force_assumed \fB[0|1]\fR (default: 0)
713 .RS 4
714 Ignore charset info sent by server\&.
716 .SS "document\&.colors (Default color settings)"
717 Default document color settings\&.
719 document\&.colors\&.text \fB<color|#rrggbb>\fR (default: gray75)
720 .RS 4
721 Default text color\&.
724 document\&.colors\&.background \fB<color|#rrggbb>\fR (default: black)
725 .RS 4
726 Default background color\&.
729 document\&.colors\&.link \fB<color|#rrggbb>\fR (default: blue)
730 .RS 4
731 Default link color\&.
734 document\&.colors\&.vlink \fB<color|#rrggbb>\fR (default: yellow)
735 .RS 4
736 Default visited link color\&.
739 document\&.colors\&.image \fB<color|#rrggbb>\fR (default: darkolivegreen)
740 .RS 4
741 Default image link color\&.
744 document\&.colors\&.bookmark \fB<color|#rrggbb>\fR (default: hotpink)
745 .RS 4
746 Default bookmarked link color\&.
749 document\&.colors\&.dirs \fB<color|#rrggbb>\fR (default: yellow)
750 .RS 4
751 Default directory color\&.
754 document\&.browse\&.links\&.color_dirs
755 option\&.
758 document\&.colors\&.increase_contrast \fB[0|1]\fR (default: 1)
759 .RS 4
760 Increase the contrast between the foreground and background colors to ensure readability\&. For example it disallows dark colors on a black background\&. Note, this is different from ensuring the contrast with the ensure_contrast option\&.
763 document\&.colors\&.ensure_contrast \fB[0|1]\fR (default: 1)
764 .RS 4
765 Makes sure that the back\- and foreground colors are never equal\&.
768 document\&.colors\&.use_document_colors \fB<num>\fR (default: 2)
769 .RS 4
770 Use colors specified in document:
772 .RS 4
773 \h'-04'\(bu\h'+03'0 is use always the default settings
776 .RS 4
777 \h'-04'\(bu\h'+03'1 is use document colors if available, except background
780 .RS 4
781 \h'-04'\(bu\h'+03'2 is use document colors, including background\&. This can mostly look very impressive, but some sites will appear really ugly\&. Note, that obviously if the background is not black, it will break the behaviour of transparency\&.
784 .SS "document\&.css (Cascading Style Sheets)"
785 Options concerning how to use CSS for styling documents\&.
787 document\&.css\&.enable \fB[0|1]\fR (default: 1)
788 .RS 4
789 Enable adding of CSS style info to documents\&.
792 document\&.css\&.import \fB[0|1]\fR (default: 1)
793 .RS 4
794 When enabled any external style sheets that are imported from either CSS itself using the @import keyword or from the HTML using <link> tags in the document header will also be downloaded\&.
797 document\&.css\&.stylesheet \fB<str>\fR (default: "")
798 .RS 4
799 The path to the file containing the default user defined Cascading Style Sheet\&. It can be used to control the basic layout of HTML documents\&. The path is assumed to be relative to
800 ELinks\' home directory\&.
802 Leave as "" to use built\-in document styling\&.
804 .SS "document\&.download (Downloading)"
805 Options regarding files downloading and handling\&.
807 document\&.download\&.directory \fB<str>\fR (default: "\&./")
808 .RS 4
809 Default download directory\&.
812 document\&.download\&.set_original_time \fB[0|1]\fR (default: 0)
813 .RS 4
814 Set the timestamp of each downloaded file to the timestamp stored on the server\&.
817 document\&.download\&.overwrite \fB<num>\fR (default: 2)
818 .RS 4
819 Prevent overwriting the local files:
821 .RS 4
822 \h'-04'\(bu\h'+03'0 is files will silently be overwritten
825 .RS 4
826 \h'-04'\(bu\h'+03'1 is add a suffix \&.{number} (for example \'\&.1\') to the name
829 .RS 4
830 \h'-04'\(bu\h'+03'2 is ask the user
834 document\&.download\&.notify_bell \fB<num>\fR (default: 0)
835 .RS 4
836 Audio notification when download is completed:
838 .RS 4
839 \h'-04'\(bu\h'+03'0 is never
842 .RS 4
843 \h'-04'\(bu\h'+03'1 is when background notification is active
846 .RS 4
847 \h'-04'\(bu\h'+03'2 is always
850 .SS "document\&.dump (Dump output)"
851 Dump output options\&.
853 document\&.dump\&.codepage \fB<codepage>\fR (default: System)
854 .RS 4
855 Codepage used in dump output\&. \'System\' stands for a codepage determined by a selected locale\&.
858 document\&.dump\&.color_mode \fB<num>\fR (default: \-1)
859 .RS 4
860 Color mode for dumps\&.
862 Some modes may have been disabled at compile time\&. The Setup \-> Terminal options dialog lists the modes supported by this executable\&. If you select an unsupported mode,
863 ELinks
864 uses 16 colors\&.
866 The color modes are:
868 .RS 4
869 \h'-04'\(bu\h'+03'\-1 is standard dump mode
872 .RS 4
873 \h'-04'\(bu\h'+03'0 is mono mode
876 .RS 4
877 \h'-04'\(bu\h'+03'1 is 16 color mode
880 .RS 4
881 \h'-04'\(bu\h'+03'2 is 88 color mode
884 .RS 4
885 \h'-04'\(bu\h'+03'3 is 256 color mode
888 .RS 4
889 \h'-04'\(bu\h'+03'4 is true color mode
893 document\&.dump\&.footer \fB<str>\fR (default: "")
894 .RS 4
895 Footer string used in dumps\&. %u is substituted by URL\&.
898 document\&.dump\&.header \fB<str>\fR (default: "")
899 .RS 4
900 Header string used in dumps\&. %u is substituted by URL\&.
903 document\&.dump\&.numbering \fB[0|1]\fR (default: 1)
904 .RS 4
905 Whether to print link numbers in dump output\&.
908 document\&.dump\&.references \fB[0|1]\fR (default: 1)
909 .RS 4
910 Whether to print references (URIs) of document links in dump output\&.
913 document\&.dump\&.separator \fB<str>\fR (default: " ")
914 .RS 4
915 String which separates two dumps\&.
918 document\&.dump\&.width \fB<num>\fR (default: 80)
919 .RS 4
920 Width of screen in characters when dumping documents\&.
922 .SS "document\&.history (History)"
923 History options\&.
925 document\&.history\&.keep_unhistory \fB[0|1]\fR (default: 1)
926 .RS 4
927 Keep unhistory ("forward history")\&.
929 .SS "document\&.history\&.global (Global history)"
930 Global history options\&.
932 document\&.history\&.global\&.enable \fB[0|1]\fR (default: 1)
933 .RS 4
934 Enable global history ("history of all pages visited")\&.
937 document\&.history\&.global\&.max_items \fB<num>\fR (default: 1024)
938 .RS 4
939 Maximum number of entries in the global history\&.
942 document\&.history\&.global\&.display_type \fB<num>\fR (default: 0)
943 .RS 4
944 What to display in global history dialog:
946 .RS 4
947 \h'-04'\(bu\h'+03'0 is URLs
950 .RS 4
951 \h'-04'\(bu\h'+03'1 is page titles
954 .SS "document\&.html (HTML rendering)"
955 Options concerning the display of HTML pages\&.
957 document\&.html\&.display_frames \fB[0|1]\fR (default: 1)
958 .RS 4
959 Display frames\&.
962 document\&.html\&.display_tables \fB[0|1]\fR (default: 1)
963 .RS 4
964 Display tables\&.
967 document\&.html\&.display_subs \fB[0|1]\fR (default: 1)
968 .RS 4
969 Display subscripts (as [thing])\&.
972 document\&.html\&.display_sups \fB[0|1]\fR (default: 1)
973 .RS 4
974 Display superscripts (as ^thing)\&.
977 document\&.html\&.link_display \fB<num>\fR (default: 2)
978 .RS 4
979 How to render <link> tags from the HTML header:
981 .RS 4
982 \h'-04'\(bu\h'+03'0 is nothing
985 .RS 4
986 \h'-04'\(bu\h'+03'1 is title
989 .RS 4
990 \h'-04'\(bu\h'+03'2 is name in addition
993 .RS 4
994 \h'-04'\(bu\h'+03'3 is hreflang in addition
997 .RS 4
998 \h'-04'\(bu\h'+03'4 is type in addition
1001 .RS 4
1002 \h'-04'\(bu\h'+03'5 is everything
1006 document\&.html\&.underline_links \fB[0|1]\fR (default: 0)
1007 .RS 4
1008 Underline links\&.
1011 document\&.html\&.wrap_nbsp \fB[0|1]\fR (default: 0)
1012 .RS 4
1013 If set do not honour non breaking space (the nbsp entity) but allow to wrap the text\&. This can help keeping the width of documents down so no horizontal scrolling is needed\&.
1015 .SS "document\&.plain (Plain rendering)"
1016 Options concerning the display of plain text pages\&.
1018 document\&.plain\&.display_links \fB[0|1]\fR (default: 0)
1019 .RS 4
1020 Display URIs in the document as links\&.
1023 document\&.plain\&.compress_empty_lines \fB[0|1]\fR (default: 0)
1024 .RS 4
1025 Compress successive empty lines to only one in displayed text\&.
1027 .SS "document\&.uri_passing (URI passing)"
1028 Rules for passing URIs to external commands\&. When one rule is defined the link and tab menu will have a menu item that makes it possible to pass the the link, frame or tab URI to an external command\&. If several rules are defined the link and tab menu will have a submenu of items for each rule\&.
1030 Note, this is mostly useful for launching graphical viewers, since there is no support for releasing the terminal while the command runs\&. The action and submenus are also available by binding keys to the frame\-external\-command, the link\-external\-command, and the tab\-external\-command actions\&.
1032 document\&.uri_passing\&._template_ \fB<str>\fR (default: "")
1033 .RS 4
1034 A rule for passing URI to an external command\&. The format is:
1036 .RS 4
1037 \h'-04'\(bu\h'+03'%c in the string means the current URL
1040 .RS 4
1041 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1043 .IP "" 4
1045 \fBnot\fR
1046 put single\- or double\-quotes around %c\&.
1048 .SS "ecmascript (ECMAScript)"
1049 ECMAScript options\&.
1051 ecmascript\&.enable \fB[0|1]\fR (default: 0)
1052 .RS 4
1053 Whether to run those scripts inside of documents\&.
1056 ecmascript\&.error_reporting \fB[0|1]\fR (default: 0)
1057 .RS 4
1058 Open a message box when a script reports an error\&.
1061 ecmascript\&.ignore_noscript \fB[0|1]\fR (default: 0)
1062 .RS 4
1063 Whether to ignore content enclosed by the <noscript> tag when ECMAScript is enabled\&.
1066 ecmascript\&.max_exec_time \fB<num>\fR (default: 5)
1067 .RS 4
1068 Maximum execution time in seconds for a script\&.
1071 ecmascript\&.block_window_opening \fB[0|1]\fR (default: 0)
1072 .RS 4
1073 Whether to disallow scripts to open new windows or tabs\&.
1075 .SS "infofiles (Information files)"
1076 Options for information files in \fI~/\&.elinks\fR\&.
1078 infofiles\&.save_interval \fB<num>\fR (default: 300)
1079 .RS 4
1080 Interval at which to trigger information files in
1081 \fI~/\&.elinks\fR
1082 to be saved to disk if they have changed (seconds; 0 to disable)
1085 infofiles\&.secure_save \fB[0|1]\fR (default: 1)
1086 .RS 4
1087 First write data to unique temporary file, then rename this file upon successfully finishing this\&. Note that this relates only to config files, not downloaded files\&. You may want to disable it if you are using some exotic permissions for concerned files\&. Secure file saving is automagically disabled if file is symlink\&.
1089 Warning: some systems (ie\&. OS/2, Win32) require that destination file doesn\'t exist when
1090 \fBrename\fR(3)
1091 is called, breaking atomicity, and reducing reliability of this feature\&.
1094 infofiles\&.secure_save_fsync \fB[0|1]\fR (default: 1)
1095 .RS 4
1096 When using secure file saving, call
1097 \fBfsync\fR(3), if the OS supports it, to force the OS immediately to write the data to permanent storage\&. This is optional for those who wish to avoid excessive disk I/O\&.
1099 .SS "mime (MIME)"
1100 MIME\-related options (handlers of various MIME types)\&.
1102 mime\&.default_type \fB<str>\fR (default: "application/octet\-stream")
1103 .RS 4
1104 Document MIME\-type to assume by default (when we are unable to guess it properly from known information about the document)\&.
1106 .SS "mime\&.extension (File extension associations)"
1107 Extension \(<> MIME type association\&.
1109 mime\&.extension\&._template_ \fB<str>\fR (default: "")
1110 .RS 4
1111 MIME\-type matching this file extension (\'*\' is used here in place of \'\&.\')\&.
1113 .SS "mime\&.handler (File type handlers)"
1114 A file type handler is a set of information about how to use an external program to view a file\&. It is possible to refer to it for several MIME types \(em e\&.g\&., you can define an \'image\' handler to which mime\&.type\&.image\&.png, mime\&.type\&.image\&.jpeg, and so on will refer; or one might define a handler for a more specific type of file \(em e\&.g\&., PDF files\&. Note you must define both a MIME handler and a MIME type association for it to work\&.
1116 .SS "mime\&.handler\&._template_ (Template option folder)"
1117 Description of this handler\&.
1119 .SS "mime\&.handler\&._template_\&._template_ (Template option folder)"
1120 System\-specific handler description (ie\&. unix, unix\-xwin, \&.\&.\&.)\&.
1122 mime\&.handler\&._template_\&._template_\&.ask \fB[0|1]\fR (default: 1)
1123 .RS 4
1124 Ask before opening\&.
1127 mime\&.handler\&._template_\&._template_\&.block \fB[0|1]\fR (default: 1)
1128 .RS 4
1129 Block the terminal when the handler is running\&.
1132 mime\&.handler\&._template_\&._template_\&.program \fB<str>\fR (default: "")
1133 .RS 4
1134 External viewer for this file type\&. \'%\' in this string will be substituted by a file name\&. Do
1135 \fBnot\fR
1136 put single\- or double\-quotes around the % sign\&.
1138 .SS "mime\&.mailcap (Mailcap)"
1139 Options for mailcap support\&.
1141 mime\&.mailcap\&.enable \fB[0|1]\fR (default: 1)
1142 .RS 4
1143 Enable mailcap support\&.
1146 mime\&.mailcap\&.path \fB<str>\fR (default: "~/\&.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap:/usr/share/mailcap:/usr/share/misc/mailcap")
1147 .RS 4
1148 Mailcap search path\&. Colon\-separated list of files\&. Leave as "" to use
1149 \fBMAILCAP\fR
1150 environment variable instead\&.
1153 mime\&.mailcap\&.ask \fB[0|1]\fR (default: 1)
1154 .RS 4
1155 Ask before using the handlers defined by mailcap\&.
1158 mime\&.mailcap\&.description \fB<num>\fR (default: 0)
1159 .RS 4
1160 Type of description to show in "what to do with this file" query dialog:
1162 .RS 4
1163 \h'-04'\(bu\h'+03'0 is show "mailcap"
1166 .RS 4
1167 \h'-04'\(bu\h'+03'1 is show program to be run
1170 .RS 4
1171 \h'-04'\(bu\h'+03'2 is show mailcap description field if any; "mailcap" otherwise
1175 mime\&.mailcap\&.prioritize \fB[0|1]\fR (default: 1)
1176 .RS 4
1177 Prioritize entries by the order of the files in the mailcap path\&. This means that wildcard entries (like: image/*) will also be checked before deciding the handler\&.
1179 .SS "mime\&.mimetypes (Mimetypes files)"
1180 Options for the support of \fImime\&.types\fR files\&. These files can be used to find the content type of a URL by looking at the extension of the file name\&.
1182 mime\&.mimetypes\&.enable \fB[0|1]\fR (default: 1)
1183 .RS 4
1184 Enable
1185 \fImime\&.types\fR
1186 support\&.
1189 mime\&.mimetypes\&.path \fB<str>\fR (default: "~/\&.mime\&.types:/etc/mime\&.types:/usr/etc/mime\&.types:/usr/local/etc/mime\&.types:/usr/share/mime\&.types:/usr/share/misc/mime\&.types")
1190 .RS 4
1191 The search path for
1192 \fImime\&.types\fR
1193 files\&. Colon\-separated list of files\&.
1195 .SS "mime\&.type (MIME type associations)"
1196 Handler \(<> MIME type association\&. The first sub\-tree is the MIME class while the second sub\-tree is the MIME type (ie\&. image/gif handler will reside at mime\&.type\&.image\&.gif)\&. Each MIME type option should contain (case\-sensitive) name of the MIME handler (its properties are stored at mime\&.handler\&.<name>)\&.
1198 .SS "mime\&.type\&._template_ (Template option folder)"
1199 Handler matching this MIME\-type class (\'*\' is used here in place of \'\&.\')\&.
1201 mime\&.type\&._template_\&._template_ \fB<str>\fR (default: "")
1202 .RS 4
1203 Handler matching this MIME\-type name (\'*\' is used here in place of \'\&.\')\&.
1205 .SS "protocol (Protocols)"
1206 Protocol specific options\&.
1208 protocol\&.no_proxy \fB<str>\fR (default: "")
1209 .RS 4
1210 Comma separated list of domains for which the proxy (HTTP/FTP) should be disabled\&. Optionally, a port can be specified for some domains as well\&. If it\'s blank,
1211 \fBNO_PROXY\fR
1212 environment variable is checked as well\&.
1214 .SS "protocol\&.bittorrent (BitTorrent)"
1215 BitTorrent specific options\&.
1217 protocol\&.bittorrent\&.piece_cache_size \fB<num>\fR (default: 1048576)
1218 .RS 4
1219 The maximum amount of memory used to hold recently downloaded pieces\&.
1221 Set to 0 to have unlimited size\&.
1224 protocol\&.bittorrent\&.max_uploads \fB<num>\fR (default: 7)
1225 .RS 4
1226 The maximum number of uploads to allow at once\&.
1229 protocol\&.bittorrent\&.min_uploads \fB<num>\fR (default: 2)
1230 .RS 4
1231 The minimum number of uploads which should at least be used for new connections\&.
1234 protocol\&.bittorrent\&.request_queue_size \fB<num>\fR (default: 5)
1235 .RS 4
1236 How many piece requests to continuously keep in queue\&. Pipelining of requests is essential to saturate connections and get a good connection performance and thus a faster download\&. However, a very big queue size can lead to wasting bandwidth near the end of the connection since remaining piece blocks will be requested from multiple peers\&.
1239 protocol\&.bittorrent\&.choke_interval \fB<num>\fR (default: 10)
1240 .RS 4
1241 The number of seconds between updating the connection state and most importantly choke and unchoke peer connections\&. The choke period should be big enough for newly unchoked connections to get started but small enough to not allow freeriders too much room for stealing bandwidth\&.
1244 protocol\&.bittorrent\&.rarest_first_cutoff \fB<num>\fR (default: 4)
1245 .RS 4
1246 The number of pieces to obtain before switching piece selection strategy from random to rarest first\&.
1249 protocol\&.bittorrent\&.allow_blacklist \fB[0|1]\fR (default: 1)
1250 .RS 4
1251 Allow blacklisting of buggy peers\&.
1253 .SS "protocol\&.bittorrent\&.ports (Port range)"
1254 Port range allowed to be used for listening on\&.
1256 protocol\&.bittorrent\&.ports\&.min \fB<num>\fR (default: 6881)
1257 .RS 4
1258 The minimum port to try and listen on\&.
1261 protocol\&.bittorrent\&.ports\&.max \fB<num>\fR (default: 6999)
1262 .RS 4
1263 The maximum port to try and listen on\&.
1265 .SS "protocol\&.bittorrent\&.tracker (Tracker)"
1266 Tracker options\&.
1268 protocol\&.bittorrent\&.tracker\&.compact \fB[0|1]\fR (default: 0)
1269 .RS 4
1270 Whether to request that the tracker returns peer info in compact format\&. Note, the compact format only supports IPv4 addresses\&.
1273 protocol\&.bittorrent\&.tracker\&.interval \fB<num>\fR (default: 0)
1274 .RS 4
1275 The number of seconds to wait between periodically contacting the tracker for announcing progress and requesting more peers\&. Set to zero to use the interval requested by the tracker\&.
1278 protocol\&.bittorrent\&.tracker\&.ip_address \fB<str>\fR (default: "")
1279 .RS 4
1280 What IP address to report to the tracker\&. If set to "" no IP address will be sent and the tracker will automatically determine an appropriate IP address\&.
1283 protocol\&.bittorrent\&.tracker\&.key \fB<str>\fR (default: "")
1284 .RS 4
1285 An additional identification that is not shared with any users\&. It is intended to allow a client to prove their identity should their IP address change\&. It is an optional parameter, but some trackers require this parameter\&. If set to "" no user key will be sent to the tracker\&.
1288 protocol\&.bittorrent\&.tracker\&.numwant \fB<num>\fR (default: 50)
1289 .RS 4
1290 The maximum number of peers to request from the tracker\&. Set to 0 to use the server default\&.
1293 protocol\&.bittorrent\&.tracker\&.min_skip_size \fB<num>\fR (default: 20)
1294 .RS 4
1295 The minimum number of peers to have in the current peer info pool before skipping requesting of more peers\&. I\&.e\&. setting numwant to zero\&. Set to 0 to not have any limit\&.
1297 .SS "protocol\&.bittorrent\&.peerwire (Peer\-wire)"
1298 Lowlevel peer\-wire options\&.
1300 protocol\&.bittorrent\&.peerwire\&.connections \fB<num>\fR (default: 55)
1301 .RS 4
1302 The maximum number of allowed connections to both active and non\-active peers\&. By increasing the number of allowed connections, the chance of finding good peers to download from is increased\&. However, too many connections can lead to TCP congestion\&. If the maximum is reached all new incoming connections will be closed\&.
1305 protocol\&.bittorrent\&.peerwire\&.max_message_length \fB<num>\fR (default: 8388608)
1306 .RS 4
1307 The maximum length of messages to accept over the wire\&. Larger values will cause the connection to be dropped\&.
1310 protocol\&.bittorrent\&.peerwire\&.max_request_length \fB<num>\fR (default: 8388608)
1311 .RS 4
1312 The maximum length to allow for incoming requests\&. Larger requests will cause the connection to be dropped\&.
1315 protocol\&.bittorrent\&.peerwire\&.request_length \fB<num>\fR (default: 16384)
1316 .RS 4
1317 How many bytes to query for per request\&. This is complementary to the max_request_length option\&. If the configured length is bigger than the piece length it will be truncated\&.
1320 protocol\&.bittorrent\&.peerwire\&.timeout \fB<num>\fR (default: 300)
1321 .RS 4
1322 The number of seconds to wait before closing a socket on which nothing has been received or sent\&.
1325 protocol\&.bittorrent\&.peerwire\&.pool_size \fB<num>\fR (default: 55)
1326 .RS 4
1327 Maximum number of items in the peer pool\&. The peer pool contains information used for establishing connections to new peers\&.
1329 Set to 0 to have unlimited size\&.
1331 .SS "protocol\&.file (Local files)"
1332 Options specific to local browsing\&.
1334 protocol\&.file\&.allow_special_files \fB[0|1]\fR (default: 0)
1335 .RS 4
1336 Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading
1337 \fI/dev/urandom\fR
1339 \fI/dev/zero\fR
1340 can ruin your day!
1343 protocol\&.file\&.show_hidden_files \fB[0|1]\fR (default: 1)
1344 .RS 4
1345 When set to false, files with name starting with a dot will be hidden in local directory listings\&.
1348 protocol\&.file\&.try_encoding_extensions \fB[0|1]\fR (default: 1)
1349 .RS 4
1350 When set, if we can\'t open a file named \'filename\', we\'ll try to open \'filename\' with some encoding extension appended (ie\&. \'filename\&.gz\'); it depends on the supported encodings\&.
1352 .SS "protocol\&.file\&.cgi (Local CGI)"
1353 Local CGI specific options\&.
1355 protocol\&.file\&.cgi\&.path \fB<str>\fR (default: "")
1356 .RS 4
1357 Colon separated list of directories, where CGI scripts are stored\&.
1360 protocol\&.file\&.cgi\&.policy \fB[0|1]\fR (default: 0)
1361 .RS 4
1362 Whether to execute local CGI scripts\&.
1364 .SS "protocol\&.fsp (FSP)"
1365 FSP specific options\&.
1367 protocol\&.fsp\&.sort \fB[0|1]\fR (default: 1)
1368 .RS 4
1369 Whether to sort entries in directory listings\&.
1371 .SS "protocol\&.ftp (FTP)"
1372 FTP specific options\&.
1374 protocol\&.ftp\&.anon_passwd \fB<str>\fR (default: "some@host\&.domain")
1375 .RS 4
1376 FTP anonymous password to be sent\&.
1379 protocol\&.ftp\&.use_pasv \fB[0|1]\fR (default: 1)
1380 .RS 4
1381 Use PASV instead of PORT (passive vs active mode, IPv4 only)\&.
1384 protocol\&.ftp\&.use_epsv \fB[0|1]\fR (default: 0)
1385 .RS 4
1386 Use EPSV instead of EPRT (passive vs active mode, IPv6 only)\&.
1388 .SS "protocol\&.ftp\&.proxy (Proxy configuration)"
1389 FTP proxy configuration\&.
1391 protocol\&.ftp\&.proxy\&.host \fB<str>\fR (default: "")
1392 .RS 4
1393 Host and port\-number (host:port) of the FTP proxy, or blank\&. If it\'s blank,
1394 \fBFTP_PROXY\fR
1395 environment variable is checked as well\&.
1397 .SS "protocol\&.http (HTTP)"
1398 HTTP\-specific options\&.
1400 protocol\&.http\&.accept_language \fB<str>\fR (default: "")
1401 .RS 4
1402 Send Accept\-Language header\&.
1405 protocol\&.http\&.accept_ui_language \fB[0|1]\fR (default: 1)
1406 .RS 4
1407 Request localised versions of documents from web\-servers (using the Accept\-Language header) using the language you have configured for
1408 ELinks\' user\-interface (this also affects navigator\&.language ECMAScript value available to scripts)\&. Note that some see this as a potential security risk because it tells web\-masters and the FBI sniffers about your language preference\&.
1411 protocol\&.http\&.compression \fB[0|1]\fR (default: 1)
1412 .RS 4
1413 If enabled, the capability to receive compressed content (gzip and/or bzip2) is announced to the server, which usually sends the reply compressed, thus saving some bandwidth at slight CPU expense\&.
1416 ELinks
1417 displays a incomplete page or garbage, try disabling this option\&. If that helps, there may be a bug in the decompression part of
1418 ELinks\&. Please report such bugs\&.
1421 ELinks
1422 has been compiled without compression support, this option has no effect\&. To check the supported features, see Help \-> About\&.
1425 protocol\&.http\&.trace \fB[0|1]\fR (default: 0)
1426 .RS 4
1427 If active, all HTTP requests are sent with TRACE as their method rather than GET or POST\&. This is useful for debugging of both
1428 ELinks
1429 and various server\-side scripts \(em the server only returns the client\'s request back to the client verbatim\&. Note that this type of request may not be enabled on all servers\&.
1432 protocol\&.http\&.user_agent \fB<str>\fR (default: "ELinks/%v (textmode; %s; %t\-%b)")
1433 .RS 4
1434 Change the User Agent ID\&. That means identification string, which is sent to HTTP server when a document is requested\&. The \'textmode\' token in the first field is our silent attempt to establish this as a standard for new textmode user agents, so that the webmasters can have just a single uniform test for these if they are e\&.g\&. pushing some lite version to them automagically\&.
1436 Use " " if you don\'t want any User\-Agent header to be sent at all\&.
1438 .RS 4
1439 \h'-04'\(bu\h'+03'%v in the string means
1440 ELinks
1441 version,
1444 .RS 4
1445 \h'-04'\(bu\h'+03'%s in the string means system identification,
1448 .RS 4
1449 \h'-04'\(bu\h'+03'%t in the string means size of the terminal,
1452 .RS 4
1453 \h'-04'\(bu\h'+03'%b in the string means number of bars displayed by
1454 ELinks\&.
1457 .SS "protocol\&.http\&.bugs (Server bug workarounds)"
1458 Server\-side HTTP bugs workarounds\&.
1460 protocol\&.http\&.bugs\&.accept_charset \fB[0|1]\fR (default: 1)
1461 .RS 4
1462 The Accept\-Charset header is quite long and sending it can trigger bugs in some rarely found servers\&.
1465 protocol\&.http\&.bugs\&.allow_blacklist \fB[0|1]\fR (default: 1)
1466 .RS 4
1467 Allow blacklisting of buggy servers\&.
1470 protocol\&.http\&.bugs\&.broken_302_redirect \fB[0|1]\fR (default: 1)
1471 .RS 4
1472 Broken 302 redirect (violates RFC but compatible with Netscape)\&. This is a problem for a lot of web discussion boards and the like\&. If they will do strange things to you, try to play with this\&.
1475 protocol\&.http\&.bugs\&.post_no_keepalive \fB[0|1]\fR (default: 0)
1476 .RS 4
1477 Disable keepalive connection after POST request\&.
1480 protocol\&.http\&.bugs\&.http10 \fB[0|1]\fR (default: 0)
1481 .RS 4
1482 Use HTTP/1\&.0 protocol instead of HTTP/1\&.1\&.
1484 .SS "protocol\&.http\&.proxy (Proxy configuration)"
1485 HTTP proxy configuration\&.
1487 protocol\&.http\&.proxy\&.host \fB<str>\fR (default: "")
1488 .RS 4
1489 Host and port\-number (host:port) of the HTTP proxy, or blank\&. If it\'s blank,
1490 \fBHTTP_PROXY\fR
1491 environment variable is checked as well\&.
1494 protocol\&.http\&.proxy\&.user \fB<str>\fR (default: "")
1495 .RS 4
1496 Proxy authentication username\&.
1499 protocol\&.http\&.proxy\&.passwd \fB<str>\fR (default: "")
1500 .RS 4
1501 Proxy authentication password\&.
1503 .SS "protocol\&.http\&.referer (Referer sending)"
1504 HTTP referer sending options\&. HTTP referer is a special header sent in the HTTP requests, which is supposed to contain the previous page visited by the browser\&.This way, the server can know what link did you follow when accessing that page\&. However, this behaviour can unfortunately considerably affect privacy and can lead even to a security problem on some badly designed web pages\&.
1506 protocol\&.http\&.referer\&.policy \fB<num>\fR (default: 3)
1507 .RS 4
1508 Mode of sending HTTP referer:
1510 .RS 4
1511 \h'-04'\(bu\h'+03'0 is send no referer
1514 .RS 4
1515 \h'-04'\(bu\h'+03'1 is send current URL as referer
1518 .RS 4
1519 \h'-04'\(bu\h'+03'2 is send fixed fake referer
1522 .RS 4
1523 \h'-04'\(bu\h'+03'3 is send previous URL as referer (correct, but insecure)
1527 protocol\&.http\&.referer\&.fake \fB<str>\fR (default: "")
1528 .RS 4
1529 Fake referer to be sent when policy is 2\&.
1531 .SS "protocol\&.https (HTTPS)"
1532 HTTPS\-specific options\&.
1534 .SS "protocol\&.https\&.proxy (Proxy configuration)"
1535 HTTPS proxy configuration\&.
1537 protocol\&.https\&.proxy\&.host \fB<str>\fR (default: "")
1538 .RS 4
1539 Host and port\-number (host:port) of the HTTPS CONNECT proxy, or blank\&. If it\'s blank,
1540 \fBHTTPS_PROXY\fR
1541 environment variable is checked as well\&.
1543 .SS "protocol\&.nntp (NNTP)"
1544 NNTP and news specific options\&.
1546 protocol\&.nntp\&.server \fB<str>\fR (default: "")
1547 .RS 4
1548 Used when resolving news: URIs\&. If set to the empty string the value of the
1549 \fBNNTPSERVER\fR
1550 environment variable will be used\&.
1553 protocol\&.nntp\&.header_entries \fB<str>\fR (default: "Subject,From,Date,Message\-ID,Newsgroups")
1554 .RS 4
1555 Comma separated list of which entries in the article header to show\&. E\&.g\&. \'Subject\' and \'From\'\&. All header entries can be read in the header info dialog\&.
1557 .SS "protocol\&.rewrite (URI rewriting)"
1558 Rules for rewriting URIs entered in the goto dialog\&. It makes it possible to define a set of prefixes that will be expanded if they match a string entered in the goto dialog\&. The prefixes can be dumb, meaning that they work only like URI abbreviations, or smart ones, making it possible to pass arguments to them like search engine keywords\&.
1560 protocol\&.rewrite\&.default_template \fB<str>\fR (default: "")
1561 .RS 4
1562 Default URI template used when the string entered in the goto dialog does not appear to be a URI or a filename (i\&.e\&. contains no \'\&.\', \':\' or \'/\' characters), and does not match any defined prefixes\&. Set the value to "" to disable use of the default template rewrite rule\&.
1564 .RS 4
1565 \h'-04'\(bu\h'+03'%c in the template means the current URL,
1568 .RS 4
1569 \h'-04'\(bu\h'+03'%s in the template means the whole string from the goto dialog,
1572 .RS 4
1573 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 mean the 1st,2nd,\&.\&.\&.,10th space\-delimited part of %s,
1576 .RS 4
1577 \h'-04'\(bu\h'+03'%% in the template means \'%\'\&.
1581 protocol\&.rewrite\&.enable\-dumb \fB[0|1]\fR (default: 1)
1582 .RS 4
1583 Enable dumb prefixes \(en simple URI abbreviations which can be written to the
1584 Goto URL
1585 dialog instead of actual URIs \(en i\&.e\&. if you write \'elinks\' there, you are directed to
1586 \fIhttp://elinks\&.cz/\fR\&.
1589 protocol\&.rewrite\&.enable\-smart \fB[0|1]\fR (default: 1)
1590 .RS 4
1591 Enable smart prefixes \(en URI templates triggered by writing given abbreviation to the
1592 Goto URL
1593 dialog followed by a list of arguments from which the actual URI is composed \(en i\&.e\&. \'gg:search keywords\' or \'gn search keywords for news\'\&.
1595 .SS "protocol\&.rewrite\&.dumb (Dumb Prefixes)"
1596 Dumb prefixes, see enable\-dumb description for details\&.
1598 protocol\&.rewrite\&.dumb\&._template_ \fB<str>\fR (default: "")
1599 .RS 4
1600 Replacement URI for this dumbprefix:
1602 .RS 4
1603 \h'-04'\(bu\h'+03'%c in the string means the current URL
1606 .RS 4
1607 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1610 .SS "protocol\&.rewrite\&.smart (Smart Prefixes)"
1611 Smart prefixes, see enable\-smart description for details\&.
1613 protocol\&.rewrite\&.smart\&._template_ \fB<str>\fR (default: "")
1614 .RS 4
1615 Replacement URI for this smartprefix:
1617 .RS 4
1618 \h'-04'\(bu\h'+03'%c in the string means the current URL
1621 .RS 4
1622 \h'-04'\(bu\h'+03'%s in the string means the whole argument to smartprefix
1625 .RS 4
1626 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 means argument 0, 1, \&.\&.\&., 9
1629 .RS 4
1630 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1633 .SS "protocol\&.user (User protocols)"
1634 User protocols\&. Options in this tree specify external handlers for the appropriate protocols\&. Ie\&. protocol\&.user\&.mailto\&.unix\&.
1636 .SS "protocol\&.user\&._template_ (Template option folder)"
1637 Handler (external program) for this protocol\&. Name the options in this tree after your system (ie\&. unix, unix\-xwin)\&.
1639 protocol\&.user\&._template_\&._template_ \fB<str>\fR (default: "")
1640 .RS 4
1641 Handler (external program) for this protocol and system\&.
1643 .RS 4
1644 \h'-04'\(bu\h'+03'%f in the string means file name to include form data from
1647 .RS 4
1648 \h'-04'\(bu\h'+03'%h in the string means hostname (or email address)
1651 .RS 4
1652 \h'-04'\(bu\h'+03'%p in the string means port
1655 .RS 4
1656 \h'-04'\(bu\h'+03'%d in the string means path (everything after the port)
1659 .RS 4
1660 \h'-04'\(bu\h'+03'%s in the string means subject (?subject=<this>)
1663 .RS 4
1664 \h'-04'\(bu\h'+03'%u in the string means the whole URL
1667 .SS "terminal (Terminals)"
1668 Terminal options\&.
1670 .SS "terminal\&._template_ (Template option folder)"
1671 Options specific to this terminal type (according to \fB$TERM\fR value)\&.
1673 terminal\&._template_\&.type \fB<num>\fR (default: 0)
1674 .RS 4
1675 Terminal type; matters mostly only when drawing frames and dialog box borders:
1677 .RS 4
1678 \h'-04'\(bu\h'+03'0 is dumb terminal type, ASCII art
1681 .RS 4
1682 \h'-04'\(bu\h'+03'1 is VT100, simple but portable
1685 .RS 4
1686 \h'-04'\(bu\h'+03'2 is Linux, you get double frames and other goodies
1689 .RS 4
1690 \h'-04'\(bu\h'+03'3 is KOI\-8
1693 .RS 4
1694 \h'-04'\(bu\h'+03'4 is FreeBSD
1698 terminal\&._template_\&.latin1_title \fB[0|1]\fR (default: 1)
1699 .RS 4
1700 When updating the window title of
1701 \fBxterm\fR
1702 or a similar terminal emulator, encode the title in ISO\-8859\-1 (Latin\-1), rather than in the charset used for other text in the window\&. Cyrillic and other characters get replaced with Latin ones\&. Xterm requires this unless you explicitly enable UTF\-8 titles in it\&.
1704 If this option does not take effect immediately, try switching to a different page so that
1705 ELinks
1706 notices it needs to update the title\&.
1709 terminal\&._template_\&.m11_hack \fB[0|1]\fR (default: 0)
1710 .RS 4
1711 Switch fonts when drawing lines, enabling both local characters and lines working at the same time\&.
1712 ELinks
1713 uses this option only if UTF\-8 I/O is disabled and the terminal type is Linux or FreeBSD\&.
1716 terminal\&._template_\&.utf_8_io \fB[0|1]\fR (default: 0)
1717 .RS 4
1718 Enable I/O in UTF\-8 for Unicode terminals\&. Note that currently, only the subset of UTF\-8 according to terminal codepage is used\&.
1719 ELinks
1720 ignores this option if the terminal codepage is UTF\-8\&.
1723 terminal\&._template_\&.restrict_852 \fB[0|1]\fR (default: 0)
1724 .RS 4
1725 Restrict the characters used when drawing lines\&. Makes sense only with linux terminals using the cp850/852 character sets\&.
1728 terminal\&._template_\&.block_cursor \fB[0|1]\fR (default: 0)
1729 .RS 4
1730 Move cursor to bottom right corner when done drawing\&. This is particularly useful when we have a block cursor, so that inversed text is displayed correctly\&.
1733 terminal\&._template_\&.colors \fB<num>\fR (default: 0)
1734 .RS 4
1735 The color mode controls what colors are used and how they are output to the terminal\&.
1737 Some modes may have been disabled at compile time\&. The Setup \-> Terminal options dialog lists the modes supported by this executable\&. If you select an unsupported mode,
1738 ELinks
1739 uses 16 colors\&.
1741 The color modes are:
1743 .RS 4
1744 \h'-04'\(bu\h'+03'0 is mono mode, only 2 colors are used
1747 .RS 4
1748 \h'-04'\(bu\h'+03'1 is 16 color mode, uses the common ANSI colors
1751 .RS 4
1752 \h'-04'\(bu\h'+03'2 is 88 color mode, uses XTerm RGB codes
1755 .RS 4
1756 \h'-04'\(bu\h'+03'3 is 256 color mode, uses XTerm RGB codes
1759 .RS 4
1760 \h'-04'\(bu\h'+03'4 is true color mode, uses konsole RGB codes
1764 terminal\&._template_\&.transparency \fB[0|1]\fR (default: 0)
1765 .RS 4
1766 If we should not set the background to black\&. This is particularly useful when we have a terminal (typically in some windowing environment) with a background image or a transparent background \(en it will be visible in
1767 ELinks
1768 as well (but
1769 ELinks
1770 document color handling will still assume the background is black so if you have a bright background you might experience contrast problems)\&. Note that this option makes sense only when colors are enabled\&.
1773 terminal\&._template_\&.underline \fB[0|1]\fR (default: 0)
1774 .RS 4
1775 If we should use underline or enhance the color instead\&.
1778 terminal\&._template_\&.charset \fB<codepage>\fR (default: System)
1779 .RS 4
1780 Codepage of charset used for displaying content on terminal\&. \'System\' stands for a codepage determined by a selected locale\&.
1782 .SS "ui (User interface)"
1783 User interface options\&.
1785 ui\&.date_format \fB<str>\fR (default: "%b %e %H:%M")
1786 .RS 4
1787 Date format to use in dialogs\&. See
1788 \fBstrftime\fR(3)\&.
1791 ui\&.language \fB<language>\fR (default: "System")
1792 .RS 4
1793 Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
1796 ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
1797 .RS 4
1798 Always show menu bar on the screen\&.
1801 ui\&.show_status_bar \fB[0|1]\fR (default: 1)
1802 .RS 4
1803 Show status bar on the screen\&.
1806 ui\&.show_title_bar \fB[0|1]\fR (default: 1)
1807 .RS 4
1808 Show title bar on the screen\&.
1811 ui\&.startup_goto_dialog \fB[0|1]\fR (default: 1)
1812 .RS 4
1813 Pop up goto dialog in newly created tabs when there\'s no homepage set\&. This means also showing goto dialog on startup\&.
1816 ui\&.success_msgbox \fB[0|1]\fR (default: 1)
1817 .RS 4
1818 When you pressed a
1819 Save
1820 button in some manager, this option will make sure that a box confirming success of the operation will pop up\&.
1823 ui\&.window_title \fB[0|1]\fR (default: 1)
1824 .RS 4
1825 Set the window title when running in a windowing environment in an
1826 \fBxterm\fR\-like terminal\&. This way the document\'s title is shown on the window titlebar\&.
1828 .SS "ui\&.clock (Clock)"
1829 Digital clock in the status bar\&.
1831 ui\&.clock\&.enable \fB[0|1]\fR (default: 0)
1832 .RS 4
1833 Whether to display a digital clock in the status bar\&.
1836 ui\&.clock\&.format \fB<str>\fR (default: "[%H:%M]")
1837 .RS 4
1838 Format string for the digital clock\&. See the
1839 \fBstrftime\fR(3)
1840 manpage for details\&.
1842 .SS "ui\&.colors (Color settings)"
1843 Default user interface color settings\&.
1845 .SS "ui\&.colors\&.color (Color terminals)"
1846 Color settings for color terminal\&.
1848 .SS "ui\&.colors\&.color\&.mainmenu (Main menu bar)"
1849 Main menu bar colors\&.
1851 .SS "ui\&.colors\&.color\&.mainmenu\&.normal (Unselected main menu bar item)"
1852 Unselected main menu bar item colors\&.
1854 ui\&.colors\&.color\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1855 .RS 4
1856 Default text color\&.
1859 ui\&.colors\&.color\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1860 .RS 4
1861 Default background color\&.
1863 .SS "ui\&.colors\&.color\&.mainmenu\&.selected (Selected main menu bar item)"
1864 Selected main menu bar item colors\&.
1866 ui\&.colors\&.color\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: green)
1867 .RS 4
1868 Default text color\&.
1871 ui\&.colors\&.color\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
1872 .RS 4
1873 Default background color\&.
1875 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey (Hotkey)"
1876 Main menu hotkey colors\&.
1878 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
1879 Main menu unselected hotkey colors\&.
1881 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1882 .RS 4
1883 Default text color\&.
1886 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1887 .RS 4
1888 Default background color\&.
1890 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
1891 Main menu selected hotkey colors\&.
1893 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1894 .RS 4
1895 Default text color\&.
1898 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1899 .RS 4
1900 Default background color\&.
1902 .SS "ui\&.colors\&.color\&.menu (Menu bar)"
1903 Menu bar colors\&.
1905 .SS "ui\&.colors\&.color\&.menu\&.normal (Unselected menu item)"
1906 Unselected menu item colors\&.
1908 ui\&.colors\&.color\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1909 .RS 4
1910 Default text color\&.
1913 ui\&.colors\&.color\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1914 .RS 4
1915 Default background color\&.
1917 .SS "ui\&.colors\&.color\&.menu\&.selected (Selected menu item)"
1918 Selected menu item colors\&.
1920 ui\&.colors\&.color\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
1921 .RS 4
1922 Default text color\&.
1925 ui\&.colors\&.color\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1926 .RS 4
1927 Default background color\&.
1929 .SS "ui\&.colors\&.color\&.menu\&.marked (Marked menu item)"
1930 Marked menu item colors\&.
1932 ui\&.colors\&.color\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: red)
1933 .RS 4
1934 Default text color\&.
1937 ui\&.colors\&.color\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
1938 .RS 4
1939 Default background color\&.
1941 .SS "ui\&.colors\&.color\&.menu\&.hotkey (Hotkey)"
1942 Menu item hotkey colors\&.
1944 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.normal (Unselected hotkey)"
1945 Menu item unselected hotkey colors\&.
1947 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1948 .RS 4
1949 Default text color\&.
1952 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1953 .RS 4
1954 Default background color\&.
1956 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.selected (Selected hotkey)"
1957 Menu item selected hotkey colors\&.
1959 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1960 .RS 4
1961 Default text color\&.
1964 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1965 .RS 4
1966 Default background color\&.
1968 .SS "ui\&.colors\&.color\&.menu\&.frame (Menu frame)"
1969 Menu frame colors\&.
1971 ui\&.colors\&.color\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
1972 .RS 4
1973 Default text color\&.
1976 ui\&.colors\&.color\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
1977 .RS 4
1978 Default background color\&.
1980 .SS "ui\&.colors\&.color\&.dialog (Dialog)"
1981 Dialog colors\&.
1983 .SS "ui\&.colors\&.color\&.dialog\&.generic (Generic)"
1984 Generic dialog colors\&.
1986 ui\&.colors\&.color\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
1987 .RS 4
1988 Default text color\&.
1991 ui\&.colors\&.color\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
1992 .RS 4
1993 Default background color\&.
1995 .SS "ui\&.colors\&.color\&.dialog\&.frame (Frame)"
1996 Dialog frame colors\&.
1998 ui\&.colors\&.color\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
1999 .RS 4
2000 Default text color\&.
2003 ui\&.colors\&.color\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2004 .RS 4
2005 Default background color\&.
2007 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar (Scrollbar)"
2008 Scrollbar colors\&.
2010 ui\&.colors\&.color\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: black)
2011 .RS 4
2012 Default text color\&.
2015 ui\&.colors\&.color\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: blue)
2016 .RS 4
2017 Default background color\&.
2019 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2020 Scrollbar selected colors\&.
2022 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2023 .RS 4
2024 Default text color\&.
2027 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2028 .RS 4
2029 Default background color\&.
2031 .SS "ui\&.colors\&.color\&.dialog\&.title (Title)"
2032 Dialog title colors\&.
2034 ui\&.colors\&.color\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: darkred)
2035 .RS 4
2036 Default text color\&.
2039 ui\&.colors\&.color\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: white)
2040 .RS 4
2041 Default background color\&.
2043 .SS "ui\&.colors\&.color\&.dialog\&.text (Text)"
2044 Dialog text colors\&.
2046 ui\&.colors\&.color\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2047 .RS 4
2048 Default text color\&.
2051 ui\&.colors\&.color\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2052 .RS 4
2053 Default background color\&.
2055 .SS "ui\&.colors\&.color\&.dialog\&.checkbox (Checkbox)"
2056 Dialog checkbox colors\&.
2058 ui\&.colors\&.color\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: darkred)
2059 .RS 4
2060 Default text color\&.
2063 ui\&.colors\&.color\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2064 .RS 4
2065 Default background color\&.
2067 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-selected (Selected checkbox)"
2068 Dialog selected checkbox colors\&.
2070 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2071 .RS 4
2072 Default text color\&.
2075 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2076 .RS 4
2077 Default background color\&.
2079 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-label (Checkbox label)"
2080 Dialog checkbox label colors\&.
2082 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2083 .RS 4
2084 Default text color\&.
2087 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2088 .RS 4
2089 Default background color\&.
2091 .SS "ui\&.colors\&.color\&.dialog\&.button (Button)"
2092 Dialog button colors\&.
2094 ui\&.colors\&.color\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: white)
2095 .RS 4
2096 Default text color\&.
2099 ui\&.colors\&.color\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: blue)
2100 .RS 4
2101 Default background color\&.
2103 .SS "ui\&.colors\&.color\&.dialog\&.button\-selected (Selected button)"
2104 Dialog selected button colors\&.
2106 ui\&.colors\&.color\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2107 .RS 4
2108 Default text color\&.
2111 ui\&.colors\&.color\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2112 .RS 4
2113 Default background color\&.
2115 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut (Button shortcut)"
2116 Dialog button colors\&.
2118 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: yellow)
2119 .RS 4
2120 Default text color\&.
2123 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: blue)
2124 .RS 4
2125 Default background color\&.
2127 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2128 Dialog selected button colors\&.
2130 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2131 .RS 4
2132 Default text color\&.
2135 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: blue)
2136 .RS 4
2137 Default background color\&.
2139 .SS "ui\&.colors\&.color\&.dialog\&.field (Text field)"
2140 Dialog text field colors\&.
2142 ui\&.colors\&.color\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: white)
2143 .RS 4
2144 Default text color\&.
2147 ui\&.colors\&.color\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: blue)
2148 .RS 4
2149 Default background color\&.
2151 .SS "ui\&.colors\&.color\&.dialog\&.field\-text (Text field text)"
2152 Dialog field text colors\&.
2154 ui\&.colors\&.color\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: yellow)
2155 .RS 4
2156 Default text color\&.
2159 ui\&.colors\&.color\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: blue)
2160 .RS 4
2161 Default background color\&.
2163 .SS "ui\&.colors\&.color\&.dialog\&.meter (Meter)"
2164 Dialog meter colors\&.
2166 ui\&.colors\&.color\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: white)
2167 .RS 4
2168 Default text color\&.
2171 ui\&.colors\&.color\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: blue)
2172 .RS 4
2173 Default background color\&.
2175 .SS "ui\&.colors\&.color\&.dialog\&.shadow (Shadow)"
2176 Dialog shadow colors (see ui\&.shadows option)\&.
2178 ui\&.colors\&.color\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2179 .RS 4
2180 Default text color\&.
2183 ui\&.colors\&.color\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2184 .RS 4
2185 Default background color\&.
2187 .SS "ui\&.colors\&.color\&.title (Title bar)"
2188 Title bar colors\&.
2190 .SS "ui\&.colors\&.color\&.title\&.title\-bar (Generic title bar)"
2191 Generic title bar colors\&.
2193 ui\&.colors\&.color\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2194 .RS 4
2195 Default text color\&.
2198 ui\&.colors\&.color\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2199 .RS 4
2200 Default background color\&.
2202 .SS "ui\&.colors\&.color\&.title\&.title\-text (Title bar text)"
2203 Title bar text colors\&.
2205 ui\&.colors\&.color\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2206 .RS 4
2207 Default text color\&.
2210 ui\&.colors\&.color\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2211 .RS 4
2212 Default background color\&.
2214 .SS "ui\&.colors\&.color\&.status (Status bar)"
2215 Status bar colors\&.
2217 .SS "ui\&.colors\&.color\&.status\&.status\-bar (Generic status bar)"
2218 Generic status bar colors\&.
2220 ui\&.colors\&.color\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2221 .RS 4
2222 Default text color\&.
2225 ui\&.colors\&.color\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2226 .RS 4
2227 Default background color\&.
2229 .SS "ui\&.colors\&.color\&.status\&.status\-text (Status bar text)"
2230 Status bar text colors\&.
2232 ui\&.colors\&.color\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2233 .RS 4
2234 Default text color\&.
2237 ui\&.colors\&.color\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2238 .RS 4
2239 Default background color\&.
2241 .SS "ui\&.colors\&.color\&.tabs (Tabs bar)"
2242 Tabs bar colors\&.
2244 .SS "ui\&.colors\&.color\&.tabs\&.unvisited (Unvisited tab)"
2245 Tab colors for tabs that have not been selected since they completed loading\&.
2247 ui\&.colors\&.color\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: darkblue)
2248 .RS 4
2249 Default text color\&.
2252 ui\&.colors\&.color\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2253 .RS 4
2254 Default background color\&.
2256 .SS "ui\&.colors\&.color\&.tabs\&.normal (Unselected tab)"
2257 Unselected tab colors\&.
2259 ui\&.colors\&.color\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2260 .RS 4
2261 Default text color\&.
2264 ui\&.colors\&.color\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2265 .RS 4
2266 Default background color\&.
2268 .SS "ui\&.colors\&.color\&.tabs\&.loading (Loading tab)"
2269 Tab colors for tabs that are loading in the background\&.
2271 ui\&.colors\&.color\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: darkred)
2272 .RS 4
2273 Default text color\&.
2276 ui\&.colors\&.color\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2277 .RS 4
2278 Default background color\&.
2280 .SS "ui\&.colors\&.color\&.tabs\&.selected (Selected tab)"
2281 Selected tab colors\&.
2283 ui\&.colors\&.color\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2284 .RS 4
2285 Default text color\&.
2288 ui\&.colors\&.color\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
2289 .RS 4
2290 Default background color\&.
2292 .SS "ui\&.colors\&.color\&.tabs\&.separator (Tab separator)"
2293 Tab separator colors\&.
2295 ui\&.colors\&.color\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: brown)
2296 .RS 4
2297 Default text color\&.
2300 ui\&.colors\&.color\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2301 .RS 4
2302 Default background color\&.
2304 .SS "ui\&.colors\&.color\&.searched (Searched strings)"
2305 Searched string highlight colors\&.
2307 ui\&.colors\&.color\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2308 .RS 4
2309 Default text color\&.
2312 ui\&.colors\&.color\&.searched\&.background \fB<color|#rrggbb>\fR (default: lime)
2313 .RS 4
2314 Default background color\&.
2316 .SS "ui\&.colors\&.mono (Non\-color terminals)"
2317 Color settings for non\-color terminal\&.
2319 .SS "ui\&.colors\&.mono\&.mainmenu (Main menu bar)"
2320 Main menu bar colors\&.
2322 .SS "ui\&.colors\&.mono\&.mainmenu\&.normal (Unselected main menu bar item)"
2323 Unselected main menu bar item colors\&.
2325 ui\&.colors\&.mono\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2326 .RS 4
2327 Default text color\&.
2330 ui\&.colors\&.mono\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2331 .RS 4
2332 Default background color\&.
2334 .SS "ui\&.colors\&.mono\&.mainmenu\&.selected (Selected main menu bar item)"
2335 Selected main menu bar item colors\&.
2337 ui\&.colors\&.mono\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2338 .RS 4
2339 Default text color\&.
2342 ui\&.colors\&.mono\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2343 .RS 4
2344 Default background color\&.
2346 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey (Hotkey)"
2347 Main menu hotkey colors\&.
2349 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
2350 Main menu unselected hotkey colors\&.
2352 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2353 .RS 4
2354 Default text color\&.
2357 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2358 .RS 4
2359 Default background color\&.
2361 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
2362 Main menu selected hotkey colors\&.
2364 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2365 .RS 4
2366 Default text color\&.
2369 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: white)
2370 .RS 4
2371 Default background color\&.
2373 .SS "ui\&.colors\&.mono\&.menu (Menu bar)"
2374 Menu bar colors\&.
2376 .SS "ui\&.colors\&.mono\&.menu\&.normal (Unselected menu item)"
2377 Unselected menu item colors\&.
2379 ui\&.colors\&.mono\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2380 .RS 4
2381 Default text color\&.
2384 ui\&.colors\&.mono\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2385 .RS 4
2386 Default background color\&.
2388 .SS "ui\&.colors\&.mono\&.menu\&.selected (Selected menu item)"
2389 Selected menu item colors\&.
2391 ui\&.colors\&.mono\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2392 .RS 4
2393 Default text color\&.
2396 ui\&.colors\&.mono\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2397 .RS 4
2398 Default background color\&.
2400 .SS "ui\&.colors\&.mono\&.menu\&.marked (Marked menu item)"
2401 Marked menu item colors\&.
2403 ui\&.colors\&.mono\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: gray)
2404 .RS 4
2405 Default text color\&.
2408 ui\&.colors\&.mono\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
2409 .RS 4
2410 Default background color\&.
2412 .SS "ui\&.colors\&.mono\&.menu\&.hotkey (Hotkey)"
2413 Menu item hotkey colors\&.
2415 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.normal (Unselected hotkey)"
2416 Menu item unselected hotkey colors\&.
2418 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: gray)
2419 .RS 4
2420 Default text color\&.
2423 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: black)
2424 .RS 4
2425 Default background color\&.
2427 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.selected (Selected hotkey)"
2428 Menu item selected hotkey colors\&.
2430 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2431 .RS 4
2432 Default text color\&.
2435 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2436 .RS 4
2437 Default background color\&.
2439 .SS "ui\&.colors\&.mono\&.menu\&.frame (Menu frame)"
2440 Menu frame colors\&.
2442 ui\&.colors\&.mono\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2443 .RS 4
2444 Default text color\&.
2447 ui\&.colors\&.mono\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2448 .RS 4
2449 Default background color\&.
2451 .SS "ui\&.colors\&.mono\&.dialog (Dialog)"
2452 Dialog colors\&.
2454 .SS "ui\&.colors\&.mono\&.dialog\&.generic (Generic)"
2455 Generic dialog colors\&.
2457 ui\&.colors\&.mono\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2458 .RS 4
2459 Default text color\&.
2462 ui\&.colors\&.mono\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2463 .RS 4
2464 Default background color\&.
2466 .SS "ui\&.colors\&.mono\&.dialog\&.frame (Frame)"
2467 Dialog frame colors\&.
2469 ui\&.colors\&.mono\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2470 .RS 4
2471 Default text color\&.
2474 ui\&.colors\&.mono\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2475 .RS 4
2476 Default background color\&.
2478 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar (Scrollbar)"
2479 Scrollbar colors\&.
2481 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: white)
2482 .RS 4
2483 Default text color\&.
2486 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: black)
2487 .RS 4
2488 Default background color\&.
2490 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2491 Scrollbar selected colors\&.
2493 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2494 .RS 4
2495 Default text color\&.
2498 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2499 .RS 4
2500 Default background color\&.
2502 .SS "ui\&.colors\&.mono\&.dialog\&.title (Title)"
2503 Dialog title colors\&.
2505 ui\&.colors\&.mono\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: gray)
2506 .RS 4
2507 Default text color\&.
2510 ui\&.colors\&.mono\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: black)
2511 .RS 4
2512 Default background color\&.
2514 .SS "ui\&.colors\&.mono\&.dialog\&.text (Text)"
2515 Dialog text colors\&.
2517 ui\&.colors\&.mono\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2518 .RS 4
2519 Default text color\&.
2522 ui\&.colors\&.mono\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2523 .RS 4
2524 Default background color\&.
2526 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox (Checkbox)"
2527 Dialog checkbox colors\&.
2529 ui\&.colors\&.mono\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: black)
2530 .RS 4
2531 Default text color\&.
2534 ui\&.colors\&.mono\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2535 .RS 4
2536 Default background color\&.
2538 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-selected (Selected checkbox)"
2539 Dialog selected checkbox colors\&.
2541 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2542 .RS 4
2543 Default text color\&.
2546 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2547 .RS 4
2548 Default background color\&.
2550 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-label (Checkbox label)"
2551 Dialog checkbox label colors\&.
2553 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2554 .RS 4
2555 Default text color\&.
2558 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2559 .RS 4
2560 Default background color\&.
2562 .SS "ui\&.colors\&.mono\&.dialog\&.button (Button)"
2563 Dialog button colors\&.
2565 ui\&.colors\&.mono\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: black)
2566 .RS 4
2567 Default text color\&.
2570 ui\&.colors\&.mono\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: white)
2571 .RS 4
2572 Default background color\&.
2574 .SS "ui\&.colors\&.mono\&.dialog\&.button\-selected (Selected button)"
2575 Dialog selected button colors\&.
2577 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2578 .RS 4
2579 Default text color\&.
2582 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2583 .RS 4
2584 Default background color\&.
2586 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut (Button shortcut)"
2587 Dialog button colors\&.
2589 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: white)
2590 .RS 4
2591 Default text color\&.
2594 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: black)
2595 .RS 4
2596 Default background color\&.
2598 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2599 Dialog selected button colors\&.
2601 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2602 .RS 4
2603 Default text color\&.
2606 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2607 .RS 4
2608 Default background color\&.
2610 .SS "ui\&.colors\&.mono\&.dialog\&.field (Text field)"
2611 Dialog text field colors\&.
2613 ui\&.colors\&.mono\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: gray)
2614 .RS 4
2615 Default text color\&.
2618 ui\&.colors\&.mono\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: black)
2619 .RS 4
2620 Default background color\&.
2622 .SS "ui\&.colors\&.mono\&.dialog\&.field\-text (Text field text)"
2623 Dialog field text colors\&.
2625 ui\&.colors\&.mono\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2626 .RS 4
2627 Default text color\&.
2630 ui\&.colors\&.mono\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2631 .RS 4
2632 Default background color\&.
2634 .SS "ui\&.colors\&.mono\&.dialog\&.meter (Meter)"
2635 Dialog meter colors\&.
2637 ui\&.colors\&.mono\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: gray)
2638 .RS 4
2639 Default text color\&.
2642 ui\&.colors\&.mono\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: black)
2643 .RS 4
2644 Default background color\&.
2646 .SS "ui\&.colors\&.mono\&.dialog\&.shadow (Shadow)"
2647 Dialog shadow colors (see ui\&.shadows option)\&.
2649 ui\&.colors\&.mono\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2650 .RS 4
2651 Default text color\&.
2654 ui\&.colors\&.mono\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2655 .RS 4
2656 Default background color\&.
2658 .SS "ui\&.colors\&.mono\&.title (Title bar)"
2659 Title bar colors\&.
2661 .SS "ui\&.colors\&.mono\&.title\&.title\-bar (Generic title bar)"
2662 Generic title bar colors\&.
2664 ui\&.colors\&.mono\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: gray)
2665 .RS 4
2666 Default text color\&.
2669 ui\&.colors\&.mono\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: black)
2670 .RS 4
2671 Default background color\&.
2673 .SS "ui\&.colors\&.mono\&.title\&.title\-text (Title bar text)"
2674 Title bar text colors\&.
2676 ui\&.colors\&.mono\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2677 .RS 4
2678 Default text color\&.
2681 ui\&.colors\&.mono\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2682 .RS 4
2683 Default background color\&.
2685 .SS "ui\&.colors\&.mono\&.status (Status bar)"
2686 Status bar colors\&.
2688 .SS "ui\&.colors\&.mono\&.status\&.status\-bar (Generic status bar)"
2689 Generic status bar colors\&.
2691 ui\&.colors\&.mono\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2692 .RS 4
2693 Default text color\&.
2696 ui\&.colors\&.mono\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2697 .RS 4
2698 Default background color\&.
2700 .SS "ui\&.colors\&.mono\&.status\&.status\-text (Status bar text)"
2701 Status bar text colors\&.
2703 ui\&.colors\&.mono\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2704 .RS 4
2705 Default text color\&.
2708 ui\&.colors\&.mono\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2709 .RS 4
2710 Default background color\&.
2712 .SS "ui\&.colors\&.mono\&.tabs (Tabs bar)"
2713 Tabs bar colors\&.
2715 .SS "ui\&.colors\&.mono\&.tabs\&.unvisited (Unvisited tab)"
2716 Tab colors for tabs that have not been selected since they completed loading\&.
2718 ui\&.colors\&.mono\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: gray)
2719 .RS 4
2720 Default text color\&.
2723 ui\&.colors\&.mono\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2724 .RS 4
2725 Default background color\&.
2727 .SS "ui\&.colors\&.mono\&.tabs\&.normal (Unselected tab)"
2728 Unselected tab colors\&.
2730 ui\&.colors\&.mono\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2731 .RS 4
2732 Default text color\&.
2735 ui\&.colors\&.mono\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2736 .RS 4
2737 Default background color\&.
2739 .SS "ui\&.colors\&.mono\&.tabs\&.loading (Loading tab)"
2740 Tab colors for tabs that are loading in the background\&.
2742 ui\&.colors\&.mono\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: gray)
2743 .RS 4
2744 Default text color\&.
2747 ui\&.colors\&.mono\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2748 .RS 4
2749 Default background color\&.
2751 .SS "ui\&.colors\&.mono\&.tabs\&.selected (Selected tab)"
2752 Selected tab colors\&.
2754 ui\&.colors\&.mono\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2755 .RS 4
2756 Default text color\&.
2759 ui\&.colors\&.mono\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2760 .RS 4
2761 Default background color\&.
2763 .SS "ui\&.colors\&.mono\&.tabs\&.separator (Tab separator)"
2764 Tab separator colors\&.
2766 ui\&.colors\&.mono\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: gray)
2767 .RS 4
2768 Default text color\&.
2771 ui\&.colors\&.mono\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2772 .RS 4
2773 Default background color\&.
2775 .SS "ui\&.colors\&.mono\&.searched (Searched strings)"
2776 Searched string highlight colors\&.
2778 ui\&.colors\&.mono\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2779 .RS 4
2780 Default text color\&.
2783 ui\&.colors\&.mono\&.searched\&.background \fB<color|#rrggbb>\fR (default: white)
2784 .RS 4
2785 Default background color\&.
2787 .SS "ui\&.dialogs (Dialog settings)"
2788 Dialogs\-specific appearance and behaviour settings\&.
2790 ui\&.dialogs\&.listbox_min_height \fB<num>\fR (default: 10)
2791 .RS 4
2792 Minimal height of the listbox widget (used e\&.g\&. for bookmarks or global history)\&.
2795 ui\&.dialogs\&.shadows \fB[0|1]\fR (default: 0)
2796 .RS 4
2797 Make dialogs drop shadows (the shadows are solid, you can adjust their color by ui\&.colors\&.*\&.dialog\&.shadow)\&. You may also want to eliminate the wide borders by adjusting
2798 \fIsetup\&.h\fR\&.
2801 ui\&.dialogs\&.underline_hotkeys \fB[0|1]\fR (default: 0)
2802 .RS 4
2803 Whether to underline hotkeys in menus to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2806 ui\&.dialogs\&.underline_button_shortcuts \fB[0|1]\fR (default: 0)
2807 .RS 4
2808 Whether to underline button shortcuts to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2810 .SS "ui\&.leds (LEDs)"
2811 LEDs (visual indicators) options\&.
2813 ui\&.leds\&.enable \fB[0|1]\fR (default: 1)
2814 .RS 4
2815 Enable LEDs\&. These visual indicators will inform you about various states\&.
2817 .SS "ui\&.sessions (Sessions)"
2818 Sessions settings\&.
2820 ui\&.sessions\&.auto_restore \fB[0|1]\fR (default: 0)
2821 .RS 4
2822 Automatically restore the session at start\&.
2824 This feature requires bookmark support\&.
2827 ui\&.sessions\&.auto_save \fB[0|1]\fR (default: 0)
2828 .RS 4
2829 Automatically save the session when quitting\&.
2831 This feature requires bookmark support\&.
2834 ui\&.sessions\&.auto_save_foldername \fB<str>\fR (default: "Auto saved session")
2835 .RS 4
2836 Name of the bookmarks folder used for auto saving and restoring session\&. The name has to be unique\&. Any folders with the same name will be deleted\&.
2838 This only makes sense with bookmark support\&.
2841 ui\&.sessions\&.homepage \fB<str>\fR (default: "")
2842 .RS 4
2843 The URI to load either at startup time when no URI was given on the command line or when requested by the goto\-url\-home action\&. Set to "" if the environment variable
2844 \fBWWW_HOME\fR
2845 should be used as homepage URI instead\&.
2848 ui\&.sessions\&.keep_session_active \fB[0|1]\fR (default: 0)
2849 .RS 4
2850 Keep the session active even if the last terminal exits\&.
2853 ui\&.sessions\&.snapshot \fB[0|1]\fR (default: 0)
2854 .RS 4
2855 Automatically save a snapshot of all tabs periodically\&. This will periodically bookmark the tabs of each terminal in a separate folder for recovery after a crash\&.
2857 This feature requires bookmark support\&.
2859 .SS "ui\&.tabs (Window tabs)"
2860 Window tabs settings\&.
2862 ui\&.tabs\&.show_bar \fB<num>\fR (default: 1)
2863 .RS 4
2864 Show tabs bar on the screen:
2866 .RS 4
2867 \h'-04'\(bu\h'+03'0 means never
2870 .RS 4
2871 \h'-04'\(bu\h'+03'1 means only if two or more tabs are open
2874 .RS 4
2875 \h'-04'\(bu\h'+03'2 means always
2879 ui\&.tabs\&.top \fB[0|1]\fR (default: 0)
2880 .RS 4
2881 Whether display tab bar at top like other browsers do\&.
2884 ui\&.tabs\&.wraparound \fB[0|1]\fR (default: 1)
2885 .RS 4
2886 When moving right from the last tab, jump to the first one, and vice versa\&.
2889 ui\&.tabs\&.confirm_close \fB[0|1]\fR (default: 0)
2890 .RS 4
2891 When closing a tab show confirmation dialog\&.
2893 .SS "ui\&.timer (Timer options)"
2894 Timed action after certain interval of user inactivity\&. Someone can even find this useful, although you may not believe that\&.
2896 ui\&.timer\&.enable \fB<num>\fR (default: 0)
2897 .RS 4
2898 Whether to enable the timer or not:
2900 .RS 4
2901 \h'-04'\(bu\h'+03'0 is don\'t count down anything
2904 .RS 4
2905 \h'-04'\(bu\h'+03'1 is count down, but don\'t show the timer
2908 .RS 4
2909 \h'-04'\(bu\h'+03'2 is count down and show the timer near LEDs
2913 ui\&.timer\&.duration \fB<num>\fR (default: 86400)
2914 .RS 4
2915 Inactivity timeout in seconds\&. The maximum of one day should be enough for just everyone (TM)\&.
2918 ui\&.timer\&.action \fB<str>\fR (default: "")
2919 .RS 4
2920 Keybinding action to be triggered when timer reaches zero\&.
2922 .SH "SEE ALSO"
2923 \fBelinks\fR(1), \fBelinkskeys\fR(5)