elinks.conf.5, elinkskeys.5: Document undocumented features
[elinks.git] / doc / man / man5 / elinks.conf.5
blobf6c54d446b181600bcdbd0a09fc2e9f1c1775bbe
1 .\"     Title: elinks.conf
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 07/11/2009
5 .\"    Manual: ELinks configuration file
6 .\"    Source: ELinks 0.13.GIT
7 .\"
8 .TH "ELINKS\&.CONF" "5" "07/11/2009" "ELinks 0\&.13\&.GIT" "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 set_domain <domain> <option> = <value>
21 unset      <option>
22 bind       "<keymap>" "<key>" = "<action>"
23 include    "<file>"
24 .fi
25 .RE
26 .SH "DESCRIPTION"
27 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\&.
28 .sp
29 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\&.
30 .sp
31 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)\&.
32 .sp
33 .SH "SYNTAX"
34 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\&.
35 .sp
36 .SH "EXAMPLES"
37 Some sample settings:
38 .sp
39 .sp
40 .RS 4
41 .nf
42 # Use asynchronous DNS resolver?
43 set connection\&.async_dns = 1
44 # horizontal text margin\&.
45 set document\&.browse\&.margin_width = 3
46 # Default document codepage\&.
47 set document\&.codepage\&.assume = "ISO\-8859\-1"
48 # User defined protocol handlers
49 set protocol\&.user\&.mailto\&.unix = "mutt %h \-s \e"%s\e""
50 .fi
51 .RE
52 .SH "OPTIONS"
53 Generated using output from ELinks version 0\&.13\&.GIT\&.
54 .sp
55 .SS "bookmarks (Bookmarks)"
56 Bookmark options\&.
57 .PP
58 bookmarks\&.file_format \fB<num>\fR (default: 0)
59 .RS 4
60 File format for bookmarks (affects both reading and saving):
61 .sp
62 .RS 4
63 \h'-04'\(bu\h'+03'0 is the default native
64 ELinks
65 format
66 .RE
67 .sp
68 .RS 4
69 \h'-04'\(bu\h'+03'1 is XBEL universal XML bookmarks format
70 .RE
71 .RE
72 .PP
73 bookmarks\&.folder_state \fB[0|1]\fR (default: 1)
74 .RS 4
75 When saving bookmarks also store whether folders are expanded or not, so the look of the bookmark dialog is kept across
76 ELinks
77 sessions\&. If disabled all folders will appear unexpanded next time
78 ELinks
79 is run\&.
80 .RE
81 .SS "config (Configuration system)"
82 Configuration handling options\&.
83 .PP
84 config\&.comments \fB<num>\fR (default: 3)
85 .RS 4
86 Amount of comments automatically written to the config file:
87 .sp
88 .RS 4
89 \h'-04'\(bu\h'+03'0 is no comments are written
90 .RE
91 .sp
92 .RS 4
93 \h'-04'\(bu\h'+03'1 is only the "blurb" (name+type) is written
94 .RE
95 .sp
96 .RS 4
97 \h'-04'\(bu\h'+03'2 is only the description is written
98 .RE
99 .sp
100 .RS 4
101 \h'-04'\(bu\h'+03'3 is full comments are written
105 config\&.indentation \fB<num>\fR (default: 2)
106 .RS 4
107 Shift width of one indentation level in the configuration file\&. Zero means that no indentation is performed at all when saving the configuration\&.
110 config\&.saving_style \fB<num>\fR (default: 3)
111 .RS 4
112 Determines what happens when you tell
113 ELinks
114 to save options:
116 .RS 4
117 \h'-04'\(bu\h'+03'0 is only values of current options are altered
120 .RS 4
121 \h'-04'\(bu\h'+03'1 is values of current options are altered and missing options are added at the end of the file
124 .RS 4
125 \h'-04'\(bu\h'+03'2 is the configuration file is rewritten from scratch
128 .RS 4
129 \h'-04'\(bu\h'+03'3 is values of current options are altered and missing options CHANGED during this
130 ELinks
131 session are added at the end of the file
135 config\&.i18n \fB[0|1]\fR (default: 0)
136 .RS 4
137 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\&.
140 config\&.saving_style_w \fB[0|1]\fR (default: 0)
141 .RS 4
142 This is internal option used when displaying a warning about obsolete config\&.saving_style\&. You shouldn\'t touch it\&.
145 config\&.show_template \fB[0|1]\fR (default: 0)
146 .RS 4
147 Show template options in autocreated trees in the options manager and save them to the configuration file\&.
149 .SS "connection (Connections)"
150 Connection options\&.
152 connection\&.async_dns \fB[0|1]\fR (default: 1)
153 .RS 4
154 Whether to use asynchronous DNS resolving\&.
157 connection\&.max_connections \fB<num>\fR (default: 10)
158 .RS 4
159 Maximum number of concurrent connections\&.
162 connection\&.max_connections_to_host \fB<num>\fR (default: 2)
163 .RS 4
164 Maximum number of concurrent connections to a given host\&.
167 connection\&.receive_timeout \fB<num>\fR (default: 120)
168 .RS 4
169 Receive timeout (in seconds)\&.
172 connection\&.retries \fB<num>\fR (default: 3)
173 .RS 4
174 Number of tries to establish a connection\&. Zero means try forever\&.
177 connection\&.try_ipv4 \fB[0|1]\fR (default: 1)
178 .RS 4
179 Whether to try to connect to a host over IPv4\&. Note that if
180 connection\&.try_ipv6
181 is enabled too, it takes precedence\&. And better do not touch this at all unless you are sure what are you doing\&.
183 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\&.
184 \fIhttp4://elinks\&.cz/\fR\&.
187 connection\&.try_ipv6 \fB[0|1]\fR (default: 1)
188 .RS 4
189 Whether to try to connect to a host over IPv6\&.
191 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\&.
192 \fIhttp6://elinks\&.cz/\fR\&.
195 connection\&.unrestartable_receive_timeout \fB<num>\fR (default: 600)
196 .RS 4
197 Timeout for non\-restartable connections (in seconds)\&.
199 .SS "connection\&.ssl (SSL)"
200 SSL options\&.
202 connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
203 .RS 4
204 Verify the peer\'s SSL certificate\&. Note that this needs extensive configuration of OpenSSL by the user\&.
206 .SS "connection\&.ssl\&.client_cert (Client Certificates)"
207 X509 client certificate options\&.
209 connection\&.ssl\&.client_cert\&.enable \fB[0|1]\fR (default: 0)
210 .RS 4
211 Enable or not the sending of X509 client certificates to servers which request them\&.
214 connection\&.ssl\&.client_cert\&.file \fB<str>\fR (default: "")
215 .RS 4
216 The location of a file containing the client certificate and unencrypted private key in PEM format\&. If unset, the file pointed to by the
217 \fBX509_CLIENT_CERT\fR
218 variable is used instead\&.
220 .SS "cookies (Cookies)"
221 Cookies options\&.
223 cookies\&.accept_policy \fB<num>\fR (default: 2)
224 .RS 4
225 Cookies accepting policy:
227 .RS 4
228 \h'-04'\(bu\h'+03'0 is accept no cookies
231 .RS 4
232 \h'-04'\(bu\h'+03'1 is ask for confirmation before accepting cookie
235 .RS 4
236 \h'-04'\(bu\h'+03'2 is accept all cookies
240 cookies\&.max_age \fB<num>\fR (default: \-1)
241 .RS 4
242 Cookie maximum age (in days):
244 .RS 4
245 \h'-04'\(bu\h'+03'\-1 is use cookie\'s expiration date if any
248 .RS 4
249 \h'-04'\(bu\h'+03'0 is force expiration at the end of session, ignoring cookie\'s expiration date
252 .RS 4
253 \h'-04'\(bu\h'+03'1+ is use cookie\'s expiration date, but limit age to the given number of days
257 cookies\&.paranoid_security \fB[0|1]\fR (default: 0)
258 .RS 4
259 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\&.
262 cookies\&.save \fB[0|1]\fR (default: 1)
263 .RS 4
264 Whether cookies should be loaded from and saved to disk\&.
267 cookies\&.resave \fB[0|1]\fR (default: 1)
268 .RS 4
269 Save cookies after each change in cookies list? No effect when cookie saving (cookies\&.save) is off\&.
271 .SS "document (Document)"
272 Document options\&.
274 .SS "document\&.browse (Browsing)"
275 Document browsing options (mainly interactivity)\&.
277 document\&.browse\&.margin_width \fB<num>\fR (default: 3)
278 .RS 4
279 Horizontal text margin\&.
282 document\&.browse\&.refresh \fB[0|1]\fR (default: 1)
283 .RS 4
284 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\&.
286 Use the
287 document\&.browse\&.minimum_refresh_time
288 to control the minimum number of seconds a refresh will wait\&.
291 document\&.browse\&.minimum_refresh_time \fB<num>\fR (default: 1000)
292 .RS 4
293 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\&.
296 document\&.browse\&.table_move_order \fB[0|1]\fR (default: 0)
297 .RS 4
298 Move by columns in table, instead of rows\&.
300 .SS "document\&.browse\&.accesskey (Access keys)"
301 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\&.
303 document\&.browse\&.accesskey\&.auto_follow \fB[0|1]\fR (default: 0)
304 .RS 4
305 Automatically follow a link or submit a form if appropriate accesskey is pressed \(en this is the standard behaviour, but it\'s considered dangerous\&.
308 document\&.browse\&.accesskey\&.display \fB[0|1]\fR (default: 0)
309 .RS 4
310 Display access key in link info\&.
313 document\&.browse\&.accesskey\&.priority \fB<num>\fR (default: 0)
314 .RS 4
315 Priority of \'accesskey\' HTML attribute:
317 .RS 4
318 \h'-04'\(bu\h'+03'0 is first try all normal bindings; if it fails, check accesskey
321 .RS 4
322 \h'-04'\(bu\h'+03'1 is first try only frame bindings; if it fails, check accesskey
325 .RS 4
326 \h'-04'\(bu\h'+03'2 is first check accesskey (this can be dangerous)
329 .SS "document\&.browse\&.forms (Forms)"
330 Options for handling of the forms interaction\&.
332 document\&.browse\&.forms\&.auto_submit \fB[0|1]\fR (default: 1)
333 .RS 4
334 Automagically submit a form when enter is pressed with a text field selected\&.
337 document\&.browse\&.forms\&.confirm_submit \fB[0|1]\fR (default: 1)
338 .RS 4
339 Ask for confirmation when submitting a form\&.
342 document\&.browse\&.forms\&.input_size \fB<num>\fR (default: 20)
343 .RS 4
344 Default form input size if none is specified\&.
347 document\&.browse\&.forms\&.insert_mode \fB[0|1]\fR (default: 1)
348 .RS 4
349 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\&.
352 document\&.browse\&.forms\&.editor \fB<str>\fR (default: "")
353 .RS 4
354 Path to the executable that
355 ELinks
356 should launch when the user requests to edit a textarea with an external editor\&.
358 If this is blank,
359 ELinks
360 will use the value of the environmental variable
361 \fB$EDITOR\fR\&. If
362 \fB$EDITOR\fR
363 is empty or not set,
364 ELinks
365 will then default to
366 \fBvi\fR\&.
369 document\&.browse\&.forms\&.show_formhist \fB[0|1]\fR (default: 0)
370 .RS 4
371 Ask if a login form should be saved to file or not\&. This option only disables the dialog, already saved login forms are unaffected\&.
373 .SS "document\&.browse\&.images (Images)"
374 Options for handling of images\&.
376 document\&.browse\&.images\&.display_style \fB<num>\fR (default: 2)
377 .RS 4
378 Display style for image tags when displayed:
380 .RS 4
381 \h'-04'\(bu\h'+03'0 means always display
385 .RS 4
386 \h'-04'\(bu\h'+03'1 means always display filename
389 .RS 4
390 \h'-04'\(bu\h'+03'2 means display
391 alt/title
392 attribute if possible,
394 if not
397 .RS 4
398 \h'-04'\(bu\h'+03'3 means display
399 alt/title
400 attribute if possible, filename if not
404 document\&.browse\&.images\&.filename_maxlen \fB<num>\fR (default: 0)
405 .RS 4
406 Maximum length of image filename when displayed:
408 .RS 4
409 \h'-04'\(bu\h'+03'0 means always display full filename
412 .RS 4
413 \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
417 document\&.browse\&.images\&.image_link_tagging \fB<num>\fR (default: 1)
418 .RS 4
419 When to enclose image links:
421 .RS 4
422 \h'-04'\(bu\h'+03'0 means never
425 .RS 4
426 \h'-04'\(bu\h'+03'1 means never if alt or title are provided (old behavior)
429 .RS 4
430 \h'-04'\(bu\h'+03'2 means always
434 document\&.browse\&.images\&.image_link_prefix \fB<str>\fR (default: "[")
435 .RS 4
436 Prefix string to use to mark image links\&.
439 document\&.browse\&.images\&.image_link_suffix \fB<str>\fR (default: "]")
440 .RS 4
441 Suffix string to use to mark image links\&.
444 document\&.browse\&.images\&.label_maxlen \fB<num>\fR (default: 0)
445 .RS 4
446 Maximum length of image label (alt/title):
448 .RS 4
449 \h'-04'\(bu\h'+03'0 means always display full label
452 .RS 4
453 \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
457 document\&.browse\&.images\&.show_as_links \fB[0|1]\fR (default: 0)
458 .RS 4
459 Display links to images without an
461 attribute\&. If this option is off, these images are completely invisible\&.
464 document\&.browse\&.images\&.show_any_as_links \fB[0|1]\fR (default: 1)
465 .RS 4
466 Display links to any images in the document, regardless of them having an
468 attribute or not\&. If this option is off, the alt attribute contents is shown, but as normal text, not selectable as a link\&.
470 .SS "document\&.browse\&.links (Links)"
471 Options for handling of links to other documents\&.
473 document\&.browse\&.links\&.color_dirs \fB[0|1]\fR (default: 1)
474 .RS 4
475 Highlight links to directories in FTP and local directory listing\&.
478 document\&.browse\&.links\&.numbering \fB[0|1]\fR (default: 0)
479 .RS 4
480 Display numbers next to the links\&.
483 document\&.browse\&.links\&.target_blank \fB<num>\fR (default: 0)
484 .RS 4
485 Define how to handle links having target=_blank set:
487 .RS 4
488 \h'-04'\(bu\h'+03'0 means open link in current tab
491 .RS 4
492 \h'-04'\(bu\h'+03'1 means open link in new tab in foreground
495 .RS 4
496 \h'-04'\(bu\h'+03'2 means open link in new tab in background
499 .RS 4
500 \h'-04'\(bu\h'+03'3 means open link in new window
504 document\&.browse\&.links\&.use_tabindex \fB[0|1]\fR (default: 1)
505 .RS 4
506 Whether to navigate links using tabindex specified ordering\&. The
507 TABINDEX
508 attribute in HTML elements specifies the order in which links should receive focus when using the keyboard to navigate the document\&.
511 document\&.browse\&.links\&.missing_fragment \fB[0|1]\fR (default: 1)
512 .RS 4
513 Open a message box when document has no tag with given id\&.
516 document\&.browse\&.links\&.number_keys_select_link \fB<num>\fR (default: 1)
517 .RS 4
518 Number keys select links rather than specify command prefixes\&. This is a tristate:
520 .RS 4
521 \h'-04'\(bu\h'+03'0 means never
524 .RS 4
525 \h'-04'\(bu\h'+03'1 means if document\&.browse\&.links\&.numbering = 1
528 .RS 4
529 \h'-04'\(bu\h'+03'2 means always
533 document\&.browse\&.links\&.warn_malicious \fB[0|1]\fR (default: 1)
534 .RS 4
535 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\&.
538 document\&.browse\&.links\&.wraparound \fB[0|1]\fR (default: 0)
539 .RS 4
540 When pressing \'down\' on the last link, jump to the first one, and vice versa\&.
542 .SS "document\&.browse\&.links\&.active_link (Active link)"
543 Options for the active link\&.
545 document\&.browse\&.links\&.active_link\&.enable_color \fB[0|1]\fR (default: 0)
546 .RS 4
547 Enable use of the active link background and text color settings instead of the link colors from the document\&.
550 document\&.browse\&.links\&.active_link\&.bold \fB[0|1]\fR (default: 0)
551 .RS 4
552 Make the active link text bold\&.
555 document\&.browse\&.links\&.active_link\&.invert \fB[0|1]\fR (default: 1)
556 .RS 4
557 Invert the fore\- and background color so the link stands out\&.
560 document\&.browse\&.links\&.active_link\&.underline \fB[0|1]\fR (default: 0)
561 .RS 4
562 Underline the active link\&.
564 .SS "document\&.browse\&.links\&.active_link\&.colors (Colors)"
565 Active link colors\&.
567 document\&.browse\&.links\&.active_link\&.colors\&.background \fB<color|#rrggbb>\fR (default: blue)
568 .RS 4
569 Default background color\&.
572 document\&.browse\&.links\&.active_link\&.colors\&.text \fB<color|#rrggbb>\fR (default: black)
573 .RS 4
574 Default text color\&.
576 .SS "document\&.browse\&.scrolling (Scrolling)"
577 Scrolling options\&.
579 document\&.browse\&.scrolling\&.horizontal_extended \fB[0|1]\fR (default: 1)
580 .RS 4
581 Whether to allow horizontal scrolling when the document does not extend off the screen\&. Useful for copy/paste operations\&.
584 document\&.browse\&.scrolling\&.horizontal_step \fB<num>\fR (default: 8)
585 .RS 4
586 Number of columns to scroll when a key bound to scroll\-left or scroll\-right is pressed and no prefix was given\&.
589 document\&.browse\&.scrolling\&.margin \fB<num>\fR (default: 3)
590 .RS 4
591 Size of the virtual margin \(en when you click inside of that margin, document scrolls in that direction\&.
594 document\&.browse\&.scrolling\&.vertical_overlap \fB<num>\fR (default: 0)
595 .RS 4
596 Number of overlapping lines between the new page displayed and the previous one when scrolling one page up or down\&.
599 document\&.browse\&.scrolling\&.vertical_step \fB<num>\fR (default: 2)
600 .RS 4
601 Number of lines to scroll when a key bound to scroll\-up or scroll\-down is pressed and no prefix was given\&.
603 .SS "document\&.browse\&.search (Searching)"
604 Options for searching\&.
606 document\&.browse\&.search\&.case \fB[0|1]\fR (default: 0)
607 .RS 4
608 Whether the search should match the document text while maintaining case sensitivity\&.
611 document\&.browse\&.search\&.regex \fB<num>\fR (default: 0)
612 .RS 4
613 Enable searching with regular expressions:
615 .RS 4
616 \h'-04'\(bu\h'+03'0 for plain text searching
619 .RS 4
620 \h'-04'\(bu\h'+03'1 for basic regular expression searches
623 .RS 4
624 \h'-04'\(bu\h'+03'2 for extended regular expression searches
628 document\&.browse\&.search\&.show_hit_top_bottom \fB[0|1]\fR (default: 1)
629 .RS 4
630 Whether to show a dialog when the search hits the top or bottom of the document\&.
633 document\&.browse\&.search\&.wraparound \fB[0|1]\fR (default: 1)
634 .RS 4
635 Wrap around when searching\&. Currently only used for typeahead\&.
638 document\&.browse\&.search\&.show_not_found \fB<num>\fR (default: 2)
639 .RS 4
640 How to inform the user when nothing is matched:
642 .RS 4
643 \h'-04'\(bu\h'+03'0 means do nothing
646 .RS 4
647 \h'-04'\(bu\h'+03'1 means beep the terminal
650 .RS 4
651 \h'-04'\(bu\h'+03'2 means pop up message box
655 document\&.browse\&.search\&.typeahead \fB<num>\fR (default: 0)
656 .RS 4
657 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\&.
659 .RS 4
660 \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
663 .RS 4
664 \h'-04'\(bu\h'+03'1 automatically starts typeahead searching thru link text
667 .RS 4
668 \h'-04'\(bu\h'+03'2 automatically starts typeahead searching thru all document text
671 .SS "document\&.cache (Cache)"
672 Cache options\&.
674 document\&.cache\&.cache_redirects \fB[0|1]\fR (default: 0)
675 .RS 4
676 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\&.
678 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\&.
681 document\&.cache\&.ignore_cache_control \fB[0|1]\fR (default: 1)
682 .RS 4
683 Ignore Cache\-Control and Pragma server headers\&. When set, the document is cached even with \'Cache\-Control: no\-cache\'\&.
686 document\&.cache\&.revalidation_interval \fB<num>\fR (default: \-1)
687 .RS 4
688 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\&.
690 A value of \-1 disables automatic revalidation\&.
692 .SS "document\&.cache\&.format (Formatted documents)"
693 Format cache options\&.
695 document\&.cache\&.format\&.size \fB<num>\fR (default: 5)
696 .RS 4
697 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
698 ELinks
699 eating 90M, don\'t come complaining to us\&. ;\-)
701 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\&.)
703 .SS "document\&.cache\&.memory (Memory cache)"
704 Memory cache options\&.
706 document\&.cache\&.memory\&.size \fB<num>\fR (default: 1048576)
707 .RS 4
708 Memory cache size (in bytes)\&.
710 .SS "document\&.codepage (Charset)"
711 Charset options\&.
713 document\&.codepage\&.assume \fB<codepage>\fR (default: System)
714 .RS 4
715 Default document codepage\&. \'System\' stands for a codepage determined by a selected locale\&.
718 document\&.codepage\&.force_assumed \fB[0|1]\fR (default: 0)
719 .RS 4
720 Ignore charset info sent by server\&.
722 .SS "document\&.colors (Default color settings)"
723 Default document color settings\&.
725 document\&.colors\&.text \fB<color|#rrggbb>\fR (default: gray75)
726 .RS 4
727 Default text color\&.
730 document\&.colors\&.background \fB<color|#rrggbb>\fR (default: black)
731 .RS 4
732 Default background color\&.
735 document\&.colors\&.link \fB<color|#rrggbb>\fR (default: blue)
736 .RS 4
737 Default link color\&.
740 document\&.colors\&.vlink \fB<color|#rrggbb>\fR (default: yellow)
741 .RS 4
742 Default visited link color\&.
745 document\&.colors\&.image \fB<color|#rrggbb>\fR (default: darkolivegreen)
746 .RS 4
747 Default image link color\&.
750 document\&.colors\&.bookmark \fB<color|#rrggbb>\fR (default: hotpink)
751 .RS 4
752 Default bookmarked link color\&.
755 document\&.colors\&.dirs \fB<color|#rrggbb>\fR (default: yellow)
756 .RS 4
757 Default directory color\&.
760 document\&.browse\&.links\&.color_dirs
761 option\&.
764 document\&.colors\&.increase_contrast \fB[0|1]\fR (default: 1)
765 .RS 4
766 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\&.
769 document\&.colors\&.ensure_contrast \fB[0|1]\fR (default: 1)
770 .RS 4
771 Makes sure that the back\- and foreground colors are never equal\&.
774 document\&.colors\&.use_document_colors \fB<num>\fR (default: 2)
775 .RS 4
776 Use colors specified in document:
778 .RS 4
779 \h'-04'\(bu\h'+03'0 is use always the default settings
782 .RS 4
783 \h'-04'\(bu\h'+03'1 is use document colors if available, except background
786 .RS 4
787 \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\&.
790 .SS "document\&.css (Cascading Style Sheets)"
791 Options concerning how to use CSS for styling documents\&.
793 document\&.css\&.enable \fB[0|1]\fR (default: 1)
794 .RS 4
795 Enable adding of CSS style info to documents\&.
798 document\&.css\&.ignore_display_none \fB[0|1]\fR (default: 1)
799 .RS 4
800 When enabled, elements are rendered, even when their display property has the value "none"\&. Because
801 ELinks\'s CSS support is still very incomplete, this setting can improve the way that some documents are rendered\&.
804 document\&.css\&.import \fB[0|1]\fR (default: 1)
805 .RS 4
806 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\&.
809 document\&.css\&.media \fB<str>\fR (default: "tty")
810 .RS 4
811 CSS media types that
812 ELinks
813 claims to support, separated with commas\&. The "all" type is implied\&. Currently, only ASCII characters work reliably here\&. See CSS2 section 7:
814 \fIhttp://www\&.w3\&.org/TR/1998/REC\-CSS2\-19980512/media\&.html\fR
817 document\&.css\&.stylesheet \fB<str>\fR (default: "")
818 .RS 4
819 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
820 ELinks\' home directory\&.
822 Leave as "" to use built\-in document styling\&.
824 .SS "document\&.download (Downloading)"
825 Options regarding files downloading and handling\&.
827 document\&.download\&.directory \fB<str>\fR (default: "\&./")
828 .RS 4
829 Default download directory\&.
832 document\&.download\&.set_original_time \fB[0|1]\fR (default: 0)
833 .RS 4
834 Set the timestamp of each downloaded file to the timestamp stored on the server\&.
837 document\&.download\&.overwrite \fB<num>\fR (default: 2)
838 .RS 4
839 Prevent overwriting the local files:
841 .RS 4
842 \h'-04'\(bu\h'+03'0 is files will silently be overwritten
845 .RS 4
846 \h'-04'\(bu\h'+03'1 is add a suffix \&.{number} (for example \'\&.1\') to the name
849 .RS 4
850 \h'-04'\(bu\h'+03'2 is ask the user
854 document\&.download\&.notify_bell \fB<num>\fR (default: 0)
855 .RS 4
856 Audio notification when download is completed:
858 .RS 4
859 \h'-04'\(bu\h'+03'0 is never
862 .RS 4
863 \h'-04'\(bu\h'+03'1 is when background notification is active
866 .RS 4
867 \h'-04'\(bu\h'+03'2 is always
870 .SS "document\&.dump (Dump output)"
871 Dump output options\&.
873 document\&.dump\&.codepage \fB<codepage>\fR (default: System)
874 .RS 4
875 Codepage used in dump output\&. \'System\' stands for a codepage determined by a selected locale\&.
878 document\&.dump\&.color_mode \fB<num>\fR (default: \-1)
879 .RS 4
880 Color mode for dumps\&.
882 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,
883 ELinks
884 uses 16 colors\&.
886 The color modes are:
888 .RS 4
889 \h'-04'\(bu\h'+03'\-1 is standard dump mode
892 .RS 4
893 \h'-04'\(bu\h'+03'0 is mono mode
896 .RS 4
897 \h'-04'\(bu\h'+03'1 is 16 color mode
900 .RS 4
901 \h'-04'\(bu\h'+03'2 is 88 color mode
904 .RS 4
905 \h'-04'\(bu\h'+03'3 is 256 color mode
908 .RS 4
909 \h'-04'\(bu\h'+03'4 is true color mode
913 document\&.dump\&.footer \fB<str>\fR (default: "")
914 .RS 4
915 Footer string used in dumps\&. %u is substituted by URL\&.
918 document\&.dump\&.header \fB<str>\fR (default: "")
919 .RS 4
920 Header string used in dumps\&. %u is substituted by URL\&.
923 document\&.dump\&.numbering \fB[0|1]\fR (default: 1)
924 .RS 4
925 Whether to print link numbers in dump output\&.
928 document\&.dump\&.references \fB[0|1]\fR (default: 1)
929 .RS 4
930 Whether to print references (URIs) of document links in dump output\&.
933 document\&.dump\&.separator \fB<str>\fR (default: " ")
934 .RS 4
935 String which separates two dumps\&.
938 document\&.dump\&.width \fB<num>\fR (default: 80)
939 .RS 4
940 Width of screen in characters when dumping documents\&.
942 .SS "document\&.history (History)"
943 History options\&.
945 document\&.history\&.keep_unhistory \fB[0|1]\fR (default: 1)
946 .RS 4
947 Keep unhistory ("forward history")\&.
949 .SS "document\&.history\&.global (Global history)"
950 Global history options\&.
952 document\&.history\&.global\&.enable \fB[0|1]\fR (default: 1)
953 .RS 4
954 Enable global history ("history of all pages visited")\&.
957 document\&.history\&.global\&.max_items \fB<num>\fR (default: 1024)
958 .RS 4
959 Maximum number of entries in the global history\&.
962 document\&.history\&.global\&.display_type \fB<num>\fR (default: 0)
963 .RS 4
964 What to display in global history dialog:
966 .RS 4
967 \h'-04'\(bu\h'+03'0 is URLs
970 .RS 4
971 \h'-04'\(bu\h'+03'1 is page titles
974 .SS "document\&.html (HTML rendering)"
975 Options concerning the display of HTML pages\&.
977 document\&.html\&.display_frames \fB[0|1]\fR (default: 1)
978 .RS 4
979 Display frames\&.
982 document\&.html\&.display_tables \fB[0|1]\fR (default: 1)
983 .RS 4
984 Display tables\&.
987 document\&.html\&.display_subs \fB[0|1]\fR (default: 1)
988 .RS 4
989 Display subscripts (as [thing])\&.
992 document\&.html\&.display_sups \fB[0|1]\fR (default: 1)
993 .RS 4
994 Display superscripts (as ^thing)\&.
997 document\&.html\&.link_display \fB<num>\fR (default: 2)
998 .RS 4
999 How to render <link> tags from the HTML header:
1001 .RS 4
1002 \h'-04'\(bu\h'+03'0 is nothing
1005 .RS 4
1006 \h'-04'\(bu\h'+03'1 is title
1009 .RS 4
1010 \h'-04'\(bu\h'+03'2 is name in addition
1013 .RS 4
1014 \h'-04'\(bu\h'+03'3 is hreflang in addition
1017 .RS 4
1018 \h'-04'\(bu\h'+03'4 is type in addition
1021 .RS 4
1022 \h'-04'\(bu\h'+03'5 is everything
1026 document\&.html\&.underline_links \fB[0|1]\fR (default: 0)
1027 .RS 4
1028 Underline links\&.
1031 document\&.html\&.wrap_nbsp \fB[0|1]\fR (default: 0)
1032 .RS 4
1033 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\&.
1035 .SS "document\&.plain (Plain rendering)"
1036 Options concerning the display of plain text pages\&.
1038 document\&.plain\&.display_links \fB[0|1]\fR (default: 0)
1039 .RS 4
1040 Display URIs in the document as links\&.
1043 document\&.plain\&.compress_empty_lines \fB[0|1]\fR (default: 0)
1044 .RS 4
1045 Compress successive empty lines to only one in displayed text\&.
1047 .SS "document\&.uri_passing (URI passing)"
1048 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\&.
1050 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\&.
1052 document\&.uri_passing\&._template_ \fB<str>\fR (default: "")
1053 .RS 4
1054 A rule for passing URI to an external command\&. The format is:
1056 .RS 4
1057 \h'-04'\(bu\h'+03'%c in the string means the current URL
1060 .RS 4
1061 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1063 .IP "" 4
1065 \fBnot\fR
1066 put single\- or double\-quotes around %c\&.
1068 .SS "ecmascript (ECMAScript)"
1069 ECMAScript options\&.
1071 ecmascript\&.enable \fB[0|1]\fR (default: 0)
1072 .RS 4
1073 Whether to run those scripts inside of documents\&.
1076 ecmascript\&.error_reporting \fB[0|1]\fR (default: 0)
1077 .RS 4
1078 Open a message box when a script reports an error\&.
1081 ecmascript\&.ignore_noscript \fB[0|1]\fR (default: 0)
1082 .RS 4
1083 Whether to ignore content enclosed by the <noscript> tag when ECMAScript is enabled\&.
1086 ecmascript\&.max_exec_time \fB<num>\fR (default: 5)
1087 .RS 4
1088 Maximum execution time in seconds for a script\&.
1091 ecmascript\&.block_window_opening \fB[0|1]\fR (default: 0)
1092 .RS 4
1093 Whether to disallow scripts to open new windows or tabs\&.
1095 .SS "infofiles (Information files)"
1096 Options for information files in \fI~/\&.elinks\fR\&.
1098 infofiles\&.save_interval \fB<num>\fR (default: 300)
1099 .RS 4
1100 Interval at which to trigger information files in
1101 \fI~/\&.elinks\fR
1102 to be saved to disk if they have changed (seconds; 0 to disable)
1105 infofiles\&.secure_save \fB[0|1]\fR (default: 1)
1106 .RS 4
1107 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\&.
1109 Warning: some systems (ie\&. OS/2, Win32) require that destination file doesn\'t exist when
1110 \fBrename\fR(3)
1111 is called, breaking atomicity, and reducing reliability of this feature\&.
1114 infofiles\&.secure_save_fsync \fB[0|1]\fR (default: 1)
1115 .RS 4
1116 When using secure file saving, call
1117 \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\&.
1119 .SS "mime (MIME)"
1120 MIME\-related options (handlers of various MIME types)\&.
1122 mime\&.default_type \fB<str>\fR (default: "application/octet\-stream")
1123 .RS 4
1124 Document MIME\-type to assume by default (when we are unable to guess it properly from known information about the document)\&.
1126 .SS "mime\&.extension (File extension associations)"
1127 Extension \(<> MIME type association\&.
1129 mime\&.extension\&._template_ \fB<str>\fR (default: "")
1130 .RS 4
1131 MIME\-type matching this file extension (\'*\' is used here in place of \'\&.\')\&.
1133 .SS "mime\&.handler (File type handlers)"
1134 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\&.
1136 .SS "mime\&.handler\&._template_ (Template option folder)"
1137 Description of this handler\&.
1139 .SS "mime\&.handler\&._template_\&._template_ (Template option folder)"
1140 System\-specific handler description (ie\&. unix, unix\-xwin, \&.\&.\&.)\&.
1142 mime\&.handler\&._template_\&._template_\&.ask \fB[0|1]\fR (default: 1)
1143 .RS 4
1144 Ask before opening\&.
1147 mime\&.handler\&._template_\&._template_\&.block \fB[0|1]\fR (default: 1)
1148 .RS 4
1149 Block the terminal when the handler is running\&.
1152 mime\&.handler\&._template_\&._template_\&.program \fB<str>\fR (default: "")
1153 .RS 4
1154 External viewer for this file type\&. \'%\' in this string will be substituted by a file name\&. Do
1155 \fBnot\fR
1156 put single\- or double\-quotes around the % sign\&.
1158 .SS "mime\&.mailcap (Mailcap)"
1159 Options for mailcap support\&.
1161 mime\&.mailcap\&.enable \fB[0|1]\fR (default: 1)
1162 .RS 4
1163 Enable mailcap support\&.
1166 mime\&.mailcap\&.path \fB<str>\fR (default: "~/\&.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap:/usr/share/mailcap:/usr/share/misc/mailcap")
1167 .RS 4
1168 Mailcap search path\&. Colon\-separated list of files\&. Leave as "" to use
1169 \fBMAILCAP\fR
1170 environment variable instead\&.
1173 mime\&.mailcap\&.ask \fB[0|1]\fR (default: 1)
1174 .RS 4
1175 Ask before using the handlers defined by mailcap\&.
1178 mime\&.mailcap\&.description \fB<num>\fR (default: 0)
1179 .RS 4
1180 Type of description to show in "what to do with this file" query dialog:
1182 .RS 4
1183 \h'-04'\(bu\h'+03'0 is show "mailcap"
1186 .RS 4
1187 \h'-04'\(bu\h'+03'1 is show program to be run
1190 .RS 4
1191 \h'-04'\(bu\h'+03'2 is show mailcap description field if any; "mailcap" otherwise
1195 mime\&.mailcap\&.prioritize \fB[0|1]\fR (default: 1)
1196 .RS 4
1197 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\&.
1199 .SS "mime\&.mimetypes (Mimetypes files)"
1200 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\&.
1202 mime\&.mimetypes\&.enable \fB[0|1]\fR (default: 1)
1203 .RS 4
1204 Enable
1205 \fImime\&.types\fR
1206 support\&.
1209 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")
1210 .RS 4
1211 The search path for
1212 \fImime\&.types\fR
1213 files\&. Colon\-separated list of files\&.
1215 .SS "mime\&.type (MIME type associations)"
1216 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>)\&.
1218 .SS "mime\&.type\&._template_ (Template option folder)"
1219 Handler matching this MIME\-type class (\'*\' is used here in place of \'\&.\')\&.
1221 mime\&.type\&._template_\&._template_ \fB<str>\fR (default: "")
1222 .RS 4
1223 Handler matching this MIME\-type name (\'*\' is used here in place of \'\&.\')\&.
1225 .SS "protocol (Protocols)"
1226 Protocol specific options\&.
1228 protocol\&.no_proxy \fB<str>\fR (default: "")
1229 .RS 4
1230 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,
1231 \fBNO_PROXY\fR
1232 environment variable is checked as well\&.
1234 .SS "protocol\&.bittorrent (BitTorrent)"
1235 BitTorrent specific options\&.
1237 protocol\&.bittorrent\&.piece_cache_size \fB<num>\fR (default: 1048576)
1238 .RS 4
1239 The maximum amount of memory used to hold recently downloaded pieces\&.
1241 Set to 0 to have unlimited size\&.
1244 protocol\&.bittorrent\&.max_uploads \fB<num>\fR (default: 7)
1245 .RS 4
1246 The maximum number of uploads to allow at once\&.
1249 protocol\&.bittorrent\&.min_uploads \fB<num>\fR (default: 2)
1250 .RS 4
1251 The minimum number of uploads which should at least be used for new connections\&.
1254 protocol\&.bittorrent\&.request_queue_size \fB<num>\fR (default: 5)
1255 .RS 4
1256 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\&.
1259 protocol\&.bittorrent\&.choke_interval \fB<num>\fR (default: 10)
1260 .RS 4
1261 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\&.
1264 protocol\&.bittorrent\&.rarest_first_cutoff \fB<num>\fR (default: 4)
1265 .RS 4
1266 The number of pieces to obtain before switching piece selection strategy from random to rarest first\&.
1269 protocol\&.bittorrent\&.allow_blacklist \fB[0|1]\fR (default: 1)
1270 .RS 4
1271 Allow blacklisting of buggy peers\&.
1273 .SS "protocol\&.bittorrent\&.ports (Port range)"
1274 Port range allowed to be used for listening on\&.
1276 protocol\&.bittorrent\&.ports\&.min \fB<num>\fR (default: 6881)
1277 .RS 4
1278 The minimum port to try and listen on\&.
1281 protocol\&.bittorrent\&.ports\&.max \fB<num>\fR (default: 6999)
1282 .RS 4
1283 The maximum port to try and listen on\&.
1285 .SS "protocol\&.bittorrent\&.tracker (Tracker)"
1286 Tracker options\&.
1288 protocol\&.bittorrent\&.tracker\&.compact \fB[0|1]\fR (default: 0)
1289 .RS 4
1290 Whether to request that the tracker returns peer info in compact format\&. Note, the compact format only supports IPv4 addresses\&.
1293 protocol\&.bittorrent\&.tracker\&.interval \fB<num>\fR (default: 0)
1294 .RS 4
1295 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\&.
1298 protocol\&.bittorrent\&.tracker\&.ip_address \fB<str>\fR (default: "")
1299 .RS 4
1300 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\&.
1303 protocol\&.bittorrent\&.tracker\&.key \fB<str>\fR (default: "")
1304 .RS 4
1305 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\&.
1308 protocol\&.bittorrent\&.tracker\&.numwant \fB<num>\fR (default: 50)
1309 .RS 4
1310 The maximum number of peers to request from the tracker\&. Set to 0 to use the server default\&.
1313 protocol\&.bittorrent\&.tracker\&.min_skip_size \fB<num>\fR (default: 20)
1314 .RS 4
1315 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\&.
1317 .SS "protocol\&.bittorrent\&.peerwire (Peer\-wire)"
1318 Lowlevel peer\-wire options\&.
1320 protocol\&.bittorrent\&.peerwire\&.connections \fB<num>\fR (default: 55)
1321 .RS 4
1322 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\&.
1325 protocol\&.bittorrent\&.peerwire\&.max_message_length \fB<num>\fR (default: 8388608)
1326 .RS 4
1327 The maximum length of messages to accept over the wire\&. Larger values will cause the connection to be dropped\&.
1330 protocol\&.bittorrent\&.peerwire\&.max_request_length \fB<num>\fR (default: 8388608)
1331 .RS 4
1332 The maximum length to allow for incoming requests\&. Larger requests will cause the connection to be dropped\&.
1335 protocol\&.bittorrent\&.peerwire\&.request_length \fB<num>\fR (default: 16384)
1336 .RS 4
1337 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\&.
1340 protocol\&.bittorrent\&.peerwire\&.timeout \fB<num>\fR (default: 300)
1341 .RS 4
1342 The number of seconds to wait before closing a socket on which nothing has been received or sent\&.
1345 protocol\&.bittorrent\&.peerwire\&.pool_size \fB<num>\fR (default: 55)
1346 .RS 4
1347 Maximum number of items in the peer pool\&. The peer pool contains information used for establishing connections to new peers\&.
1349 Set to 0 to have unlimited size\&.
1351 .SS "protocol\&.file (Local files)"
1352 Options specific to local browsing\&.
1354 protocol\&.file\&.allow_special_files \fB[0|1]\fR (default: 0)
1355 .RS 4
1356 Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading
1357 \fI/dev/urandom\fR
1359 \fI/dev/zero\fR
1360 can ruin your day!
1363 protocol\&.file\&.show_hidden_files \fB[0|1]\fR (default: 1)
1364 .RS 4
1365 When set to false, files with name starting with a dot will be hidden in local directory listings\&.
1368 protocol\&.file\&.try_encoding_extensions \fB[0|1]\fR (default: 1)
1369 .RS 4
1370 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\&.
1372 .SS "protocol\&.file\&.cgi (Local CGI)"
1373 Local CGI specific options\&.
1375 protocol\&.file\&.cgi\&.path \fB<str>\fR (default: "")
1376 .RS 4
1377 Colon separated list of directories, where CGI scripts are stored\&.
1380 protocol\&.file\&.cgi\&.policy \fB[0|1]\fR (default: 0)
1381 .RS 4
1382 Whether to execute local CGI scripts\&.
1384 .SS "protocol\&.ftp (FTP)"
1385 FTP specific options\&.
1387 protocol\&.ftp\&.anon_passwd \fB<str>\fR (default: "some@host\&.domain")
1388 .RS 4
1389 FTP anonymous password to be sent\&.
1392 protocol\&.ftp\&.use_pasv \fB[0|1]\fR (default: 1)
1393 .RS 4
1394 Use PASV instead of PORT (passive vs active mode, IPv4 only)\&.
1397 protocol\&.ftp\&.use_epsv \fB[0|1]\fR (default: 0)
1398 .RS 4
1399 Use EPSV instead of EPRT (passive vs active mode, IPv6 only)\&.
1401 .SS "protocol\&.ftp\&.proxy (Proxy configuration)"
1402 FTP proxy configuration\&.
1404 protocol\&.ftp\&.proxy\&.host \fB<str>\fR (default: "")
1405 .RS 4
1406 Host and port\-number (host:port) of the FTP proxy, or blank\&. If it\'s blank,
1407 \fBFTP_PROXY\fR
1408 environment variable is checked as well\&.
1410 .SS "protocol\&.http (HTTP)"
1411 HTTP\-specific options\&.
1413 protocol\&.http\&.accept_language \fB<str>\fR (default: "")
1414 .RS 4
1415 Send Accept\-Language header\&.
1418 protocol\&.http\&.accept_ui_language \fB[0|1]\fR (default: 1)
1419 .RS 4
1420 Request localised versions of documents from web\-servers (using the Accept\-Language header) using the language you have configured for
1421 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\&.
1424 protocol\&.http\&.compression \fB[0|1]\fR (default: 0)
1425 .RS 4
1426 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\&.
1429 ELinks
1430 displays a incomplete page or garbage, try disabling this option\&. If that helps, there may be a bug in the decompression part of
1431 ELinks\&. Please report such bugs\&.
1434 ELinks
1435 has been compiled without compression support, this option has no effect\&. To check the supported features, see Help \-> About\&.
1438 protocol\&.http\&.trace \fB[0|1]\fR (default: 0)
1439 .RS 4
1440 If active, all HTTP requests are sent with TRACE as their method rather than GET or POST\&. This is useful for debugging of both
1441 ELinks
1442 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\&.
1445 protocol\&.http\&.user_agent \fB<str>\fR (default: "ELinks/%v (textmode; %s; %t\-%b)")
1446 .RS 4
1447 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\&.
1449 Use " " if you don\'t want any User\-Agent header to be sent at all\&.
1451 .RS 4
1452 \h'-04'\(bu\h'+03'%v in the string means
1453 ELinks
1454 version,
1457 .RS 4
1458 \h'-04'\(bu\h'+03'%s in the string means system identification,
1461 .RS 4
1462 \h'-04'\(bu\h'+03'%t in the string means size of the terminal,
1465 .RS 4
1466 \h'-04'\(bu\h'+03'%b in the string means number of bars displayed by
1467 ELinks\&.
1470 .SS "protocol\&.http\&.bugs (Server bug workarounds)"
1471 Server\-side HTTP bugs workarounds\&.
1473 protocol\&.http\&.bugs\&.accept_charset \fB[0|1]\fR (default: 1)
1474 .RS 4
1475 The Accept\-Charset header is quite long and sending it can trigger bugs in some rarely found servers\&.
1478 protocol\&.http\&.bugs\&.allow_blacklist \fB[0|1]\fR (default: 1)
1479 .RS 4
1480 Allow blacklisting of buggy servers\&.
1483 protocol\&.http\&.bugs\&.broken_302_redirect \fB[0|1]\fR (default: 1)
1484 .RS 4
1485 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\&.
1488 protocol\&.http\&.bugs\&.post_no_keepalive \fB[0|1]\fR (default: 0)
1489 .RS 4
1490 Disable keepalive connection after POST request\&.
1493 protocol\&.http\&.bugs\&.http10 \fB[0|1]\fR (default: 0)
1494 .RS 4
1495 Use HTTP/1\&.0 protocol instead of HTTP/1\&.1\&.
1497 .SS "protocol\&.http\&.proxy (Proxy configuration)"
1498 HTTP proxy configuration\&.
1500 protocol\&.http\&.proxy\&.host \fB<str>\fR (default: "")
1501 .RS 4
1502 Host and port\-number (host:port) of the HTTP proxy, or blank\&. If it\'s blank,
1503 \fBHTTP_PROXY\fR
1504 environment variable is checked as well\&.
1507 protocol\&.http\&.proxy\&.user \fB<str>\fR (default: "")
1508 .RS 4
1509 Proxy authentication username\&.
1512 protocol\&.http\&.proxy\&.passwd \fB<str>\fR (default: "")
1513 .RS 4
1514 Proxy authentication password\&.
1516 .SS "protocol\&.http\&.referer (Referer sending)"
1517 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\&.
1519 protocol\&.http\&.referer\&.policy \fB<num>\fR (default: 3)
1520 .RS 4
1521 Mode of sending HTTP referer:
1523 .RS 4
1524 \h'-04'\(bu\h'+03'0 is send no referer
1527 .RS 4
1528 \h'-04'\(bu\h'+03'1 is send current URL as referer
1531 .RS 4
1532 \h'-04'\(bu\h'+03'2 is send fixed fake referer
1535 .RS 4
1536 \h'-04'\(bu\h'+03'3 is send previous URL as referer (correct, but insecure)
1540 protocol\&.http\&.referer\&.fake \fB<str>\fR (default: "")
1541 .RS 4
1542 Fake referer to be sent when policy is 2\&.
1544 .SS "protocol\&.https (HTTPS)"
1545 HTTPS\-specific options\&.
1547 .SS "protocol\&.https\&.proxy (Proxy configuration)"
1548 HTTPS proxy configuration\&.
1550 protocol\&.https\&.proxy\&.host \fB<str>\fR (default: "")
1551 .RS 4
1552 Host and port\-number (host:port) of the HTTPS CONNECT proxy, or blank\&. If it\'s blank,
1553 \fBHTTPS_PROXY\fR
1554 environment variable is checked as well\&.
1556 .SS "protocol\&.nntp (NNTP)"
1557 NNTP and news specific options\&.
1559 protocol\&.nntp\&.server \fB<str>\fR (default: "")
1560 .RS 4
1561 Used when resolving news: URIs\&. If set to the empty string the value of the
1562 \fBNNTPSERVER\fR
1563 environment variable will be used\&.
1566 protocol\&.nntp\&.header_entries \fB<str>\fR (default: "Subject,From,Date,Message\-ID,Newsgroups")
1567 .RS 4
1568 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\&.
1570 .SS "protocol\&.rewrite (URI rewriting)"
1571 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\&.
1573 protocol\&.rewrite\&.default_template \fB<str>\fR (default: "")
1574 .RS 4
1575 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\&.
1577 .RS 4
1578 \h'-04'\(bu\h'+03'%c in the template means the current URL,
1581 .RS 4
1582 \h'-04'\(bu\h'+03'%s in the template means the whole string from the goto dialog,
1585 .RS 4
1586 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 mean the 1st,2nd,\&.\&.\&.,10th space\-delimited part of %s,
1589 .RS 4
1590 \h'-04'\(bu\h'+03'%% in the template means \'%\'\&.
1594 protocol\&.rewrite\&.enable\-dumb \fB[0|1]\fR (default: 1)
1595 .RS 4
1596 Enable dumb prefixes \(en simple URI abbreviations which can be written to the
1597 Goto URL
1598 dialog instead of actual URIs \(en i\&.e\&. if you write \'elinks\' there, you are directed to
1599 \fIhttp://elinks\&.cz/\fR\&.
1602 protocol\&.rewrite\&.enable\-smart \fB[0|1]\fR (default: 1)
1603 .RS 4
1604 Enable smart prefixes \(en URI templates triggered by writing given abbreviation to the
1605 Goto URL
1606 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\'\&.
1608 .SS "protocol\&.rewrite\&.dumb (Dumb Prefixes)"
1609 Dumb prefixes, see enable\-dumb description for details\&.
1611 protocol\&.rewrite\&.dumb\&._template_ \fB<str>\fR (default: "")
1612 .RS 4
1613 Replacement URI for this dumbprefix:
1615 .RS 4
1616 \h'-04'\(bu\h'+03'%c in the string means the current URL
1619 .RS 4
1620 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1623 .SS "protocol\&.rewrite\&.smart (Smart Prefixes)"
1624 Smart prefixes, see enable\-smart description for details\&.
1626 protocol\&.rewrite\&.smart\&._template_ \fB<str>\fR (default: "")
1627 .RS 4
1628 Replacement URI for this smartprefix:
1630 .RS 4
1631 \h'-04'\(bu\h'+03'%c in the string means the current URL
1634 .RS 4
1635 \h'-04'\(bu\h'+03'%s in the string means the whole argument to smartprefix
1638 .RS 4
1639 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 means argument 0, 1, \&.\&.\&., 9
1642 .RS 4
1643 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1646 .SS "protocol\&.user (User protocols)"
1647 User protocols\&. Options in this tree specify external handlers for the appropriate protocols\&. Ie\&. protocol\&.user\&.mailto\&.unix\&.
1649 .SS "protocol\&.user\&._template_ (Template option folder)"
1650 Handler (external program) for this protocol\&. Name the options in this tree after your system (ie\&. unix, unix\-xwin)\&.
1652 protocol\&.user\&._template_\&._template_ \fB<str>\fR (default: "")
1653 .RS 4
1654 Handler (external program) for this protocol and system\&.
1656 .RS 4
1657 \h'-04'\(bu\h'+03'%f in the string means file name to include form data from
1660 .RS 4
1661 \h'-04'\(bu\h'+03'%h in the string means hostname (or email address)
1664 .RS 4
1665 \h'-04'\(bu\h'+03'%p in the string means port
1668 .RS 4
1669 \h'-04'\(bu\h'+03'%d in the string means path (everything after the port)
1672 .RS 4
1673 \h'-04'\(bu\h'+03'%s in the string means subject (?subject=<this>)
1676 .RS 4
1677 \h'-04'\(bu\h'+03'%u in the string means the whole URL
1680 .SS "terminal (Terminals)"
1681 Terminal options\&.
1683 .SS "terminal\&._template_ (Template option folder)"
1684 Options specific to this terminal type (according to \fB$TERM\fR value)\&.
1686 terminal\&._template_\&.type \fB<num>\fR (default: 0)
1687 .RS 4
1688 Terminal type; matters mostly only when drawing frames and dialog box borders:
1690 .RS 4
1691 \h'-04'\(bu\h'+03'0 is dumb terminal type, ASCII art
1694 .RS 4
1695 \h'-04'\(bu\h'+03'1 is VT100, simple but portable
1698 .RS 4
1699 \h'-04'\(bu\h'+03'2 is Linux, you get double frames and other goodies
1702 .RS 4
1703 \h'-04'\(bu\h'+03'3 is KOI\-8
1706 .RS 4
1707 \h'-04'\(bu\h'+03'4 is FreeBSD
1710 .RS 4
1711 \h'-04'\(bu\h'+03'5 is fbterm
1715 terminal\&._template_\&.latin1_title \fB[0|1]\fR (default: 1)
1716 .RS 4
1717 When updating the window title of
1718 \fBxterm\fR
1719 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\&.
1721 If this option does not take effect immediately, try switching to a different page so that
1722 ELinks
1723 notices it needs to update the title\&.
1726 terminal\&._template_\&.m11_hack \fB[0|1]\fR (default: 0)
1727 .RS 4
1728 Switch fonts when drawing lines, enabling both local characters and lines working at the same time\&.
1729 ELinks
1730 uses this option only if UTF\-8 I/O is disabled and the terminal type is Linux or FreeBSD\&.
1733 terminal\&._template_\&.utf_8_io \fB[0|1]\fR (default: 0)
1734 .RS 4
1735 Enable I/O in UTF\-8 for Unicode terminals\&. Note that currently, only the subset of UTF\-8 according to terminal codepage is used\&.
1736 ELinks
1737 ignores this option if the terminal codepage is UTF\-8\&.
1740 terminal\&._template_\&.combine \fB[0|1]\fR (default: 0)
1741 .RS 4
1742 Enable combining characters\&. It works only with the
1743 \fBxterm\fR
1744 in UTF\-8 mode\&.
1747 terminal\&._template_\&.restrict_852 \fB[0|1]\fR (default: 0)
1748 .RS 4
1749 Restrict the characters used when drawing lines\&. Makes sense only with linux terminals using the cp850/852 character sets\&.
1752 terminal\&._template_\&.block_cursor \fB[0|1]\fR (default: 0)
1753 .RS 4
1754 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\&.
1757 terminal\&._template_\&.colors \fB<num>\fR (default: 0)
1758 .RS 4
1759 The color mode controls what colors are used and how they are output to the terminal\&.
1761 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,
1762 ELinks
1763 uses 16 colors\&.
1765 The color modes are:
1767 .RS 4
1768 \h'-04'\(bu\h'+03'0 is mono mode, only 2 colors are used
1771 .RS 4
1772 \h'-04'\(bu\h'+03'1 is 16 color mode, uses the common ANSI colors
1775 .RS 4
1776 \h'-04'\(bu\h'+03'2 is 88 color mode, uses XTerm RGB codes
1779 .RS 4
1780 \h'-04'\(bu\h'+03'3 is 256 color mode, uses XTerm RGB codes
1783 .RS 4
1784 \h'-04'\(bu\h'+03'4 is true color mode, uses konsole RGB codes
1788 terminal\&._template_\&.transparency \fB[0|1]\fR (default: 0)
1789 .RS 4
1790 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
1791 ELinks
1792 as well (but
1793 ELinks
1794 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\&.
1797 terminal\&._template_\&.italic \fB[0|1]\fR (default: 0)
1798 .RS 4
1799 If we should use italics\&.
1802 terminal\&._template_\&.underline \fB[0|1]\fR (default: 0)
1803 .RS 4
1804 If we should use underline or enhance the color instead\&.
1807 terminal\&._template_\&.charset \fB<codepage>\fR (default: System)
1808 .RS 4
1809 Codepage of charset used for displaying content on terminal\&. \'System\' stands for a codepage determined by a selected locale\&.
1811 .SS "ui (User interface)"
1812 User interface options\&.
1814 ui\&.date_format \fB<str>\fR (default: "%b %e %H:%M")
1815 .RS 4
1816 Date format to use in dialogs\&. See
1817 \fBstrftime\fR(3)\&.
1820 ui\&.language \fB<language>\fR (default: "System")
1821 .RS 4
1822 Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
1825 ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
1826 .RS 4
1827 Always show menu bar on the screen\&.
1830 ui\&.show_status_bar \fB[0|1]\fR (default: 1)
1831 .RS 4
1832 Show status bar on the screen\&.
1835 ui\&.show_title_bar \fB[0|1]\fR (default: 1)
1836 .RS 4
1837 Show title bar on the screen\&.
1840 ui\&.startup_goto_dialog \fB[0|1]\fR (default: 1)
1841 .RS 4
1842 Pop up goto dialog in newly created tabs when there\'s no homepage set\&. This means also showing goto dialog on startup\&.
1845 ui\&.success_msgbox \fB[0|1]\fR (default: 1)
1846 .RS 4
1847 When you pressed a
1848 Save
1849 button in some manager, this option will make sure that a box confirming success of the operation will pop up\&.
1852 ui\&.window_title \fB[0|1]\fR (default: 1)
1853 .RS 4
1854 Set the window title when running in a windowing environment in an
1855 \fBxterm\fR\-like terminal\&. This way the document\'s title is shown on the window titlebar\&.
1857 .SS "ui\&.clock (Clock)"
1858 Digital clock in the status bar\&.
1860 ui\&.clock\&.enable \fB[0|1]\fR (default: 0)
1861 .RS 4
1862 Whether to display a digital clock in the status bar\&.
1865 ui\&.clock\&.format \fB<str>\fR (default: "[%H:%M]")
1866 .RS 4
1867 Format string for the digital clock\&. See the
1868 \fBstrftime\fR(3)
1869 manpage for details\&.
1871 .SS "ui\&.colors (Color settings)"
1872 Default user interface color settings\&.
1874 .SS "ui\&.colors\&.color (Color terminals)"
1875 Color settings for color terminal\&.
1877 .SS "ui\&.colors\&.color\&.mainmenu (Main menu bar)"
1878 Main menu bar colors\&.
1880 .SS "ui\&.colors\&.color\&.mainmenu\&.normal (Unselected main menu bar item)"
1881 Unselected main menu bar item colors\&.
1883 ui\&.colors\&.color\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1884 .RS 4
1885 Default text color\&.
1888 ui\&.colors\&.color\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1889 .RS 4
1890 Default background color\&.
1892 .SS "ui\&.colors\&.color\&.mainmenu\&.selected (Selected main menu bar item)"
1893 Selected main menu bar item colors\&.
1895 ui\&.colors\&.color\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: green)
1896 .RS 4
1897 Default text color\&.
1900 ui\&.colors\&.color\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
1901 .RS 4
1902 Default background color\&.
1904 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey (Hotkey)"
1905 Main menu hotkey colors\&.
1907 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
1908 Main menu unselected hotkey colors\&.
1910 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1911 .RS 4
1912 Default text color\&.
1915 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1916 .RS 4
1917 Default background color\&.
1919 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
1920 Main menu selected hotkey colors\&.
1922 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1923 .RS 4
1924 Default text color\&.
1927 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1928 .RS 4
1929 Default background color\&.
1931 .SS "ui\&.colors\&.color\&.menu (Menu bar)"
1932 Menu bar colors\&.
1934 .SS "ui\&.colors\&.color\&.menu\&.normal (Unselected menu item)"
1935 Unselected menu item colors\&.
1937 ui\&.colors\&.color\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1938 .RS 4
1939 Default text color\&.
1942 ui\&.colors\&.color\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1943 .RS 4
1944 Default background color\&.
1946 .SS "ui\&.colors\&.color\&.menu\&.selected (Selected menu item)"
1947 Selected menu item colors\&.
1949 ui\&.colors\&.color\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
1950 .RS 4
1951 Default text color\&.
1954 ui\&.colors\&.color\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1955 .RS 4
1956 Default background color\&.
1958 .SS "ui\&.colors\&.color\&.menu\&.marked (Marked menu item)"
1959 Marked menu item colors\&.
1961 ui\&.colors\&.color\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: red)
1962 .RS 4
1963 Default text color\&.
1966 ui\&.colors\&.color\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
1967 .RS 4
1968 Default background color\&.
1970 .SS "ui\&.colors\&.color\&.menu\&.hotkey (Hotkey)"
1971 Menu item hotkey colors\&.
1973 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.normal (Unselected hotkey)"
1974 Menu item unselected hotkey colors\&.
1976 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1977 .RS 4
1978 Default text color\&.
1981 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1982 .RS 4
1983 Default background color\&.
1985 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.selected (Selected hotkey)"
1986 Menu item selected hotkey colors\&.
1988 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1989 .RS 4
1990 Default text color\&.
1993 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1994 .RS 4
1995 Default background color\&.
1997 .SS "ui\&.colors\&.color\&.menu\&.frame (Menu frame)"
1998 Menu frame colors\&.
2000 ui\&.colors\&.color\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2001 .RS 4
2002 Default text color\&.
2005 ui\&.colors\&.color\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2006 .RS 4
2007 Default background color\&.
2009 .SS "ui\&.colors\&.color\&.dialog (Dialog)"
2010 Dialog colors\&.
2012 .SS "ui\&.colors\&.color\&.dialog\&.generic (Generic)"
2013 Generic dialog colors\&.
2015 ui\&.colors\&.color\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2016 .RS 4
2017 Default text color\&.
2020 ui\&.colors\&.color\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2021 .RS 4
2022 Default background color\&.
2024 .SS "ui\&.colors\&.color\&.dialog\&.frame (Frame)"
2025 Dialog frame colors\&.
2027 ui\&.colors\&.color\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2028 .RS 4
2029 Default text color\&.
2032 ui\&.colors\&.color\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2033 .RS 4
2034 Default background color\&.
2036 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar (Scrollbar)"
2037 Scrollbar colors\&.
2039 ui\&.colors\&.color\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: black)
2040 .RS 4
2041 Default text color\&.
2044 ui\&.colors\&.color\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: blue)
2045 .RS 4
2046 Default background color\&.
2048 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2049 Scrollbar selected colors\&.
2051 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2052 .RS 4
2053 Default text color\&.
2056 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2057 .RS 4
2058 Default background color\&.
2060 .SS "ui\&.colors\&.color\&.dialog\&.title (Title)"
2061 Dialog title colors\&.
2063 ui\&.colors\&.color\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: darkred)
2064 .RS 4
2065 Default text color\&.
2068 ui\&.colors\&.color\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: white)
2069 .RS 4
2070 Default background color\&.
2072 .SS "ui\&.colors\&.color\&.dialog\&.text (Text)"
2073 Dialog text colors\&.
2075 ui\&.colors\&.color\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2076 .RS 4
2077 Default text color\&.
2080 ui\&.colors\&.color\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2081 .RS 4
2082 Default background color\&.
2084 .SS "ui\&.colors\&.color\&.dialog\&.checkbox (Checkbox)"
2085 Dialog checkbox colors\&.
2087 ui\&.colors\&.color\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: darkred)
2088 .RS 4
2089 Default text color\&.
2092 ui\&.colors\&.color\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2093 .RS 4
2094 Default background color\&.
2096 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-selected (Selected checkbox)"
2097 Dialog selected checkbox colors\&.
2099 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2100 .RS 4
2101 Default text color\&.
2104 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2105 .RS 4
2106 Default background color\&.
2108 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-label (Checkbox label)"
2109 Dialog checkbox label colors\&.
2111 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2112 .RS 4
2113 Default text color\&.
2116 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2117 .RS 4
2118 Default background color\&.
2120 .SS "ui\&.colors\&.color\&.dialog\&.button (Button)"
2121 Dialog button colors\&.
2123 ui\&.colors\&.color\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: white)
2124 .RS 4
2125 Default text color\&.
2128 ui\&.colors\&.color\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: blue)
2129 .RS 4
2130 Default background color\&.
2132 .SS "ui\&.colors\&.color\&.dialog\&.button\-selected (Selected button)"
2133 Dialog selected button colors\&.
2135 ui\&.colors\&.color\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2136 .RS 4
2137 Default text color\&.
2140 ui\&.colors\&.color\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2141 .RS 4
2142 Default background color\&.
2144 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut (Button shortcut)"
2145 Dialog button colors\&.
2147 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: yellow)
2148 .RS 4
2149 Default text color\&.
2152 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: blue)
2153 .RS 4
2154 Default background color\&.
2156 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2157 Dialog selected button colors\&.
2159 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2160 .RS 4
2161 Default text color\&.
2164 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: blue)
2165 .RS 4
2166 Default background color\&.
2168 .SS "ui\&.colors\&.color\&.dialog\&.field (Text field)"
2169 Dialog text field colors\&.
2171 ui\&.colors\&.color\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: white)
2172 .RS 4
2173 Default text color\&.
2176 ui\&.colors\&.color\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: blue)
2177 .RS 4
2178 Default background color\&.
2180 .SS "ui\&.colors\&.color\&.dialog\&.field\-text (Text field text)"
2181 Dialog field text colors\&.
2183 ui\&.colors\&.color\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: yellow)
2184 .RS 4
2185 Default text color\&.
2188 ui\&.colors\&.color\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: blue)
2189 .RS 4
2190 Default background color\&.
2192 .SS "ui\&.colors\&.color\&.dialog\&.meter (Meter)"
2193 Dialog meter colors\&.
2195 ui\&.colors\&.color\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: white)
2196 .RS 4
2197 Default text color\&.
2200 ui\&.colors\&.color\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: blue)
2201 .RS 4
2202 Default background color\&.
2204 .SS "ui\&.colors\&.color\&.dialog\&.shadow (Shadow)"
2205 Dialog shadow colors (see ui\&.shadows option)\&.
2207 ui\&.colors\&.color\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2208 .RS 4
2209 Default text color\&.
2212 ui\&.colors\&.color\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2213 .RS 4
2214 Default background color\&.
2216 .SS "ui\&.colors\&.color\&.title (Title bar)"
2217 Title bar colors\&.
2219 .SS "ui\&.colors\&.color\&.title\&.title\-bar (Generic title bar)"
2220 Generic title bar colors\&.
2222 ui\&.colors\&.color\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2223 .RS 4
2224 Default text color\&.
2227 ui\&.colors\&.color\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2228 .RS 4
2229 Default background color\&.
2231 .SS "ui\&.colors\&.color\&.title\&.title\-text (Title bar text)"
2232 Title bar text colors\&.
2234 ui\&.colors\&.color\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2235 .RS 4
2236 Default text color\&.
2239 ui\&.colors\&.color\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2240 .RS 4
2241 Default background color\&.
2243 .SS "ui\&.colors\&.color\&.status (Status bar)"
2244 Status bar colors\&.
2246 .SS "ui\&.colors\&.color\&.status\&.status\-bar (Generic status bar)"
2247 Generic status bar colors\&.
2249 ui\&.colors\&.color\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2250 .RS 4
2251 Default text color\&.
2254 ui\&.colors\&.color\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2255 .RS 4
2256 Default background color\&.
2258 .SS "ui\&.colors\&.color\&.status\&.status\-text (Status bar text)"
2259 Status bar text colors\&.
2261 ui\&.colors\&.color\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2262 .RS 4
2263 Default text color\&.
2266 ui\&.colors\&.color\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2267 .RS 4
2268 Default background color\&.
2270 .SS "ui\&.colors\&.color\&.tabs (Tabs bar)"
2271 Tabs bar colors\&.
2273 .SS "ui\&.colors\&.color\&.tabs\&.unvisited (Unvisited tab)"
2274 Tab colors for tabs that have not been selected since they completed loading\&.
2276 ui\&.colors\&.color\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: darkblue)
2277 .RS 4
2278 Default text color\&.
2281 ui\&.colors\&.color\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2282 .RS 4
2283 Default background color\&.
2285 .SS "ui\&.colors\&.color\&.tabs\&.normal (Unselected tab)"
2286 Unselected tab colors\&.
2288 ui\&.colors\&.color\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2289 .RS 4
2290 Default text color\&.
2293 ui\&.colors\&.color\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2294 .RS 4
2295 Default background color\&.
2297 .SS "ui\&.colors\&.color\&.tabs\&.loading (Loading tab)"
2298 Tab colors for tabs that are loading in the background\&.
2300 ui\&.colors\&.color\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: darkred)
2301 .RS 4
2302 Default text color\&.
2305 ui\&.colors\&.color\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2306 .RS 4
2307 Default background color\&.
2309 .SS "ui\&.colors\&.color\&.tabs\&.selected (Selected tab)"
2310 Selected tab colors\&.
2312 ui\&.colors\&.color\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2313 .RS 4
2314 Default text color\&.
2317 ui\&.colors\&.color\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
2318 .RS 4
2319 Default background color\&.
2321 .SS "ui\&.colors\&.color\&.tabs\&.separator (Tab separator)"
2322 Tab separator colors\&.
2324 ui\&.colors\&.color\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: brown)
2325 .RS 4
2326 Default text color\&.
2329 ui\&.colors\&.color\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2330 .RS 4
2331 Default background color\&.
2333 .SS "ui\&.colors\&.color\&.searched (Searched strings)"
2334 Searched string highlight colors\&.
2336 ui\&.colors\&.color\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2337 .RS 4
2338 Default text color\&.
2341 ui\&.colors\&.color\&.searched\&.background \fB<color|#rrggbb>\fR (default: lime)
2342 .RS 4
2343 Default background color\&.
2345 .SS "ui\&.colors\&.mono (Non\-color terminals)"
2346 Color settings for non\-color terminal\&.
2348 .SS "ui\&.colors\&.mono\&.mainmenu (Main menu bar)"
2349 Main menu bar colors\&.
2351 .SS "ui\&.colors\&.mono\&.mainmenu\&.normal (Unselected main menu bar item)"
2352 Unselected main menu bar item colors\&.
2354 ui\&.colors\&.mono\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2355 .RS 4
2356 Default text color\&.
2359 ui\&.colors\&.mono\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2360 .RS 4
2361 Default background color\&.
2363 .SS "ui\&.colors\&.mono\&.mainmenu\&.selected (Selected main menu bar item)"
2364 Selected main menu bar item colors\&.
2366 ui\&.colors\&.mono\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2367 .RS 4
2368 Default text color\&.
2371 ui\&.colors\&.mono\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2372 .RS 4
2373 Default background color\&.
2375 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey (Hotkey)"
2376 Main menu hotkey colors\&.
2378 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
2379 Main menu unselected hotkey colors\&.
2381 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2382 .RS 4
2383 Default text color\&.
2386 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2387 .RS 4
2388 Default background color\&.
2390 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
2391 Main menu selected hotkey colors\&.
2393 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2394 .RS 4
2395 Default text color\&.
2398 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: white)
2399 .RS 4
2400 Default background color\&.
2402 .SS "ui\&.colors\&.mono\&.menu (Menu bar)"
2403 Menu bar colors\&.
2405 .SS "ui\&.colors\&.mono\&.menu\&.normal (Unselected menu item)"
2406 Unselected menu item colors\&.
2408 ui\&.colors\&.mono\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2409 .RS 4
2410 Default text color\&.
2413 ui\&.colors\&.mono\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2414 .RS 4
2415 Default background color\&.
2417 .SS "ui\&.colors\&.mono\&.menu\&.selected (Selected menu item)"
2418 Selected menu item colors\&.
2420 ui\&.colors\&.mono\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2421 .RS 4
2422 Default text color\&.
2425 ui\&.colors\&.mono\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2426 .RS 4
2427 Default background color\&.
2429 .SS "ui\&.colors\&.mono\&.menu\&.marked (Marked menu item)"
2430 Marked menu item colors\&.
2432 ui\&.colors\&.mono\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: gray)
2433 .RS 4
2434 Default text color\&.
2437 ui\&.colors\&.mono\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
2438 .RS 4
2439 Default background color\&.
2441 .SS "ui\&.colors\&.mono\&.menu\&.hotkey (Hotkey)"
2442 Menu item hotkey colors\&.
2444 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.normal (Unselected hotkey)"
2445 Menu item unselected hotkey colors\&.
2447 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: gray)
2448 .RS 4
2449 Default text color\&.
2452 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: black)
2453 .RS 4
2454 Default background color\&.
2456 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.selected (Selected hotkey)"
2457 Menu item selected hotkey colors\&.
2459 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2460 .RS 4
2461 Default text color\&.
2464 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2465 .RS 4
2466 Default background color\&.
2468 .SS "ui\&.colors\&.mono\&.menu\&.frame (Menu frame)"
2469 Menu frame colors\&.
2471 ui\&.colors\&.mono\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2472 .RS 4
2473 Default text color\&.
2476 ui\&.colors\&.mono\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2477 .RS 4
2478 Default background color\&.
2480 .SS "ui\&.colors\&.mono\&.dialog (Dialog)"
2481 Dialog colors\&.
2483 .SS "ui\&.colors\&.mono\&.dialog\&.generic (Generic)"
2484 Generic dialog colors\&.
2486 ui\&.colors\&.mono\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2487 .RS 4
2488 Default text color\&.
2491 ui\&.colors\&.mono\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2492 .RS 4
2493 Default background color\&.
2495 .SS "ui\&.colors\&.mono\&.dialog\&.frame (Frame)"
2496 Dialog frame colors\&.
2498 ui\&.colors\&.mono\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2499 .RS 4
2500 Default text color\&.
2503 ui\&.colors\&.mono\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2504 .RS 4
2505 Default background color\&.
2507 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar (Scrollbar)"
2508 Scrollbar colors\&.
2510 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: white)
2511 .RS 4
2512 Default text color\&.
2515 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: black)
2516 .RS 4
2517 Default background color\&.
2519 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2520 Scrollbar selected colors\&.
2522 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2523 .RS 4
2524 Default text color\&.
2527 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2528 .RS 4
2529 Default background color\&.
2531 .SS "ui\&.colors\&.mono\&.dialog\&.title (Title)"
2532 Dialog title colors\&.
2534 ui\&.colors\&.mono\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: gray)
2535 .RS 4
2536 Default text color\&.
2539 ui\&.colors\&.mono\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: black)
2540 .RS 4
2541 Default background color\&.
2543 .SS "ui\&.colors\&.mono\&.dialog\&.text (Text)"
2544 Dialog text colors\&.
2546 ui\&.colors\&.mono\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2547 .RS 4
2548 Default text color\&.
2551 ui\&.colors\&.mono\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2552 .RS 4
2553 Default background color\&.
2555 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox (Checkbox)"
2556 Dialog checkbox colors\&.
2558 ui\&.colors\&.mono\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: black)
2559 .RS 4
2560 Default text color\&.
2563 ui\&.colors\&.mono\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2564 .RS 4
2565 Default background color\&.
2567 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-selected (Selected checkbox)"
2568 Dialog selected checkbox colors\&.
2570 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2571 .RS 4
2572 Default text color\&.
2575 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2576 .RS 4
2577 Default background color\&.
2579 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-label (Checkbox label)"
2580 Dialog checkbox label colors\&.
2582 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2583 .RS 4
2584 Default text color\&.
2587 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2588 .RS 4
2589 Default background color\&.
2591 .SS "ui\&.colors\&.mono\&.dialog\&.button (Button)"
2592 Dialog button colors\&.
2594 ui\&.colors\&.mono\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: black)
2595 .RS 4
2596 Default text color\&.
2599 ui\&.colors\&.mono\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: white)
2600 .RS 4
2601 Default background color\&.
2603 .SS "ui\&.colors\&.mono\&.dialog\&.button\-selected (Selected button)"
2604 Dialog selected button colors\&.
2606 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2607 .RS 4
2608 Default text color\&.
2611 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2612 .RS 4
2613 Default background color\&.
2615 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut (Button shortcut)"
2616 Dialog button colors\&.
2618 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: white)
2619 .RS 4
2620 Default text color\&.
2623 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: black)
2624 .RS 4
2625 Default background color\&.
2627 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2628 Dialog selected button colors\&.
2630 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2631 .RS 4
2632 Default text color\&.
2635 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2636 .RS 4
2637 Default background color\&.
2639 .SS "ui\&.colors\&.mono\&.dialog\&.field (Text field)"
2640 Dialog text field colors\&.
2642 ui\&.colors\&.mono\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: gray)
2643 .RS 4
2644 Default text color\&.
2647 ui\&.colors\&.mono\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: black)
2648 .RS 4
2649 Default background color\&.
2651 .SS "ui\&.colors\&.mono\&.dialog\&.field\-text (Text field text)"
2652 Dialog field text colors\&.
2654 ui\&.colors\&.mono\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2655 .RS 4
2656 Default text color\&.
2659 ui\&.colors\&.mono\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2660 .RS 4
2661 Default background color\&.
2663 .SS "ui\&.colors\&.mono\&.dialog\&.meter (Meter)"
2664 Dialog meter colors\&.
2666 ui\&.colors\&.mono\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: gray)
2667 .RS 4
2668 Default text color\&.
2671 ui\&.colors\&.mono\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: black)
2672 .RS 4
2673 Default background color\&.
2675 .SS "ui\&.colors\&.mono\&.dialog\&.shadow (Shadow)"
2676 Dialog shadow colors (see ui\&.shadows option)\&.
2678 ui\&.colors\&.mono\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2679 .RS 4
2680 Default text color\&.
2683 ui\&.colors\&.mono\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2684 .RS 4
2685 Default background color\&.
2687 .SS "ui\&.colors\&.mono\&.title (Title bar)"
2688 Title bar colors\&.
2690 .SS "ui\&.colors\&.mono\&.title\&.title\-bar (Generic title bar)"
2691 Generic title bar colors\&.
2693 ui\&.colors\&.mono\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: gray)
2694 .RS 4
2695 Default text color\&.
2698 ui\&.colors\&.mono\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: black)
2699 .RS 4
2700 Default background color\&.
2702 .SS "ui\&.colors\&.mono\&.title\&.title\-text (Title bar text)"
2703 Title bar text colors\&.
2705 ui\&.colors\&.mono\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2706 .RS 4
2707 Default text color\&.
2710 ui\&.colors\&.mono\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2711 .RS 4
2712 Default background color\&.
2714 .SS "ui\&.colors\&.mono\&.status (Status bar)"
2715 Status bar colors\&.
2717 .SS "ui\&.colors\&.mono\&.status\&.status\-bar (Generic status bar)"
2718 Generic status bar colors\&.
2720 ui\&.colors\&.mono\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2721 .RS 4
2722 Default text color\&.
2725 ui\&.colors\&.mono\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2726 .RS 4
2727 Default background color\&.
2729 .SS "ui\&.colors\&.mono\&.status\&.status\-text (Status bar text)"
2730 Status bar text colors\&.
2732 ui\&.colors\&.mono\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2733 .RS 4
2734 Default text color\&.
2737 ui\&.colors\&.mono\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2738 .RS 4
2739 Default background color\&.
2741 .SS "ui\&.colors\&.mono\&.tabs (Tabs bar)"
2742 Tabs bar colors\&.
2744 .SS "ui\&.colors\&.mono\&.tabs\&.unvisited (Unvisited tab)"
2745 Tab colors for tabs that have not been selected since they completed loading\&.
2747 ui\&.colors\&.mono\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: gray)
2748 .RS 4
2749 Default text color\&.
2752 ui\&.colors\&.mono\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2753 .RS 4
2754 Default background color\&.
2756 .SS "ui\&.colors\&.mono\&.tabs\&.normal (Unselected tab)"
2757 Unselected tab colors\&.
2759 ui\&.colors\&.mono\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2760 .RS 4
2761 Default text color\&.
2764 ui\&.colors\&.mono\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2765 .RS 4
2766 Default background color\&.
2768 .SS "ui\&.colors\&.mono\&.tabs\&.loading (Loading tab)"
2769 Tab colors for tabs that are loading in the background\&.
2771 ui\&.colors\&.mono\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: gray)
2772 .RS 4
2773 Default text color\&.
2776 ui\&.colors\&.mono\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2777 .RS 4
2778 Default background color\&.
2780 .SS "ui\&.colors\&.mono\&.tabs\&.selected (Selected tab)"
2781 Selected tab colors\&.
2783 ui\&.colors\&.mono\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2784 .RS 4
2785 Default text color\&.
2788 ui\&.colors\&.mono\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2789 .RS 4
2790 Default background color\&.
2792 .SS "ui\&.colors\&.mono\&.tabs\&.separator (Tab separator)"
2793 Tab separator colors\&.
2795 ui\&.colors\&.mono\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: gray)
2796 .RS 4
2797 Default text color\&.
2800 ui\&.colors\&.mono\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2801 .RS 4
2802 Default background color\&.
2804 .SS "ui\&.colors\&.mono\&.searched (Searched strings)"
2805 Searched string highlight colors\&.
2807 ui\&.colors\&.mono\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2808 .RS 4
2809 Default text color\&.
2812 ui\&.colors\&.mono\&.searched\&.background \fB<color|#rrggbb>\fR (default: white)
2813 .RS 4
2814 Default background color\&.
2816 .SS "ui\&.dialogs (Dialog settings)"
2817 Dialogs\-specific appearance and behaviour settings\&.
2819 ui\&.dialogs\&.listbox_min_height \fB<num>\fR (default: 10)
2820 .RS 4
2821 Minimal height of the listbox widget (used e\&.g\&. for bookmarks or global history)\&.
2824 ui\&.dialogs\&.shadows \fB[0|1]\fR (default: 0)
2825 .RS 4
2826 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
2827 \fIsetup\&.h\fR\&.
2830 ui\&.dialogs\&.underline_hotkeys \fB[0|1]\fR (default: 0)
2831 .RS 4
2832 Whether to underline hotkeys in menus to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2835 ui\&.dialogs\&.underline_button_shortcuts \fB[0|1]\fR (default: 0)
2836 .RS 4
2837 Whether to underline button shortcuts to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2839 .SS "ui\&.leds (LEDs)"
2840 LEDs (visual indicators) options\&.
2842 ui\&.leds\&.enable \fB[0|1]\fR (default: 1)
2843 .RS 4
2844 Enable LEDs\&. These visual indicators will inform you about various states\&.
2846 .SS "ui\&.sessions (Sessions)"
2847 Sessions settings\&.
2849 ui\&.sessions\&.auto_restore \fB[0|1]\fR (default: 0)
2850 .RS 4
2851 Automatically restore the session at start\&.
2853 This feature requires bookmark support\&.
2856 ui\&.sessions\&.auto_save \fB[0|1]\fR (default: 0)
2857 .RS 4
2858 Automatically save the session when quitting\&.
2860 This feature requires bookmark support\&.
2863 ui\&.sessions\&.auto_save_foldername \fB<str>\fR (default: "Auto saved session")
2864 .RS 4
2865 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\&.
2867 This only makes sense with bookmark support\&.
2870 ui\&.sessions\&.homepage \fB<str>\fR (default: "")
2871 .RS 4
2872 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
2873 \fBWWW_HOME\fR
2874 should be used as homepage URI instead\&.
2877 ui\&.sessions\&.keep_session_active \fB[0|1]\fR (default: 0)
2878 .RS 4
2879 Keep the session active even if the last terminal exits\&.
2882 ui\&.sessions\&.snapshot \fB[0|1]\fR (default: 0)
2883 .RS 4
2884 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\&.
2886 This feature requires bookmark support\&.
2888 .SS "ui\&.tabs (Window tabs)"
2889 Window tabs settings\&.
2891 ui\&.tabs\&.show_bar \fB<num>\fR (default: 1)
2892 .RS 4
2893 Show tabs bar on the screen:
2895 .RS 4
2896 \h'-04'\(bu\h'+03'0 means never
2899 .RS 4
2900 \h'-04'\(bu\h'+03'1 means only if two or more tabs are open
2903 .RS 4
2904 \h'-04'\(bu\h'+03'2 means always
2908 ui\&.tabs\&.top \fB[0|1]\fR (default: 0)
2909 .RS 4
2910 Whether display tab bar at top like other browsers do\&.
2913 ui\&.tabs\&.wraparound \fB[0|1]\fR (default: 1)
2914 .RS 4
2915 When moving right from the last tab, jump to the first one, and vice versa\&.
2918 ui\&.tabs\&.confirm_close \fB[0|1]\fR (default: 0)
2919 .RS 4
2920 When closing a tab show confirmation dialog\&.
2922 .SS "ui\&.timer (Timer options)"
2923 Timed action after certain interval of user inactivity\&. Someone can even find this useful, although you may not believe that\&.
2925 ui\&.timer\&.enable \fB<num>\fR (default: 0)
2926 .RS 4
2927 Whether to enable the timer or not:
2929 .RS 4
2930 \h'-04'\(bu\h'+03'0 is don\'t count down anything
2933 .RS 4
2934 \h'-04'\(bu\h'+03'1 is count down, but don\'t show the timer
2937 .RS 4
2938 \h'-04'\(bu\h'+03'2 is count down and show the timer near LEDs
2942 ui\&.timer\&.duration \fB<num>\fR (default: 86400)
2943 .RS 4
2944 Inactivity timeout in seconds\&. The maximum of one day should be enough for just everyone (TM)\&.
2947 ui\&.timer\&.action \fB<str>\fR (default: "")
2948 .RS 4
2949 Keybinding action to be triggered when timer reaches zero\&.
2951 .SH "SEE ALSO"
2952 \fBelinks\fR(1), \fBelinkskeys\fR(5)