Regenerate manpages for 0.12pre2.GIT
[elinks.git] / doc / man / man5 / elinks.conf.5
blob3a25f6bcc20c54b580c05d41024486c0b65df3b4
1 .\"     Title: elinks.conf
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 09/27/2008
5 .\"    Manual: ELinks configuration file
6 .\"    Source: ELinks 0.12pre2.GIT
7 .\"
8 .TH "ELINKS\&.CONF" "5" "09/27/2008" "ELinks 0\&.12pre2\&.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 unset   <option>
21 bind    "<keymap>" "<key>" = "<action>"
22 include "<file>"
23 .fi
24 .RE
25 .SH "DESCRIPTION"
26 The elinks\&.conf file contains configuration information for ELinks\&. It can be used to configure the behaviour of ELinks in a wide variety of ways: protocol behaviour, keybindings, colors used for rendering and for the user interface\&.
27 .sp
28 It is read at startup and saved only when requested\&. All options described in this document can be fully configured from within ELinks so no editing of elinks\&.conf is needed\&.
29 .sp
30 Note that MIME\-related options used for specifying handlers of various MIME types are NOT described in this document\&. Documentation for these options can be found at the ELinks homepage\&. Keybindings can also be specified in elinks\&.conf\&. This is described in \fBelinkskeys\fR(5)\&.
31 .sp
32 .SH "SYNTAX"
33 The syntax of the configuration file is very simple\&. The elinks\&.conf file is a free\-form ASCII text file\&. The file may contain extra tabs and newlines for formatting purposes\&. Keywords in the file are case\-sensitive\&. Comments may be placed anywhere within the file (except within quotes)\&. Comments begin with the # character and end at the end of the line\&.
34 .sp
35 .SH "EXAMPLES"
36 Some sample settings:
37 .sp
38 .sp
39 .RS 4
40 .nf
41 # Use asynchronous DNS resolver?
42 set connection\&.async_dns = 1
43 # horizontal text margin\&.
44 set document\&.browse\&.margin_width = 3
45 # Default document codepage\&.
46 set document\&.codepage\&.assume = "ISO\-8859\-1"
47 # User defined protocol handlers
48 set protocol\&.user\&.mailto\&.unix = "mutt %h \-s \e"%s\e""
49 .fi
50 .RE
51 .SH "OPTIONS"
52 Generated using output from ELinks version 0\&.12pre2\&.GIT\&.
53 .sp
54 .SS "bookmarks (Bookmarks)"
55 Bookmark options\&.
56 .PP
57 bookmarks\&.file_format \fB<num>\fR (default: 0)
58 .RS 4
59 File format for bookmarks (affects both reading and saving):
60 .sp
61 .RS 4
62 \h'-04'\(bu\h'+03'0 is the default native
63 ELinks
64 format
65 .RE
66 .sp
67 .RS 4
68 \h'-04'\(bu\h'+03'1 is XBEL universal XML bookmarks format (\fIELinks bug 153\fR\&[1]: NO NATIONAL CHARS SUPPORT!)
69 .RE
70 .RE
71 .PP
72 bookmarks\&.folder_state \fB[0|1]\fR (default: 1)
73 .RS 4
74 When saving bookmarks also store whether folders are expanded or not, so the look of the bookmark dialog is kept across
75 ELinks
76 sessions\&. If disabled all folders will appear unexpanded next time
77 ELinks
78 is run\&.
79 .RE
80 .SS "config (Configuration system)"
81 Configuration handling options\&.
82 .PP
83 config\&.comments \fB<num>\fR (default: 3)
84 .RS 4
85 Amount of comments automatically written to the config file:
86 .sp
87 .RS 4
88 \h'-04'\(bu\h'+03'0 is no comments are written
89 .RE
90 .sp
91 .RS 4
92 \h'-04'\(bu\h'+03'1 is only the "blurb" (name+type) is written
93 .RE
94 .sp
95 .RS 4
96 \h'-04'\(bu\h'+03'2 is only the description is written
97 .RE
98 .sp
99 .RS 4
100 \h'-04'\(bu\h'+03'3 is full comments are written
104 config\&.indentation \fB<num>\fR (default: 2)
105 .RS 4
106 Shift width of one indentation level in the configuration file\&. Zero means that no indentation is performed at all when saving the configuration\&.
109 config\&.saving_style \fB<num>\fR (default: 3)
110 .RS 4
111 Determines what happens when you tell
112 ELinks
113 to save options:
115 .RS 4
116 \h'-04'\(bu\h'+03'0 is only values of current options are altered
119 .RS 4
120 \h'-04'\(bu\h'+03'1 is values of current options are altered and missing options are added at the end of the file
123 .RS 4
124 \h'-04'\(bu\h'+03'2 is the configuration file is rewritten from scratch
127 .RS 4
128 \h'-04'\(bu\h'+03'3 is values of current options are altered and missing options CHANGED during this
129 ELinks
130 session are added at the end of the file
134 config\&.i18n \fB[0|1]\fR (default: 0)
135 .RS 4
136 If set to 1, comments in the configuration file will be translated to the language used by UI\&. Note that if you have different language set in different terminals, the language used in the configuration file MAY be the same as on the terminal where you saved the file, but it should be generally considered unpredictable\&.
139 config\&.saving_style_w \fB[0|1]\fR (default: 0)
140 .RS 4
141 This is internal option used when displaying a warning about obsolete config\&.saving_style\&. You shouldn\'t touch it\&.
144 config\&.show_template \fB[0|1]\fR (default: 0)
145 .RS 4
146 Show template options in autocreated trees in the options manager and save them to the configuration file\&.
148 .SS "connection (Connections)"
149 Connection options\&.
151 connection\&.async_dns \fB[0|1]\fR (default: 1)
152 .RS 4
153 Whether to use asynchronous DNS resolving\&.
156 connection\&.max_connections \fB<num>\fR (default: 10)
157 .RS 4
158 Maximum number of concurrent connections\&.
161 connection\&.max_connections_to_host \fB<num>\fR (default: 2)
162 .RS 4
163 Maximum number of concurrent connections to a given host\&.
166 connection\&.receive_timeout \fB<num>\fR (default: 120)
167 .RS 4
168 Receive timeout (in seconds)\&.
171 connection\&.retries \fB<num>\fR (default: 3)
172 .RS 4
173 Number of tries to establish a connection\&. Zero means try forever\&.
176 connection\&.try_ipv4 \fB[0|1]\fR (default: 1)
177 .RS 4
178 Whether to try to connect to a host over IPv4\&. Note that if
179 connection\&.try_ipv6
180 is enabled too, it takes precedence\&. And better do not touch this at all unless you are sure what are you doing\&. 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\&.
181 \fIhttp4://elinks\&.cz/\fR\&.
184 connection\&.try_ipv6 \fB[0|1]\fR (default: 1)
185 .RS 4
186 Whether to try to connect to a host over IPv6\&. 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\&.
187 \fIhttp6://elinks\&.cz/\fR\&.
190 connection\&.unrestartable_receive_timeout \fB<num>\fR (default: 600)
191 .RS 4
192 Timeout for non\-restartable connections (in seconds)\&.
194 .SS "connection\&.ssl (SSL)"
195 SSL options\&.
197 connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
198 .RS 4
199 Verify the peer\'s SSL certificate\&. Note that this needs extensive configuration of OpenSSL by the user\&.
201 .SS "connection\&.ssl\&.client_cert (Client Certificates)"
202 X509 client certificate options\&.
204 connection\&.ssl\&.client_cert\&.enable \fB[0|1]\fR (default: 0)
205 .RS 4
206 Enable or not the sending of X509 client certificates to servers which request them\&.
209 connection\&.ssl\&.client_cert\&.file \fB<str>\fR (default: "")
210 .RS 4
211 The location of a file containing the client certificate and unencrypted private key in PEM format\&. If unset, the file pointed to by the
212 \fBX509_CLIENT_CERT\fR
213 variable is used instead\&.
215 .SS "cookies (Cookies)"
216 Cookies options\&.
218 cookies\&.accept_policy \fB<num>\fR (default: 2)
219 .RS 4
220 Cookies accepting policy:
222 .RS 4
223 \h'-04'\(bu\h'+03'0 is accept no cookies
226 .RS 4
227 \h'-04'\(bu\h'+03'1 is ask for confirmation before accepting cookie
230 .RS 4
231 \h'-04'\(bu\h'+03'2 is accept all cookies
235 cookies\&.max_age \fB<num>\fR (default: \-1)
236 .RS 4
237 Cookie maximum age (in days):
239 .RS 4
240 \h'-04'\(bu\h'+03'\-1 is use cookie\'s expiration date if any
243 .RS 4
244 \h'-04'\(bu\h'+03'0 is force expiration at the end of session, ignoring cookie\'s expiration date
247 .RS 4
248 \h'-04'\(bu\h'+03'1+ is use cookie\'s expiration date, but limit age to the given number of days
252 cookies\&.paranoid_security \fB[0|1]\fR (default: 0)
253 .RS 4
254 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\&.
257 cookies\&.save \fB[0|1]\fR (default: 1)
258 .RS 4
259 Whether cookies should be loaded from and saved to disk\&.
262 cookies\&.resave \fB[0|1]\fR (default: 1)
263 .RS 4
264 Save cookies after each change in cookies list? No effect when cookie saving (cookies\&.save) is off\&.
266 .SS "document (Document)"
267 Document options\&.
269 .SS "document\&.browse (Browsing)"
270 Document browsing options (mainly interactivity)\&.
272 document\&.browse\&.margin_width \fB<num>\fR (default: 3)
273 .RS 4
274 Horizontal text margin\&.
277 document\&.browse\&.refresh \fB[0|1]\fR (default: 1)
278 .RS 4
279 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\&. Use the
280 document\&.browse\&.minimum_refresh_time
281 to control the minimum number of seconds a refresh will wait\&.
284 document\&.browse\&.minimum_refresh_time \fB<num>\fR (default: 1000)
285 .RS 4
286 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\&.
289 document\&.browse\&.table_move_order \fB[0|1]\fR (default: 0)
290 .RS 4
291 Move by columns in table, instead of rows\&.
293 .SS "document\&.browse\&.accesskey (Access keys)"
294 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\&.
296 document\&.browse\&.accesskey\&.auto_follow \fB[0|1]\fR (default: 0)
297 .RS 4
298 Automatically follow a link or submit a form if appropriate accesskey is pressed \(en this is the standard behaviour, but it\'s considered dangerous\&.
301 document\&.browse\&.accesskey\&.display \fB[0|1]\fR (default: 0)
302 .RS 4
303 Display access key in link info\&.
306 document\&.browse\&.accesskey\&.priority \fB<num>\fR (default: 0)
307 .RS 4
308 Priority of \'accesskey\' HTML attribute:
310 .RS 4
311 \h'-04'\(bu\h'+03'0 is first try all normal bindings; if it fails, check accesskey
314 .RS 4
315 \h'-04'\(bu\h'+03'1 is first try only frame bindings; if it fails, check accesskey
318 .RS 4
319 \h'-04'\(bu\h'+03'2 is first check accesskey (this can be dangerous)
322 .SS "document\&.browse\&.forms (Forms)"
323 Options for handling of the forms interaction\&.
325 document\&.browse\&.forms\&.auto_submit \fB[0|1]\fR (default: 1)
326 .RS 4
327 Automagically submit a form when enter is pressed with a text field selected\&.
330 document\&.browse\&.forms\&.confirm_submit \fB[0|1]\fR (default: 1)
331 .RS 4
332 Ask for confirmation when submitting a form\&.
335 document\&.browse\&.forms\&.input_size \fB<num>\fR (default: 20)
336 .RS 4
337 Default form input size if none is specified\&.
340 document\&.browse\&.forms\&.insert_mode \fB[0|1]\fR (default: 1)
341 .RS 4
342 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\&.
345 document\&.browse\&.forms\&.editor \fB<str>\fR (default: "")
346 .RS 4
347 Path to the executable that
348 ELinks
349 should launch when the user requests to edit a textarea with an external editor\&. If this is blank,
350 ELinks
351 will use the value of the environmental variable
352 \fB$EDITOR\fR\&. If
353 \fB$EDITOR\fR
354 is empty or not set,
355 ELinks
356 will then default to
357 \fBvi\fR\&.
360 document\&.browse\&.forms\&.show_formhist \fB[0|1]\fR (default: 0)
361 .RS 4
362 Ask if a login form should be saved to file or not\&. This option only disables the dialog, already saved login forms are unaffected\&.
364 .SS "document\&.browse\&.images (Images)"
365 Options for handling of images\&.
367 document\&.browse\&.images\&.display_style \fB<num>\fR (default: 2)
368 .RS 4
369 Display style for image tags when displayed:
371 .RS 4
372 \h'-04'\(bu\h'+03'0 means always display
376 .RS 4
377 \h'-04'\(bu\h'+03'1 means always display filename
380 .RS 4
381 \h'-04'\(bu\h'+03'2 means display
382 alt/title
383 attribute if possible,
385 if not
388 .RS 4
389 \h'-04'\(bu\h'+03'3 means display
390 alt/title
391 attribute if possible, filename if not
395 document\&.browse\&.images\&.filename_maxlen \fB<num>\fR (default: 0)
396 .RS 4
397 Maximum length of image filename when displayed:
399 .RS 4
400 \h'-04'\(bu\h'+03'0 means always display full filename
403 .RS 4
404 \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
408 document\&.browse\&.images\&.image_link_tagging \fB<num>\fR (default: 1)
409 .RS 4
410 When to enclose image links:
412 .RS 4
413 \h'-04'\(bu\h'+03'0 means never
416 .RS 4
417 \h'-04'\(bu\h'+03'1 means never if alt or title are provided (old behavior)
420 .RS 4
421 \h'-04'\(bu\h'+03'2 means always
425 document\&.browse\&.images\&.image_link_prefix \fB<str>\fR (default: "[")
426 .RS 4
427 Prefix string to use to mark image links\&.
430 document\&.browse\&.images\&.image_link_suffix \fB<str>\fR (default: "]")
431 .RS 4
432 Suffix string to use to mark image links\&.
435 document\&.browse\&.images\&.label_maxlen \fB<num>\fR (default: 0)
436 .RS 4
437 Maximum length of image label (alt/title):
439 .RS 4
440 \h'-04'\(bu\h'+03'0 means always display full label
443 .RS 4
444 \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
448 document\&.browse\&.images\&.show_as_links \fB[0|1]\fR (default: 0)
449 .RS 4
450 Display links to images without an
452 attribute\&. If this option is off, these images are completely invisible\&.
455 document\&.browse\&.images\&.show_any_as_links \fB[0|1]\fR (default: 1)
456 .RS 4
457 Display links to any images in the document, regardless of them having an
459 attribute or not\&. If this option is off, the alt attribute contents is shown, but as normal text, not selectable as a link\&.
461 .SS "document\&.browse\&.links (Links)"
462 Options for handling of links to other documents\&.
464 document\&.browse\&.links\&.color_dirs \fB[0|1]\fR (default: 1)
465 .RS 4
466 Highlight links to directories in FTP and local directory listing\&.
469 document\&.browse\&.links\&.numbering \fB[0|1]\fR (default: 0)
470 .RS 4
471 Display numbers next to the links\&.
474 document\&.browse\&.links\&.target_blank \fB<num>\fR (default: 0)
475 .RS 4
476 Define how to handle links having target=_blank set:
478 .RS 4
479 \h'-04'\(bu\h'+03'0 means open link in current tab
482 .RS 4
483 \h'-04'\(bu\h'+03'1 means open link in new tab in foreground
486 .RS 4
487 \h'-04'\(bu\h'+03'2 means open link in new tab in background
490 .RS 4
491 \h'-04'\(bu\h'+03'3 means open link in new window
495 document\&.browse\&.links\&.use_tabindex \fB[0|1]\fR (default: 1)
496 .RS 4
497 Whether to navigate links using tabindex specified ordering\&. The
498 TABINDEX
499 attribute in HTML elements specifies the order in which links should receive focus when using the keyboard to navigate the document\&.
502 document\&.browse\&.links\&.missing_fragment \fB[0|1]\fR (default: 1)
503 .RS 4
504 Open a message box when document has no tag with given id\&.
507 document\&.browse\&.links\&.number_keys_select_link \fB<num>\fR (default: 1)
508 .RS 4
509 Number keys select links rather than specify command prefixes\&. This is a tristate:
511 .RS 4
512 \h'-04'\(bu\h'+03'0 means never
515 .RS 4
516 \h'-04'\(bu\h'+03'1 means if document\&.browse\&.links\&.numbering = 1
519 .RS 4
520 \h'-04'\(bu\h'+03'2 means always
524 document\&.browse\&.links\&.warn_malicious \fB[0|1]\fR (default: 1)
525 .RS 4
526 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\&.
529 document\&.browse\&.links\&.wraparound \fB[0|1]\fR (default: 0)
530 .RS 4
531 When pressing \'down\' on the last link, jump to the first one, and vice versa\&.
533 .SS "document\&.browse\&.links\&.active_link (Active link)"
534 Options for the active link\&.
536 document\&.browse\&.links\&.active_link\&.enable_color \fB[0|1]\fR (default: 0)
537 .RS 4
538 Enable use of the active link background and text color settings instead of the link colors from the document\&.
541 document\&.browse\&.links\&.active_link\&.bold \fB[0|1]\fR (default: 0)
542 .RS 4
543 Make the active link text bold\&.
546 document\&.browse\&.links\&.active_link\&.invert \fB[0|1]\fR (default: 1)
547 .RS 4
548 Invert the fore\- and background color so the link stands out\&.
551 document\&.browse\&.links\&.active_link\&.underline \fB[0|1]\fR (default: 0)
552 .RS 4
553 Underline the active link\&.
555 .SS "document\&.browse\&.links\&.active_link\&.colors (Colors)"
556 Active link colors\&.
558 document\&.browse\&.links\&.active_link\&.colors\&.background \fB<color|#rrggbb>\fR (default: blue)
559 .RS 4
560 Default background color\&.
563 document\&.browse\&.links\&.active_link\&.colors\&.text \fB<color|#rrggbb>\fR (default: black)
564 .RS 4
565 Default text color\&.
567 .SS "document\&.browse\&.scrolling (Scrolling)"
568 Scrolling options\&.
570 document\&.browse\&.scrolling\&.horizontal_extended \fB[0|1]\fR (default: 1)
571 .RS 4
572 Whether to allow horizontal scrolling when the document does not extend off the screen\&. Useful for copy/paste operations\&.
575 document\&.browse\&.scrolling\&.horizontal_step \fB<num>\fR (default: 8)
576 .RS 4
577 Number of columns to scroll when a key bound to scroll\-left or scroll\- right is pressed and no prefix was given\&.
580 document\&.browse\&.scrolling\&.margin \fB<num>\fR (default: 3)
581 .RS 4
582 Size of the virtual margin \(en when you click inside of that margin, document scrolls in that direction\&.
585 document\&.browse\&.scrolling\&.vertical_step \fB<num>\fR (default: 2)
586 .RS 4
587 Number of lines to scroll when a key bound to scroll\-up or scroll\- down is pressed and no prefix was given\&.
589 .SS "document\&.browse\&.search (Searching)"
590 Options for searching\&.
592 document\&.browse\&.search\&.case \fB[0|1]\fR (default: 0)
593 .RS 4
594 Whether the search should match the document text while maintaining case sensitivity\&.
597 document\&.browse\&.search\&.regex \fB<num>\fR (default: 0)
598 .RS 4
599 Enable searching with regular expressions:
601 .RS 4
602 \h'-04'\(bu\h'+03'0 for plain text searching
605 .RS 4
606 \h'-04'\(bu\h'+03'1 for basic regular expression searches
609 .RS 4
610 \h'-04'\(bu\h'+03'2 for extended regular expression searches
614 document\&.browse\&.search\&.show_hit_top_bottom \fB[0|1]\fR (default: 1)
615 .RS 4
616 Whether to show a dialog when the search hits the top or bottom of the document\&.
619 document\&.browse\&.search\&.wraparound \fB[0|1]\fR (default: 1)
620 .RS 4
621 Wrap around when searching\&. Currently only used for typeahead\&.
624 document\&.browse\&.search\&.show_not_found \fB<num>\fR (default: 2)
625 .RS 4
626 How to inform the user when nothing is matched:
628 .RS 4
629 \h'-04'\(bu\h'+03'0 means do nothing
632 .RS 4
633 \h'-04'\(bu\h'+03'1 means beep the terminal
636 .RS 4
637 \h'-04'\(bu\h'+03'2 means pop up message box
641 document\&.browse\&.search\&.typeahead \fB<num>\fR (default: 0)
642 .RS 4
643 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\&.
645 .RS 4
646 \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
649 .RS 4
650 \h'-04'\(bu\h'+03'1 automatically starts typeahead searching thru link text
653 .RS 4
654 \h'-04'\(bu\h'+03'2 automatically starts typeahead searching thru all document text
657 .SS "document\&.cache (Cache)"
658 Cache options\&.
660 document\&.cache\&.cache_redirects \fB[0|1]\fR (default: 0)
661 .RS 4
662 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\&. 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\&.
665 document\&.cache\&.ignore_cache_control \fB[0|1]\fR (default: 1)
666 .RS 4
667 Ignore Cache\-Control and Pragma server headers\&. When set, the document is cached even with \'Cache\-Control: no\-cache\'\&.
670 document\&.cache\&.revalidation_interval \fB<num>\fR (default: \-1)
671 .RS 4
672 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\&.
674 A value of \-1 disables automatic revalidation\&.
676 .SS "document\&.cache\&.format (Formatted documents)"
677 Format cache options\&.
679 document\&.cache\&.format\&.size \fB<num>\fR (default: 5)
680 .RS 4
681 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
682 ELinks
683 eating 90M, don\'t come complaining to us\&. ;\-) 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\&.)
685 .SS "document\&.cache\&.memory (Memory cache)"
686 Memory cache options\&.
688 document\&.cache\&.memory\&.size \fB<num>\fR (default: 1048576)
689 .RS 4
690 Memory cache size (in bytes)\&.
692 .SS "document\&.codepage (Charset)"
693 Charset options\&.
695 document\&.codepage\&.assume \fB<codepage>\fR (default: System)
696 .RS 4
697 Default document codepage\&. \'System\' stands for a codepage determined by a selected locale\&.
700 document\&.codepage\&.force_assumed \fB[0|1]\fR (default: 0)
701 .RS 4
702 Ignore charset info sent by server\&.
704 .SS "document\&.colors (Default color settings)"
705 Default document color settings\&.
707 document\&.colors\&.text \fB<color|#rrggbb>\fR (default: gray75)
708 .RS 4
709 Default text color\&.
712 document\&.colors\&.background \fB<color|#rrggbb>\fR (default: black)
713 .RS 4
714 Default background color\&.
717 document\&.colors\&.link \fB<color|#rrggbb>\fR (default: blue)
718 .RS 4
719 Default link color\&.
722 document\&.colors\&.vlink \fB<color|#rrggbb>\fR (default: yellow)
723 .RS 4
724 Default visited link color\&.
727 document\&.colors\&.image \fB<color|#rrggbb>\fR (default: darkolivegreen)
728 .RS 4
729 Default image link color\&.
732 document\&.colors\&.bookmark \fB<color|#rrggbb>\fR (default: hotpink)
733 .RS 4
734 Default bookmarked link color\&.
737 document\&.colors\&.dirs \fB<color|#rrggbb>\fR (default: yellow)
738 .RS 4
739 Default directory color\&. See
740 document\&.browse\&.links\&.color_dirs
741 option\&.
744 document\&.colors\&.increase_contrast \fB[0|1]\fR (default: 1)
745 .RS 4
746 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\&.
749 document\&.colors\&.ensure_contrast \fB[0|1]\fR (default: 1)
750 .RS 4
751 Makes sure that the back\- and foreground colors are never equal\&.
754 document\&.colors\&.use_document_colors \fB<num>\fR (default: 2)
755 .RS 4
756 Use colors specified in document:
758 .RS 4
759 \h'-04'\(bu\h'+03'0 is use always the default settings
762 .RS 4
763 \h'-04'\(bu\h'+03'1 is use document colors if available, except background
766 .RS 4
767 \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\&.
770 .SS "document\&.css (Cascading Style Sheets)"
771 Options concerning how to use CSS for styling documents\&.
773 document\&.css\&.enable \fB[0|1]\fR (default: 1)
774 .RS 4
775 Enable adding of CSS style info to documents\&.
778 document\&.css\&.import \fB[0|1]\fR (default: 1)
779 .RS 4
780 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\&.
783 document\&.css\&.stylesheet \fB<str>\fR (default: "")
784 .RS 4
785 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
786 ELinks\' home directory\&. Leave as "" to use built\-in document styling\&.
788 .SS "document\&.download (Downloading)"
789 Options regarding files downloading and handling\&.
791 document\&.download\&.directory \fB<str>\fR (default: "\&./")
792 .RS 4
793 Default download directory\&.
796 document\&.download\&.set_original_time \fB[0|1]\fR (default: 0)
797 .RS 4
798 Set the timestamp of each downloaded file to the timestamp stored on the server\&.
801 document\&.download\&.overwrite \fB<num>\fR (default: 2)
802 .RS 4
803 Prevent overwriting the local files:
805 .RS 4
806 \h'-04'\(bu\h'+03'0 is files will silently be overwritten
809 .RS 4
810 \h'-04'\(bu\h'+03'1 is add a suffix \&.{number} (for example \'\&.1\') to the name
813 .RS 4
814 \h'-04'\(bu\h'+03'2 is ask the user
818 document\&.download\&.notify_bell \fB<num>\fR (default: 0)
819 .RS 4
820 Audio notification when download is completed:
822 .RS 4
823 \h'-04'\(bu\h'+03'0 is never
826 .RS 4
827 \h'-04'\(bu\h'+03'1 is when background notification is active
830 .RS 4
831 \h'-04'\(bu\h'+03'2 is always
834 .SS "document\&.dump (Dump output)"
835 Dump output options\&.
837 document\&.dump\&.codepage \fB<codepage>\fR (default: System)
838 .RS 4
839 Codepage used in dump output\&. \'System\' stands for a codepage determined by a selected locale\&.
842 document\&.dump\&.color_mode \fB<num>\fR (default: \-1)
843 .RS 4
844 Color mode for dumps\&. Some modes may have been disabled at compile time\&. The
845 Setup \(-> Terminal options
846 dialog lists the modes supported by this executable\&. If you select an unsupported mode,
847 ELinks
848 uses 16 colors\&. The color modes are:
850 .RS 4
851 \h'-04'\(bu\h'+03'\-1 is standard dump mode
854 .RS 4
855 \h'-04'\(bu\h'+03'0 is mono mode
858 .RS 4
859 \h'-04'\(bu\h'+03'1 is 16 color mode
862 .RS 4
863 \h'-04'\(bu\h'+03'2 is 88 color mode
866 .RS 4
867 \h'-04'\(bu\h'+03'3 is 256 color mode
870 .RS 4
871 \h'-04'\(bu\h'+03'4 is true color mode
875 document\&.dump\&.footer \fB<str>\fR (default: "")
876 .RS 4
877 Footer string used in dumps\&. %u is substituted by URL\&.
880 document\&.dump\&.header \fB<str>\fR (default: "")
881 .RS 4
882 Header string used in dumps\&. %u is substituted by URL\&.
885 document\&.dump\&.numbering \fB[0|1]\fR (default: 1)
886 .RS 4
887 Whether to print link numbers in dump output\&.
890 document\&.dump\&.references \fB[0|1]\fR (default: 1)
891 .RS 4
892 Whether to print references (URIs) of document links in dump output\&.
895 document\&.dump\&.separator \fB<str>\fR (default: " ")
896 .RS 4
897 String which separates two dumps\&.
900 document\&.dump\&.width \fB<num>\fR (default: 80)
901 .RS 4
902 Width of screen in characters when dumping documents\&.
904 .SS "document\&.history (History)"
905 History options\&.
907 document\&.history\&.keep_unhistory \fB[0|1]\fR (default: 1)
908 .RS 4
909 Keep unhistory ("forward history")\&.
911 .SS "document\&.history\&.global (Global history)"
912 Global history options\&.
914 document\&.history\&.global\&.enable \fB[0|1]\fR (default: 1)
915 .RS 4
916 Enable global history ("history of all pages visited")\&.
919 document\&.history\&.global\&.max_items \fB<num>\fR (default: 1024)
920 .RS 4
921 Maximum number of entries in the global history\&.
924 document\&.history\&.global\&.display_type \fB<num>\fR (default: 0)
925 .RS 4
926 What to display in global history dialog:
928 .RS 4
929 \h'-04'\(bu\h'+03'0 is URLs
932 .RS 4
933 \h'-04'\(bu\h'+03'1 is page titles
936 .SS "document\&.html (HTML rendering)"
937 Options concerning the display of HTML pages\&.
939 document\&.html\&.display_frames \fB[0|1]\fR (default: 1)
940 .RS 4
941 Display frames\&.
944 document\&.html\&.display_tables \fB[0|1]\fR (default: 1)
945 .RS 4
946 Display tables\&.
949 document\&.html\&.display_subs \fB[0|1]\fR (default: 1)
950 .RS 4
951 Display subscripts (as [thing])\&.
954 document\&.html\&.display_sups \fB[0|1]\fR (default: 1)
955 .RS 4
956 Display superscripts (as ^thing)\&.
959 document\&.html\&.link_display \fB<num>\fR (default: 2)
960 .RS 4
961 How to render <link> tags from the HTML header:
963 .RS 4
964 \h'-04'\(bu\h'+03'0 is nothing
967 .RS 4
968 \h'-04'\(bu\h'+03'1 is title
971 .RS 4
972 \h'-04'\(bu\h'+03'2 is name in addition
975 .RS 4
976 \h'-04'\(bu\h'+03'3 is hreflang in addition
979 .RS 4
980 \h'-04'\(bu\h'+03'4 is type in addition
983 .RS 4
984 \h'-04'\(bu\h'+03'5 is everything
988 document\&.html\&.underline_links \fB[0|1]\fR (default: 0)
989 .RS 4
990 Underline links\&.
993 document\&.html\&.wrap_nbsp \fB[0|1]\fR (default: 0)
994 .RS 4
995 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\&.
997 .SS "document\&.plain (Plain rendering)"
998 Options concerning the display of plain text pages\&.
1000 document\&.plain\&.display_links \fB[0|1]\fR (default: 0)
1001 .RS 4
1002 Display URIs in the document as links\&.
1005 document\&.plain\&.compress_empty_lines \fB[0|1]\fR (default: 0)
1006 .RS 4
1007 Compress successive empty lines to only one in displayed text\&.
1009 .SS "document\&.uri_passing (URI passing)"
1010 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\&. 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\&.
1012 document\&.uri_passing\&._template_ \fB<str>\fR (default: "")
1013 .RS 4
1014 A rule for passing URI to an external command\&. The format is:
1016 .RS 4
1017 \h'-04'\(bu\h'+03'%c in the string means the current URL
1020 .RS 4
1021 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1023 .IP "" 4
1025 \fBnot\fR
1026 put single\- or double\-quotes around %c\&.
1028 .SS "ecmascript (ECMAScript)"
1029 ECMAScript options\&.
1031 ecmascript\&.enable \fB[0|1]\fR (default: 0)
1032 .RS 4
1033 Whether to run those scripts inside of documents\&.
1036 ecmascript\&.error_reporting \fB[0|1]\fR (default: 0)
1037 .RS 4
1038 Open a message box when a script reports an error\&.
1041 ecmascript\&.ignore_noscript \fB[0|1]\fR (default: 0)
1042 .RS 4
1043 Whether to ignore content enclosed by the <noscript> tag when ECMAScript is enabled\&.
1046 ecmascript\&.max_exec_time \fB<num>\fR (default: 5)
1047 .RS 4
1048 Maximum execution time in seconds for a script\&.
1051 ecmascript\&.block_window_opening \fB[0|1]\fR (default: 0)
1052 .RS 4
1053 Whether to disallow scripts to open new windows or tabs\&.
1055 .SS "infofiles (Information files)"
1056 Options for information files in \fI~/\&.elinks\fR\&.
1058 infofiles\&.save_interval \fB<num>\fR (default: 300)
1059 .RS 4
1060 Interval at which to trigger information files in
1061 \fI~/\&.elinks\fR
1062 to be saved to disk if they have changed (seconds; 0 to disable)
1065 infofiles\&.secure_save \fB[0|1]\fR (default: 1)
1066 .RS 4
1067 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\&. Warning: some systems (ie\&. OS/2, Win32) require that destination file doesn\'t exist when
1068 \fBrename\fR(3)
1069 is called, breaking atomicity, and reducing reliability of this feature\&.
1072 infofiles\&.secure_save_fsync \fB[0|1]\fR (default: 1)
1073 .RS 4
1074 When using secure file saving, call
1075 \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\&.
1077 .SS "mime (MIME)"
1078 MIME\-related options (handlers of various MIME types)\&.
1080 mime\&.default_type \fB<str>\fR (default: "application/octet\-stream")
1081 .RS 4
1082 Document MIME\-type to assume by default (when we are unable to guess it properly from known information about the document)\&.
1084 .SS "mime\&.extension (File extension associations)"
1085 Extension \(<> MIME type association\&.
1087 mime\&.extension\&._template_ \fB<str>\fR (default: "")
1088 .RS 4
1089 MIME\-type matching this file extension (\'*\' is used here in place of \'\&.\')\&.
1091 .SS "mime\&.handler (File type handlers)"
1092 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\&.
1094 .SS "mime\&.handler\&._template_ (Template option folder)"
1095 Description of this handler\&.
1097 .SS "mime\&.handler\&._template_\&._template_ (Template option folder)"
1098 System\-specific handler description (ie\&. unix, unix\-xwin, \&.\&.\&.)\&.
1100 mime\&.handler\&._template_\&._template_\&.ask \fB[0|1]\fR (default: 1)
1101 .RS 4
1102 Ask before opening\&.
1105 mime\&.handler\&._template_\&._template_\&.block \fB[0|1]\fR (default: 1)
1106 .RS 4
1107 Block the terminal when the handler is running\&.
1110 mime\&.handler\&._template_\&._template_\&.program \fB<str>\fR (default: "")
1111 .RS 4
1112 External viewer for this file type\&. \'%\' in this string will be substituted by a file name\&. Do
1113 \fBnot\fR
1114 put single\- or double\-quotes around the % sign\&.
1116 .SS "mime\&.mailcap (Mailcap)"
1117 Options for mailcap support\&.
1119 mime\&.mailcap\&.enable \fB[0|1]\fR (default: 1)
1120 .RS 4
1121 Enable mailcap support\&.
1124 mime\&.mailcap\&.path \fB<str>\fR (default: "~/\&.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap:/usr/share/mailcap:/usr/share/misc/mailcap")
1125 .RS 4
1126 Mailcap search path\&. Colon\-separated list of files\&. Leave as "" to use
1127 \fBMAILCAP\fR
1128 environment variable instead\&.
1131 mime\&.mailcap\&.ask \fB[0|1]\fR (default: 1)
1132 .RS 4
1133 Ask before using the handlers defined by mailcap\&.
1136 mime\&.mailcap\&.description \fB<num>\fR (default: 0)
1137 .RS 4
1138 Type of description to show in "what to do with this file" query dialog:
1140 .RS 4
1141 \h'-04'\(bu\h'+03'0 is show "mailcap"
1144 .RS 4
1145 \h'-04'\(bu\h'+03'1 is show program to be run
1148 .RS 4
1149 \h'-04'\(bu\h'+03'2 is show mailcap description field if any; "mailcap" otherwise
1153 mime\&.mailcap\&.prioritize \fB[0|1]\fR (default: 1)
1154 .RS 4
1155 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\&.
1157 .SS "mime\&.mimetypes (Mimetypes files)"
1158 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\&.
1160 mime\&.mimetypes\&.enable \fB[0|1]\fR (default: 1)
1161 .RS 4
1162 Enable
1163 \fImime\&.types\fR
1164 support\&.
1167 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")
1168 .RS 4
1169 The search path for
1170 \fImime\&.types\fR
1171 files\&. Colon\-separated list of files\&.
1173 .SS "mime\&.type (MIME type associations)"
1174 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>)\&.
1176 .SS "mime\&.type\&._template_ (Template option folder)"
1177 Handler matching this MIME\-type class (\'*\' is used here in place of \'\&.\')\&.
1179 mime\&.type\&._template_\&._template_ \fB<str>\fR (default: "")
1180 .RS 4
1181 Handler matching this MIME\-type name (\'*\' is used here in place of \'\&.\')\&.
1183 .SS "protocol (Protocols)"
1184 Protocol specific options\&.
1186 protocol\&.no_proxy \fB<str>\fR (default: "")
1187 .RS 4
1188 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,
1189 \fBNO_PROXY\fR
1190 environment variable is checked as well\&.
1192 .SS "protocol\&.bittorrent (BitTorrent)"
1193 BitTorrent specific options\&.
1195 protocol\&.bittorrent\&.piece_cache_size \fB<num>\fR (default: 1048576)
1196 .RS 4
1197 The maximum amount of memory used to hold recently downloaded pieces\&. Set to 0 to have unlimited size\&.
1200 protocol\&.bittorrent\&.max_uploads \fB<num>\fR (default: 7)
1201 .RS 4
1202 The maximum number of uploads to allow at once\&.
1205 protocol\&.bittorrent\&.min_uploads \fB<num>\fR (default: 2)
1206 .RS 4
1207 The minimum number of uploads which should at least be used for new connections\&.
1210 protocol\&.bittorrent\&.request_queue_size \fB<num>\fR (default: 5)
1211 .RS 4
1212 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\&.
1215 protocol\&.bittorrent\&.choke_interval \fB<num>\fR (default: 10)
1216 .RS 4
1217 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\&.
1220 protocol\&.bittorrent\&.rarest_first_cutoff \fB<num>\fR (default: 4)
1221 .RS 4
1222 The number of pieces to obtain before switching piece selection strategy from random to rarest first\&.
1225 protocol\&.bittorrent\&.allow_blacklist \fB[0|1]\fR (default: 1)
1226 .RS 4
1227 Allow blacklisting of buggy peers\&.
1229 .SS "protocol\&.bittorrent\&.ports (Port range)"
1230 Port range allowed to be used for listening on\&.
1232 protocol\&.bittorrent\&.ports\&.min \fB<num>\fR (default: 6881)
1233 .RS 4
1234 The minimum port to try and listen on\&.
1237 protocol\&.bittorrent\&.ports\&.max \fB<num>\fR (default: 6999)
1238 .RS 4
1239 The maximum port to try and listen on\&.
1241 .SS "protocol\&.bittorrent\&.tracker (Tracker)"
1242 Tracker options\&.
1244 protocol\&.bittorrent\&.tracker\&.compact \fB[0|1]\fR (default: 0)
1245 .RS 4
1246 Whether to request that the tracker returns peer info in compact format\&. Note, the compact format only supports IPv4 addresses\&.
1249 protocol\&.bittorrent\&.tracker\&.interval \fB<num>\fR (default: 0)
1250 .RS 4
1251 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\&.
1254 protocol\&.bittorrent\&.tracker\&.ip_address \fB<str>\fR (default: "")
1255 .RS 4
1256 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\&.
1259 protocol\&.bittorrent\&.tracker\&.key \fB<str>\fR (default: "")
1260 .RS 4
1261 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\&.
1264 protocol\&.bittorrent\&.tracker\&.numwant \fB<num>\fR (default: 50)
1265 .RS 4
1266 The maximum number of peers to request from the tracker\&. Set to 0 to use the server default\&.
1269 protocol\&.bittorrent\&.tracker\&.min_skip_size \fB<num>\fR (default: 20)
1270 .RS 4
1271 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\&.
1273 .SS "protocol\&.bittorrent\&.peerwire (Peer\-wire)"
1274 Lowlevel peer\-wire options\&.
1276 protocol\&.bittorrent\&.peerwire\&.connections \fB<num>\fR (default: 55)
1277 .RS 4
1278 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\&.
1281 protocol\&.bittorrent\&.peerwire\&.max_message_length \fB<num>\fR (default: 8388608)
1282 .RS 4
1283 The maximum length of messages to accept over the wire\&. Larger values will cause the connection to be dropped\&.
1286 protocol\&.bittorrent\&.peerwire\&.max_request_length \fB<num>\fR (default: 8388608)
1287 .RS 4
1288 The maximum length to allow for incoming requests\&. Larger requests will cause the connection to be dropped\&.
1291 protocol\&.bittorrent\&.peerwire\&.request_length \fB<num>\fR (default: 16384)
1292 .RS 4
1293 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\&.
1296 protocol\&.bittorrent\&.peerwire\&.timeout \fB<num>\fR (default: 300)
1297 .RS 4
1298 The number of seconds to wait before closing a socket on which nothing has been received or sent\&.
1301 protocol\&.bittorrent\&.peerwire\&.pool_size \fB<num>\fR (default: 55)
1302 .RS 4
1303 Maximum number of items in the peer pool\&. The peer pool contains information used for establishing connections to new peers\&. Set to 0 to have unlimited size\&.
1305 .SS "protocol\&.file (Local files)"
1306 Options specific to local browsing\&.
1308 protocol\&.file\&.allow_special_files \fB[0|1]\fR (default: 0)
1309 .RS 4
1310 Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading
1311 \fI/dev/urandom\fR
1313 \fI/dev/zero\fR
1314 can ruin your day!
1317 protocol\&.file\&.show_hidden_files \fB[0|1]\fR (default: 1)
1318 .RS 4
1319 When set to false, files with name starting with a dot will be hidden in local directory listings\&.
1322 protocol\&.file\&.try_encoding_extensions \fB[0|1]\fR (default: 1)
1323 .RS 4
1324 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\&.
1326 .SS "protocol\&.file\&.cgi (Local CGI)"
1327 Local CGI specific options\&.
1329 protocol\&.file\&.cgi\&.path \fB<str>\fR (default: "")
1330 .RS 4
1331 Colon separated list of directories, where CGI scripts are stored\&.
1334 protocol\&.file\&.cgi\&.policy \fB[0|1]\fR (default: 0)
1335 .RS 4
1336 Whether to execute local CGI scripts\&.
1338 .SS "protocol\&.fsp (FSP)"
1339 FSP specific options\&.
1341 protocol\&.fsp\&.sort \fB[0|1]\fR (default: 1)
1342 .RS 4
1343 Whether to sort entries in directory listings\&.
1345 .SS "protocol\&.ftp (FTP)"
1346 FTP specific options\&.
1348 protocol\&.ftp\&.anon_passwd \fB<str>\fR (default: "some@host\&.domain")
1349 .RS 4
1350 FTP anonymous password to be sent\&.
1353 protocol\&.ftp\&.use_pasv \fB[0|1]\fR (default: 1)
1354 .RS 4
1355 Use PASV instead of PORT (passive vs active mode, IPv4 only)\&.
1358 protocol\&.ftp\&.use_epsv \fB[0|1]\fR (default: 0)
1359 .RS 4
1360 Use EPSV instead of EPRT (passive vs active mode, IPv6 only)\&.
1362 .SS "protocol\&.ftp\&.proxy (Proxy configuration)"
1363 FTP proxy configuration\&.
1365 protocol\&.ftp\&.proxy\&.host \fB<str>\fR (default: "")
1366 .RS 4
1367 Host and port\-number (host:port) of the FTP proxy, or blank\&. If it\'s blank,
1368 \fBFTP_PROXY\fR
1369 environment variable is checked as well\&.
1371 .SS "protocol\&.http (HTTP)"
1372 HTTP\-specific options\&.
1374 protocol\&.http\&.accept_language \fB<str>\fR (default: "")
1375 .RS 4
1376 Send Accept\-Language header\&.
1379 protocol\&.http\&.accept_ui_language \fB[0|1]\fR (default: 1)
1380 .RS 4
1381 Request localised versions of documents from web\-servers (using the Accept\-Language header) using the language you have configured for
1382 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\&.
1385 protocol\&.http\&.trace \fB[0|1]\fR (default: 0)
1386 .RS 4
1387 If active, all HTTP requests are sent with TRACE as their method rather than GET or POST\&. This is useful for debugging of both
1388 ELinks
1389 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\&.
1392 protocol\&.http\&.user_agent \fB<str>\fR (default: "ELinks/%v (textmode; %s; %t\-%b)")
1393 .RS 4
1394 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\&. Use " " if you don\'t want any User\-Agent header to be sent at all\&.
1396 .RS 4
1397 \h'-04'\(bu\h'+03'%v in the string means
1398 ELinks
1399 version,
1402 .RS 4
1403 \h'-04'\(bu\h'+03'%s in the string means system identification,
1406 .RS 4
1407 \h'-04'\(bu\h'+03'%t in the string means size of the terminal,
1410 .RS 4
1411 \h'-04'\(bu\h'+03'%b in the string means number of bars displayed by
1412 ELinks\&.
1415 .SS "protocol\&.http\&.bugs (Server bug workarounds)"
1416 Server\-side HTTP bugs workarounds\&.
1418 protocol\&.http\&.bugs\&.accept_charset \fB[0|1]\fR (default: 1)
1419 .RS 4
1420 The Accept\-Charset header is quite long and sending it can trigger bugs in some rarely found servers\&.
1423 protocol\&.http\&.bugs\&.allow_blacklist \fB[0|1]\fR (default: 1)
1424 .RS 4
1425 Allow blacklisting of buggy servers\&.
1428 protocol\&.http\&.bugs\&.broken_302_redirect \fB[0|1]\fR (default: 1)
1429 .RS 4
1430 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\&.
1433 protocol\&.http\&.bugs\&.post_no_keepalive \fB[0|1]\fR (default: 0)
1434 .RS 4
1435 Disable keepalive connection after POST request\&.
1438 protocol\&.http\&.bugs\&.http10 \fB[0|1]\fR (default: 0)
1439 .RS 4
1440 Use HTTP/1\&.0 protocol instead of HTTP/1\&.1\&.
1442 .SS "protocol\&.http\&.proxy (Proxy configuration)"
1443 HTTP proxy configuration\&.
1445 protocol\&.http\&.proxy\&.host \fB<str>\fR (default: "")
1446 .RS 4
1447 Host and port\-number (host:port) of the HTTP proxy, or blank\&. If it\'s blank,
1448 \fBHTTP_PROXY\fR
1449 environment variable is checked as well\&.
1452 protocol\&.http\&.proxy\&.user \fB<str>\fR (default: "")
1453 .RS 4
1454 Proxy authentication username\&.
1457 protocol\&.http\&.proxy\&.passwd \fB<str>\fR (default: "")
1458 .RS 4
1459 Proxy authentication password\&.
1461 .SS "protocol\&.http\&.referer (Referer sending)"
1462 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\&.
1464 protocol\&.http\&.referer\&.policy \fB<num>\fR (default: 3)
1465 .RS 4
1466 Mode of sending HTTP referer:
1468 .RS 4
1469 \h'-04'\(bu\h'+03'0 is send no referer
1472 .RS 4
1473 \h'-04'\(bu\h'+03'1 is send current URL as referer
1476 .RS 4
1477 \h'-04'\(bu\h'+03'2 is send fixed fake referer
1480 .RS 4
1481 \h'-04'\(bu\h'+03'3 is send previous URL as referer (correct, but insecure)
1485 protocol\&.http\&.referer\&.fake \fB<str>\fR (default: "")
1486 .RS 4
1487 Fake referer to be sent when policy is 2\&.
1489 .SS "protocol\&.https (HTTPS)"
1490 HTTPS\-specific options\&.
1492 .SS "protocol\&.https\&.proxy (Proxy configuration)"
1493 HTTPS proxy configuration\&.
1495 protocol\&.https\&.proxy\&.host \fB<str>\fR (default: "")
1496 .RS 4
1497 Host and port\-number (host:port) of the HTTPS CONNECT proxy, or blank\&. If it\'s blank,
1498 \fBHTTPS_PROXY\fR
1499 environment variable is checked as well\&.
1501 .SS "protocol\&.nntp (NNTP)"
1502 NNTP and news specific options\&.
1504 protocol\&.nntp\&.server \fB<str>\fR (default: "")
1505 .RS 4
1506 Used when resolving news: URIs\&. If set to the empty string the value of the
1507 \fBNNTPSERVER\fR
1508 environment variable will be used\&.
1511 protocol\&.nntp\&.header_entries \fB<str>\fR (default: "Subject,From,Date,Message\-ID,Newsgroups")
1512 .RS 4
1513 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\&.
1515 .SS "protocol\&.rewrite (URI rewriting)"
1516 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\&.
1518 protocol\&.rewrite\&.default_template \fB<str>\fR (default: "")
1519 .RS 4
1520 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\&.
1522 .RS 4
1523 \h'-04'\(bu\h'+03'%c in the template means the current URL,
1526 .RS 4
1527 \h'-04'\(bu\h'+03'%s in the template means the whole string from the goto dialog,
1530 .RS 4
1531 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 mean the 1st,2nd,\&.\&.\&.,10th space\-delimited part of %s,
1534 .RS 4
1535 \h'-04'\(bu\h'+03'%% in the template means \'%\'\&.
1539 protocol\&.rewrite\&.enable\-dumb \fB[0|1]\fR (default: 1)
1540 .RS 4
1541 Enable dumb prefixes \(en simple URI abbreviations which can be written to the
1542 Goto URL
1543 dialog instead of actual URIs \(en i\&.e\&. if you write \'elinks\' there, you are directed to
1544 \fIhttp://elinks\&.cz/\fR\&.
1547 protocol\&.rewrite\&.enable\-smart \fB[0|1]\fR (default: 1)
1548 .RS 4
1549 Enable smart prefixes \(en URI templates triggered by writing given abbreviation to the
1550 Goto URL
1551 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\'\&.
1553 .SS "protocol\&.rewrite\&.dumb (Dumb Prefixes)"
1554 Dumb prefixes, see enable\-dumb description for details\&.
1556 protocol\&.rewrite\&.dumb\&._template_ \fB<str>\fR (default: "")
1557 .RS 4
1558 Replacement URI for this dumbprefix:
1560 .RS 4
1561 \h'-04'\(bu\h'+03'%c in the string means the current URL
1564 .RS 4
1565 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1568 .SS "protocol\&.rewrite\&.smart (Smart Prefixes)"
1569 Smart prefixes, see enable\-smart description for details\&.
1571 protocol\&.rewrite\&.smart\&._template_ \fB<str>\fR (default: "")
1572 .RS 4
1573 Replacement URI for this smartprefix:
1575 .RS 4
1576 \h'-04'\(bu\h'+03'%c in the string means the current URL
1579 .RS 4
1580 \h'-04'\(bu\h'+03'%s in the string means the whole argument to smartprefix
1583 .RS 4
1584 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 means argument 0, 1, \&.\&.\&., 9
1587 .RS 4
1588 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1591 .SS "protocol\&.user (User protocols)"
1592 User protocols\&. Options in this tree specify external handlers for the appropriate protocols\&. Ie\&. protocol\&.user\&.mailto\&.unix\&.
1594 .SS "protocol\&.user\&._template_ (Template option folder)"
1595 Handler (external program) for this protocol\&. Name the options in this tree after your system (ie\&. unix, unix\-xwin)\&.
1597 protocol\&.user\&._template_\&._template_ \fB<str>\fR (default: "")
1598 .RS 4
1599 Handler (external program) for this protocol and system\&.
1601 .RS 4
1602 \h'-04'\(bu\h'+03'%f in the string means file name to include form data from
1605 .RS 4
1606 \h'-04'\(bu\h'+03'%h in the string means hostname (or email address)
1609 .RS 4
1610 \h'-04'\(bu\h'+03'%p in the string means port
1613 .RS 4
1614 \h'-04'\(bu\h'+03'%d in the string means path (everything after the port)
1617 .RS 4
1618 \h'-04'\(bu\h'+03'%s in the string means subject (?subject=<this>)
1621 .RS 4
1622 \h'-04'\(bu\h'+03'%u in the string means the whole URL
1625 .SS "terminal (Terminals)"
1626 Terminal options\&.
1628 .SS "terminal\&._template_ (Template option folder)"
1629 Options specific to this terminal type (according to \fB$TERM\fR value)\&.
1631 terminal\&._template_\&.type \fB<num>\fR (default: 0)
1632 .RS 4
1633 Terminal type; matters mostly only when drawing frames and dialog box borders:
1635 .RS 4
1636 \h'-04'\(bu\h'+03'0 is dumb terminal type, ASCII art
1639 .RS 4
1640 \h'-04'\(bu\h'+03'1 is VT100, simple but portable
1643 .RS 4
1644 \h'-04'\(bu\h'+03'2 is Linux, you get double frames and other goodies
1647 .RS 4
1648 \h'-04'\(bu\h'+03'3 is KOI\-8
1651 .RS 4
1652 \h'-04'\(bu\h'+03'4 is FreeBSD
1656 terminal\&._template_\&.m11_hack \fB[0|1]\fR (default: 0)
1657 .RS 4
1658 Switch fonts when drawing lines, enabling both local characters and lines working at the same time\&.
1659 ELinks
1660 uses this option only if UTF\-8 I/O is disabled and the terminal type is Linux or FreeBSD\&.
1663 terminal\&._template_\&.utf_8_io \fB[0|1]\fR (default: 0)
1664 .RS 4
1665 Enable I/O in UTF\-8 for Unicode terminals\&. Note that currently, only the subset of UTF\-8 according to terminal codepage is used\&.
1666 ELinks
1667 ignores this option if the terminal codepage is UTF\-8\&.
1670 terminal\&._template_\&.restrict_852 \fB[0|1]\fR (default: 0)
1671 .RS 4
1672 Restrict the characters used when drawing lines\&. Makes sense only with linux terminals using the cp850/852 character sets\&.
1675 terminal\&._template_\&.block_cursor \fB[0|1]\fR (default: 0)
1676 .RS 4
1677 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\&.
1680 terminal\&._template_\&.colors \fB<num>\fR (default: 0)
1681 .RS 4
1682 The color mode controls what colors are used and how they are output to the terminal\&. Some modes may have been disabled at compile time\&. The
1683 Setup \(-> Terminal options
1684 dialog lists the modes supported by this executable\&. If you select an unsupported mode,
1685 ELinks
1686 uses 16 colors\&. The color modes are:
1688 .RS 4
1689 \h'-04'\(bu\h'+03'0 is mono mode, only 2 colors are used
1692 .RS 4
1693 \h'-04'\(bu\h'+03'1 is 16 color mode, uses the common ANSI colors
1696 .RS 4
1697 \h'-04'\(bu\h'+03'2 is 88 color mode, uses XTerm RGB codes
1700 .RS 4
1701 \h'-04'\(bu\h'+03'3 is 256 color mode, uses XTerm RGB codes
1704 .RS 4
1705 \h'-04'\(bu\h'+03'4 is true color mode, uses konsole RGB codes
1709 terminal\&._template_\&.transparency \fB[0|1]\fR (default: 0)
1710 .RS 4
1711 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
1712 ELinks
1713 as well (but
1714 ELinks
1715 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\&.
1718 terminal\&._template_\&.underline \fB[0|1]\fR (default: 0)
1719 .RS 4
1720 If we should use underline or enhance the color instead\&.
1723 terminal\&._template_\&.charset \fB<codepage>\fR (default: System)
1724 .RS 4
1725 Codepage of charset used for displaying content on terminal\&. \'System\' stands for a codepage determined by a selected locale\&.
1727 .SS "ui (User interface)"
1728 User interface options\&.
1730 ui\&.date_format \fB<str>\fR (default: "%b %e %H:%M")
1731 .RS 4
1732 Date format to use in dialogs\&. See
1733 \fBstrftime\fR(3)\&.
1736 ui\&.language \fB<language>\fR (default: "System")
1737 .RS 4
1738 Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
1741 ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
1742 .RS 4
1743 Always show menu bar on the screen\&.
1746 ui\&.show_status_bar \fB[0|1]\fR (default: 1)
1747 .RS 4
1748 Show status bar on the screen\&.
1751 ui\&.show_title_bar \fB[0|1]\fR (default: 1)
1752 .RS 4
1753 Show title bar on the screen\&.
1756 ui\&.startup_goto_dialog \fB[0|1]\fR (default: 1)
1757 .RS 4
1758 Pop up goto dialog in newly created tabs when there\'s no homepage set\&. This means also showing goto dialog on startup\&.
1761 ui\&.success_msgbox \fB[0|1]\fR (default: 1)
1762 .RS 4
1763 When you pressed a
1764 Save
1765 button in some manager, this option will make sure that a box confirming success of the operation will pop up\&.
1768 ui\&.window_title \fB[0|1]\fR (default: 1)
1769 .RS 4
1770 Set the window title when running in a windowing environment in an
1771 \fBxterm\fR\-like terminal\&. This way the document\'s title is shown on the window titlebar\&.
1773 .SS "ui\&.clock (Clock)"
1774 Digital clock in the status bar\&.
1776 ui\&.clock\&.enable \fB[0|1]\fR (default: 0)
1777 .RS 4
1778 Whether to display a digital clock in the status bar\&.
1781 ui\&.clock\&.format \fB<str>\fR (default: "[%H:%M]")
1782 .RS 4
1783 Format string for the digital clock\&. See the
1784 \fBstrftime\fR(3)
1785 manpage for details\&.
1787 .SS "ui\&.colors (Color settings)"
1788 Default user interface color settings\&.
1790 .SS "ui\&.colors\&.color (Color terminals)"
1791 Color settings for color terminal\&.
1793 .SS "ui\&.colors\&.color\&.mainmenu (Main menu bar)"
1794 Main menu bar colors\&.
1796 .SS "ui\&.colors\&.color\&.mainmenu\&.normal (Unselected main menu bar item)"
1797 Unselected main menu bar item colors\&.
1799 ui\&.colors\&.color\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1800 .RS 4
1801 Default text color\&.
1804 ui\&.colors\&.color\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1805 .RS 4
1806 Default background color\&.
1808 .SS "ui\&.colors\&.color\&.mainmenu\&.selected (Selected main menu bar item)"
1809 Selected main menu bar item colors\&.
1811 ui\&.colors\&.color\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: green)
1812 .RS 4
1813 Default text color\&.
1816 ui\&.colors\&.color\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
1817 .RS 4
1818 Default background color\&.
1820 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey (Hotkey)"
1821 Main menu hotkey colors\&.
1823 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
1824 Main menu unselected hotkey colors\&.
1826 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1827 .RS 4
1828 Default text color\&.
1831 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1832 .RS 4
1833 Default background color\&.
1835 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
1836 Main menu selected hotkey colors\&.
1838 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1839 .RS 4
1840 Default text color\&.
1843 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1844 .RS 4
1845 Default background color\&.
1847 .SS "ui\&.colors\&.color\&.menu (Menu bar)"
1848 Menu bar colors\&.
1850 .SS "ui\&.colors\&.color\&.menu\&.normal (Unselected menu item)"
1851 Unselected menu item colors\&.
1853 ui\&.colors\&.color\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1854 .RS 4
1855 Default text color\&.
1858 ui\&.colors\&.color\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1859 .RS 4
1860 Default background color\&.
1862 .SS "ui\&.colors\&.color\&.menu\&.selected (Selected menu item)"
1863 Selected menu item colors\&.
1865 ui\&.colors\&.color\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
1866 .RS 4
1867 Default text color\&.
1870 ui\&.colors\&.color\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1871 .RS 4
1872 Default background color\&.
1874 .SS "ui\&.colors\&.color\&.menu\&.marked (Marked menu item)"
1875 Marked menu item colors\&.
1877 ui\&.colors\&.color\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: red)
1878 .RS 4
1879 Default text color\&.
1882 ui\&.colors\&.color\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
1883 .RS 4
1884 Default background color\&.
1886 .SS "ui\&.colors\&.color\&.menu\&.hotkey (Hotkey)"
1887 Menu item hotkey colors\&.
1889 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.normal (Unselected hotkey)"
1890 Menu item unselected hotkey colors\&.
1892 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1893 .RS 4
1894 Default text color\&.
1897 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1898 .RS 4
1899 Default background color\&.
1901 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.selected (Selected hotkey)"
1902 Menu item selected hotkey colors\&.
1904 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1905 .RS 4
1906 Default text color\&.
1909 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1910 .RS 4
1911 Default background color\&.
1913 .SS "ui\&.colors\&.color\&.menu\&.frame (Menu frame)"
1914 Menu frame colors\&.
1916 ui\&.colors\&.color\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
1917 .RS 4
1918 Default text color\&.
1921 ui\&.colors\&.color\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
1922 .RS 4
1923 Default background color\&.
1925 .SS "ui\&.colors\&.color\&.dialog (Dialog)"
1926 Dialog colors\&.
1928 .SS "ui\&.colors\&.color\&.dialog\&.generic (Generic)"
1929 Generic dialog colors\&.
1931 ui\&.colors\&.color\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
1932 .RS 4
1933 Default text color\&.
1936 ui\&.colors\&.color\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
1937 .RS 4
1938 Default background color\&.
1940 .SS "ui\&.colors\&.color\&.dialog\&.frame (Frame)"
1941 Dialog frame colors\&.
1943 ui\&.colors\&.color\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
1944 .RS 4
1945 Default text color\&.
1948 ui\&.colors\&.color\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
1949 .RS 4
1950 Default background color\&.
1952 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar (Scrollbar)"
1953 Scrollbar colors\&.
1955 ui\&.colors\&.color\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: black)
1956 .RS 4
1957 Default text color\&.
1960 ui\&.colors\&.color\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: blue)
1961 .RS 4
1962 Default background color\&.
1964 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
1965 Scrollbar selected colors\&.
1967 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
1968 .RS 4
1969 Default text color\&.
1972 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
1973 .RS 4
1974 Default background color\&.
1976 .SS "ui\&.colors\&.color\&.dialog\&.title (Title)"
1977 Dialog title colors\&.
1979 ui\&.colors\&.color\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: darkred)
1980 .RS 4
1981 Default text color\&.
1984 ui\&.colors\&.color\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: white)
1985 .RS 4
1986 Default background color\&.
1988 .SS "ui\&.colors\&.color\&.dialog\&.text (Text)"
1989 Dialog text colors\&.
1991 ui\&.colors\&.color\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
1992 .RS 4
1993 Default text color\&.
1996 ui\&.colors\&.color\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
1997 .RS 4
1998 Default background color\&.
2000 .SS "ui\&.colors\&.color\&.dialog\&.checkbox (Checkbox)"
2001 Dialog checkbox colors\&.
2003 ui\&.colors\&.color\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: darkred)
2004 .RS 4
2005 Default text color\&.
2008 ui\&.colors\&.color\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2009 .RS 4
2010 Default background color\&.
2012 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-selected (Selected checkbox)"
2013 Dialog selected checkbox colors\&.
2015 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2016 .RS 4
2017 Default text color\&.
2020 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2021 .RS 4
2022 Default background color\&.
2024 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-label (Checkbox label)"
2025 Dialog checkbox label colors\&.
2027 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2028 .RS 4
2029 Default text color\&.
2032 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2033 .RS 4
2034 Default background color\&.
2036 .SS "ui\&.colors\&.color\&.dialog\&.button (Button)"
2037 Dialog button colors\&.
2039 ui\&.colors\&.color\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: white)
2040 .RS 4
2041 Default text color\&.
2044 ui\&.colors\&.color\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: blue)
2045 .RS 4
2046 Default background color\&.
2048 .SS "ui\&.colors\&.color\&.dialog\&.button\-selected (Selected button)"
2049 Dialog selected button colors\&.
2051 ui\&.colors\&.color\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2052 .RS 4
2053 Default text color\&.
2056 ui\&.colors\&.color\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2057 .RS 4
2058 Default background color\&.
2060 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut (Button shortcut)"
2061 Dialog button colors\&.
2063 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: yellow)
2064 .RS 4
2065 Default text color\&.
2068 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: blue)
2069 .RS 4
2070 Default background color\&.
2072 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2073 Dialog selected button colors\&.
2075 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2076 .RS 4
2077 Default text color\&.
2080 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: blue)
2081 .RS 4
2082 Default background color\&.
2084 .SS "ui\&.colors\&.color\&.dialog\&.field (Text field)"
2085 Dialog text field colors\&.
2087 ui\&.colors\&.color\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: white)
2088 .RS 4
2089 Default text color\&.
2092 ui\&.colors\&.color\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: blue)
2093 .RS 4
2094 Default background color\&.
2096 .SS "ui\&.colors\&.color\&.dialog\&.field\-text (Text field text)"
2097 Dialog field text colors\&.
2099 ui\&.colors\&.color\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: yellow)
2100 .RS 4
2101 Default text color\&.
2104 ui\&.colors\&.color\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: blue)
2105 .RS 4
2106 Default background color\&.
2108 .SS "ui\&.colors\&.color\&.dialog\&.meter (Meter)"
2109 Dialog meter colors\&.
2111 ui\&.colors\&.color\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: white)
2112 .RS 4
2113 Default text color\&.
2116 ui\&.colors\&.color\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: blue)
2117 .RS 4
2118 Default background color\&.
2120 .SS "ui\&.colors\&.color\&.dialog\&.shadow (Shadow)"
2121 Dialog shadow colors (see ui\&.shadows option)\&.
2123 ui\&.colors\&.color\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2124 .RS 4
2125 Default text color\&.
2128 ui\&.colors\&.color\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2129 .RS 4
2130 Default background color\&.
2132 .SS "ui\&.colors\&.color\&.title (Title bar)"
2133 Title bar colors\&.
2135 .SS "ui\&.colors\&.color\&.title\&.title\-bar (Generic title bar)"
2136 Generic title bar colors\&.
2138 ui\&.colors\&.color\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2139 .RS 4
2140 Default text color\&.
2143 ui\&.colors\&.color\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2144 .RS 4
2145 Default background color\&.
2147 .SS "ui\&.colors\&.color\&.title\&.title\-text (Title bar text)"
2148 Title bar text colors\&.
2150 ui\&.colors\&.color\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2151 .RS 4
2152 Default text color\&.
2155 ui\&.colors\&.color\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2156 .RS 4
2157 Default background color\&.
2159 .SS "ui\&.colors\&.color\&.status (Status bar)"
2160 Status bar colors\&.
2162 .SS "ui\&.colors\&.color\&.status\&.status\-bar (Generic status bar)"
2163 Generic status bar colors\&.
2165 ui\&.colors\&.color\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2166 .RS 4
2167 Default text color\&.
2170 ui\&.colors\&.color\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2171 .RS 4
2172 Default background color\&.
2174 .SS "ui\&.colors\&.color\&.status\&.status\-text (Status bar text)"
2175 Status bar text colors\&.
2177 ui\&.colors\&.color\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2178 .RS 4
2179 Default text color\&.
2182 ui\&.colors\&.color\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2183 .RS 4
2184 Default background color\&.
2186 .SS "ui\&.colors\&.color\&.tabs (Tabs bar)"
2187 Tabs bar colors\&.
2189 .SS "ui\&.colors\&.color\&.tabs\&.unvisited (Unvisited tab)"
2190 Tab colors for tabs that have not been selected since they completed loading\&.
2192 ui\&.colors\&.color\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: darkblue)
2193 .RS 4
2194 Default text color\&.
2197 ui\&.colors\&.color\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2198 .RS 4
2199 Default background color\&.
2201 .SS "ui\&.colors\&.color\&.tabs\&.normal (Unselected tab)"
2202 Unselected tab colors\&.
2204 ui\&.colors\&.color\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2205 .RS 4
2206 Default text color\&.
2209 ui\&.colors\&.color\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2210 .RS 4
2211 Default background color\&.
2213 .SS "ui\&.colors\&.color\&.tabs\&.loading (Loading tab)"
2214 Tab colors for tabs that are loading in the background\&.
2216 ui\&.colors\&.color\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: darkred)
2217 .RS 4
2218 Default text color\&.
2221 ui\&.colors\&.color\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2222 .RS 4
2223 Default background color\&.
2225 .SS "ui\&.colors\&.color\&.tabs\&.selected (Selected tab)"
2226 Selected tab colors\&.
2228 ui\&.colors\&.color\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2229 .RS 4
2230 Default text color\&.
2233 ui\&.colors\&.color\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
2234 .RS 4
2235 Default background color\&.
2237 .SS "ui\&.colors\&.color\&.tabs\&.separator (Tab separator)"
2238 Tab separator colors\&.
2240 ui\&.colors\&.color\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: brown)
2241 .RS 4
2242 Default text color\&.
2245 ui\&.colors\&.color\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2246 .RS 4
2247 Default background color\&.
2249 .SS "ui\&.colors\&.color\&.searched (Searched strings)"
2250 Searched string highlight colors\&.
2252 ui\&.colors\&.color\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2253 .RS 4
2254 Default text color\&.
2257 ui\&.colors\&.color\&.searched\&.background \fB<color|#rrggbb>\fR (default: lime)
2258 .RS 4
2259 Default background color\&.
2261 .SS "ui\&.colors\&.mono (Non\-color terminals)"
2262 Color settings for non\-color terminal\&.
2264 .SS "ui\&.colors\&.mono\&.mainmenu (Main menu bar)"
2265 Main menu bar colors\&.
2267 .SS "ui\&.colors\&.mono\&.mainmenu\&.normal (Unselected main menu bar item)"
2268 Unselected main menu bar item colors\&.
2270 ui\&.colors\&.mono\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2271 .RS 4
2272 Default text color\&.
2275 ui\&.colors\&.mono\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2276 .RS 4
2277 Default background color\&.
2279 .SS "ui\&.colors\&.mono\&.mainmenu\&.selected (Selected main menu bar item)"
2280 Selected main menu bar item colors\&.
2282 ui\&.colors\&.mono\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2283 .RS 4
2284 Default text color\&.
2287 ui\&.colors\&.mono\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2288 .RS 4
2289 Default background color\&.
2291 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey (Hotkey)"
2292 Main menu hotkey colors\&.
2294 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
2295 Main menu unselected hotkey colors\&.
2297 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2298 .RS 4
2299 Default text color\&.
2302 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2303 .RS 4
2304 Default background color\&.
2306 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
2307 Main menu selected hotkey colors\&.
2309 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2310 .RS 4
2311 Default text color\&.
2314 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: white)
2315 .RS 4
2316 Default background color\&.
2318 .SS "ui\&.colors\&.mono\&.menu (Menu bar)"
2319 Menu bar colors\&.
2321 .SS "ui\&.colors\&.mono\&.menu\&.normal (Unselected menu item)"
2322 Unselected menu item colors\&.
2324 ui\&.colors\&.mono\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2325 .RS 4
2326 Default text color\&.
2329 ui\&.colors\&.mono\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2330 .RS 4
2331 Default background color\&.
2333 .SS "ui\&.colors\&.mono\&.menu\&.selected (Selected menu item)"
2334 Selected menu item colors\&.
2336 ui\&.colors\&.mono\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2337 .RS 4
2338 Default text color\&.
2341 ui\&.colors\&.mono\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2342 .RS 4
2343 Default background color\&.
2345 .SS "ui\&.colors\&.mono\&.menu\&.marked (Marked menu item)"
2346 Marked menu item colors\&.
2348 ui\&.colors\&.mono\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: gray)
2349 .RS 4
2350 Default text color\&.
2353 ui\&.colors\&.mono\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
2354 .RS 4
2355 Default background color\&.
2357 .SS "ui\&.colors\&.mono\&.menu\&.hotkey (Hotkey)"
2358 Menu item hotkey colors\&.
2360 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.normal (Unselected hotkey)"
2361 Menu item unselected hotkey colors\&.
2363 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: gray)
2364 .RS 4
2365 Default text color\&.
2368 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: black)
2369 .RS 4
2370 Default background color\&.
2372 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.selected (Selected hotkey)"
2373 Menu item selected hotkey colors\&.
2375 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2376 .RS 4
2377 Default text color\&.
2380 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2381 .RS 4
2382 Default background color\&.
2384 .SS "ui\&.colors\&.mono\&.menu\&.frame (Menu frame)"
2385 Menu frame colors\&.
2387 ui\&.colors\&.mono\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2388 .RS 4
2389 Default text color\&.
2392 ui\&.colors\&.mono\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2393 .RS 4
2394 Default background color\&.
2396 .SS "ui\&.colors\&.mono\&.dialog (Dialog)"
2397 Dialog colors\&.
2399 .SS "ui\&.colors\&.mono\&.dialog\&.generic (Generic)"
2400 Generic dialog colors\&.
2402 ui\&.colors\&.mono\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2403 .RS 4
2404 Default text color\&.
2407 ui\&.colors\&.mono\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2408 .RS 4
2409 Default background color\&.
2411 .SS "ui\&.colors\&.mono\&.dialog\&.frame (Frame)"
2412 Dialog frame colors\&.
2414 ui\&.colors\&.mono\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2415 .RS 4
2416 Default text color\&.
2419 ui\&.colors\&.mono\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2420 .RS 4
2421 Default background color\&.
2423 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar (Scrollbar)"
2424 Scrollbar colors\&.
2426 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: white)
2427 .RS 4
2428 Default text color\&.
2431 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: black)
2432 .RS 4
2433 Default background color\&.
2435 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2436 Scrollbar selected colors\&.
2438 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2439 .RS 4
2440 Default text color\&.
2443 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2444 .RS 4
2445 Default background color\&.
2447 .SS "ui\&.colors\&.mono\&.dialog\&.title (Title)"
2448 Dialog title colors\&.
2450 ui\&.colors\&.mono\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: gray)
2451 .RS 4
2452 Default text color\&.
2455 ui\&.colors\&.mono\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: black)
2456 .RS 4
2457 Default background color\&.
2459 .SS "ui\&.colors\&.mono\&.dialog\&.text (Text)"
2460 Dialog text colors\&.
2462 ui\&.colors\&.mono\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2463 .RS 4
2464 Default text color\&.
2467 ui\&.colors\&.mono\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2468 .RS 4
2469 Default background color\&.
2471 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox (Checkbox)"
2472 Dialog checkbox colors\&.
2474 ui\&.colors\&.mono\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: black)
2475 .RS 4
2476 Default text color\&.
2479 ui\&.colors\&.mono\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2480 .RS 4
2481 Default background color\&.
2483 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-selected (Selected checkbox)"
2484 Dialog selected checkbox colors\&.
2486 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2487 .RS 4
2488 Default text color\&.
2491 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2492 .RS 4
2493 Default background color\&.
2495 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-label (Checkbox label)"
2496 Dialog checkbox label colors\&.
2498 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2499 .RS 4
2500 Default text color\&.
2503 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2504 .RS 4
2505 Default background color\&.
2507 .SS "ui\&.colors\&.mono\&.dialog\&.button (Button)"
2508 Dialog button colors\&.
2510 ui\&.colors\&.mono\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: black)
2511 .RS 4
2512 Default text color\&.
2515 ui\&.colors\&.mono\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: white)
2516 .RS 4
2517 Default background color\&.
2519 .SS "ui\&.colors\&.mono\&.dialog\&.button\-selected (Selected button)"
2520 Dialog selected button colors\&.
2522 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2523 .RS 4
2524 Default text color\&.
2527 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2528 .RS 4
2529 Default background color\&.
2531 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut (Button shortcut)"
2532 Dialog button colors\&.
2534 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: white)
2535 .RS 4
2536 Default text color\&.
2539 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: black)
2540 .RS 4
2541 Default background color\&.
2543 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2544 Dialog selected button colors\&.
2546 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2547 .RS 4
2548 Default text color\&.
2551 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2552 .RS 4
2553 Default background color\&.
2555 .SS "ui\&.colors\&.mono\&.dialog\&.field (Text field)"
2556 Dialog text field colors\&.
2558 ui\&.colors\&.mono\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: gray)
2559 .RS 4
2560 Default text color\&.
2563 ui\&.colors\&.mono\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: black)
2564 .RS 4
2565 Default background color\&.
2567 .SS "ui\&.colors\&.mono\&.dialog\&.field\-text (Text field text)"
2568 Dialog field text colors\&.
2570 ui\&.colors\&.mono\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2571 .RS 4
2572 Default text color\&.
2575 ui\&.colors\&.mono\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2576 .RS 4
2577 Default background color\&.
2579 .SS "ui\&.colors\&.mono\&.dialog\&.meter (Meter)"
2580 Dialog meter colors\&.
2582 ui\&.colors\&.mono\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: gray)
2583 .RS 4
2584 Default text color\&.
2587 ui\&.colors\&.mono\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: black)
2588 .RS 4
2589 Default background color\&.
2591 .SS "ui\&.colors\&.mono\&.dialog\&.shadow (Shadow)"
2592 Dialog shadow colors (see ui\&.shadows option)\&.
2594 ui\&.colors\&.mono\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2595 .RS 4
2596 Default text color\&.
2599 ui\&.colors\&.mono\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2600 .RS 4
2601 Default background color\&.
2603 .SS "ui\&.colors\&.mono\&.title (Title bar)"
2604 Title bar colors\&.
2606 .SS "ui\&.colors\&.mono\&.title\&.title\-bar (Generic title bar)"
2607 Generic title bar colors\&.
2609 ui\&.colors\&.mono\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: gray)
2610 .RS 4
2611 Default text color\&.
2614 ui\&.colors\&.mono\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: black)
2615 .RS 4
2616 Default background color\&.
2618 .SS "ui\&.colors\&.mono\&.title\&.title\-text (Title bar text)"
2619 Title bar text colors\&.
2621 ui\&.colors\&.mono\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2622 .RS 4
2623 Default text color\&.
2626 ui\&.colors\&.mono\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2627 .RS 4
2628 Default background color\&.
2630 .SS "ui\&.colors\&.mono\&.status (Status bar)"
2631 Status bar colors\&.
2633 .SS "ui\&.colors\&.mono\&.status\&.status\-bar (Generic status bar)"
2634 Generic status bar colors\&.
2636 ui\&.colors\&.mono\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2637 .RS 4
2638 Default text color\&.
2641 ui\&.colors\&.mono\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2642 .RS 4
2643 Default background color\&.
2645 .SS "ui\&.colors\&.mono\&.status\&.status\-text (Status bar text)"
2646 Status bar text colors\&.
2648 ui\&.colors\&.mono\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2649 .RS 4
2650 Default text color\&.
2653 ui\&.colors\&.mono\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2654 .RS 4
2655 Default background color\&.
2657 .SS "ui\&.colors\&.mono\&.tabs (Tabs bar)"
2658 Tabs bar colors\&.
2660 .SS "ui\&.colors\&.mono\&.tabs\&.unvisited (Unvisited tab)"
2661 Tab colors for tabs that have not been selected since they completed loading\&.
2663 ui\&.colors\&.mono\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: gray)
2664 .RS 4
2665 Default text color\&.
2668 ui\&.colors\&.mono\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2669 .RS 4
2670 Default background color\&.
2672 .SS "ui\&.colors\&.mono\&.tabs\&.normal (Unselected tab)"
2673 Unselected tab colors\&.
2675 ui\&.colors\&.mono\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2676 .RS 4
2677 Default text color\&.
2680 ui\&.colors\&.mono\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2681 .RS 4
2682 Default background color\&.
2684 .SS "ui\&.colors\&.mono\&.tabs\&.loading (Loading tab)"
2685 Tab colors for tabs that are loading in the background\&.
2687 ui\&.colors\&.mono\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: gray)
2688 .RS 4
2689 Default text color\&.
2692 ui\&.colors\&.mono\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2693 .RS 4
2694 Default background color\&.
2696 .SS "ui\&.colors\&.mono\&.tabs\&.selected (Selected tab)"
2697 Selected tab colors\&.
2699 ui\&.colors\&.mono\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2700 .RS 4
2701 Default text color\&.
2704 ui\&.colors\&.mono\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2705 .RS 4
2706 Default background color\&.
2708 .SS "ui\&.colors\&.mono\&.tabs\&.separator (Tab separator)"
2709 Tab separator colors\&.
2711 ui\&.colors\&.mono\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: gray)
2712 .RS 4
2713 Default text color\&.
2716 ui\&.colors\&.mono\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2717 .RS 4
2718 Default background color\&.
2720 .SS "ui\&.colors\&.mono\&.searched (Searched strings)"
2721 Searched string highlight colors\&.
2723 ui\&.colors\&.mono\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2724 .RS 4
2725 Default text color\&.
2728 ui\&.colors\&.mono\&.searched\&.background \fB<color|#rrggbb>\fR (default: white)
2729 .RS 4
2730 Default background color\&.
2732 .SS "ui\&.dialogs (Dialog settings)"
2733 Dialogs\-specific appearance and behaviour settings\&.
2735 ui\&.dialogs\&.listbox_min_height \fB<num>\fR (default: 10)
2736 .RS 4
2737 Minimal height of the listbox widget (used e\&.g\&. for bookmarks or global history)\&.
2740 ui\&.dialogs\&.shadows \fB[0|1]\fR (default: 0)
2741 .RS 4
2742 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
2743 \fIsetup\&.h\fR\&.
2746 ui\&.dialogs\&.underline_hotkeys \fB[0|1]\fR (default: 0)
2747 .RS 4
2748 Whether to underline hotkeys in menus to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2751 ui\&.dialogs\&.underline_button_shortcuts \fB[0|1]\fR (default: 0)
2752 .RS 4
2753 Whether to underline button shortcuts to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2755 .SS "ui\&.leds (LEDs)"
2756 LEDs (visual indicators) options\&.
2758 ui\&.leds\&.enable \fB[0|1]\fR (default: 1)
2759 .RS 4
2760 Enable LEDs\&. These visual indicators will inform you about various states\&.
2762 .SS "ui\&.sessions (Sessions)"
2763 Sessions settings\&.
2765 ui\&.sessions\&.auto_restore \fB[0|1]\fR (default: 0)
2766 .RS 4
2767 Automatically restore the session at start\&. This feature requires bookmark support\&.
2770 ui\&.sessions\&.auto_save \fB[0|1]\fR (default: 0)
2771 .RS 4
2772 Automatically save the session when quitting\&. This feature requires bookmark support\&.
2775 ui\&.sessions\&.auto_save_foldername \fB<str>\fR (default: "Auto saved session")
2776 .RS 4
2777 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\&. This only makes sense with bookmark support\&.
2780 ui\&.sessions\&.homepage \fB<str>\fR (default: "")
2781 .RS 4
2782 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
2783 \fBWWW_HOME\fR
2784 should be used as homepage URI instead\&.
2787 ui\&.sessions\&.keep_session_active \fB[0|1]\fR (default: 0)
2788 .RS 4
2789 Keep the session active even if the last terminal exits\&.
2792 ui\&.sessions\&.snapshot \fB[0|1]\fR (default: 0)
2793 .RS 4
2794 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\&.
2796 This feature requires bookmark support\&.
2798 .SS "ui\&.tabs (Window tabs)"
2799 Window tabs settings\&.
2801 ui\&.tabs\&.show_bar \fB<num>\fR (default: 1)
2802 .RS 4
2803 Show tabs bar on the screen:
2805 .RS 4
2806 \h'-04'\(bu\h'+03'0 means never
2809 .RS 4
2810 \h'-04'\(bu\h'+03'1 means only if two or more tabs are open
2813 .RS 4
2814 \h'-04'\(bu\h'+03'2 means always
2818 ui\&.tabs\&.top \fB[0|1]\fR (default: 0)
2819 .RS 4
2820 Whether display tab bar at top like other browsers do\&.
2823 ui\&.tabs\&.wraparound \fB[0|1]\fR (default: 1)
2824 .RS 4
2825 When moving right from the last tab, jump to the first one, and vice versa\&.
2828 ui\&.tabs\&.confirm_close \fB[0|1]\fR (default: 0)
2829 .RS 4
2830 When closing a tab show confirmation dialog\&.
2832 .SS "ui\&.timer (Timer options)"
2833 Timed action after certain interval of user inactivity\&. Someone can even find this useful, although you may not believe that\&.
2835 ui\&.timer\&.enable \fB<num>\fR (default: 0)
2836 .RS 4
2837 Whether to enable the timer or not:
2839 .RS 4
2840 \h'-04'\(bu\h'+03'0 is don\'t count down anything
2843 .RS 4
2844 \h'-04'\(bu\h'+03'1 is count down, but don\'t show the timer
2847 .RS 4
2848 \h'-04'\(bu\h'+03'2 is count down and show the timer near LEDs
2852 ui\&.timer\&.duration \fB<num>\fR (default: 86400)
2853 .RS 4
2854 Inactivity timeout in seconds\&. The maximum of one day should be enough for just everyone (TM)\&.
2857 ui\&.timer\&.action \fB<str>\fR (default: "")
2858 .RS 4
2859 Keybinding action to be triggered when timer reaches zero\&.
2861 .SH "SEE ALSO"
2862 \fBelinks\fR(1), \fBelinkskeys\fR(5)
2864 .SH "NOTES"
2865 .IP " 1." 4
2866 ELinks bug 153
2867 .RS 4
2868 \%http://bugzilla.elinks.cz/show_bug.cgi?id=153