3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
5 .\" Manual: ELinks configuration file
6 .\" Source: ELinks 0.11.6
8 .TH "ELINKS\&.CONF" "5" "03/21/2009" "ELinks 0\&.11\&.6" "ELinks configuration file"
9 .\" disable hyphenation
11 .\" disable justification (adjust text to left margin only)
14 elinks.conf \- ELinks configuration file
19 set <option> = <value>
21 bind "<keymap>" "<key>" = "<action>"
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\&.
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\&.
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)\&.
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\&.
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""
58 bookmarks\&.file_format <num> (default: 0)
60 File format for bookmarks (affects both reading and saving):
63 \h'-04'\(bu\h'+03'0: is the default native
69 \h'-04'\(bu\h'+03'1: is XBEL universal XML bookmarks format (NO NATIONAL CHARS SUPPORT!)
73 bookmarks\&.folder_state [0|1] (default: 1)
75 When saving bookmarks also store whether folders are expanded or not, so the look of the bookmark dialog is kept across
77 sessions\&. If disabled all folders will appear unexpanded next time
84 Configuration handling options\&.
87 config\&.comments <num> (default: 3)
89 Amount of comments automatically written to the config file:
92 \h'-04'\(bu\h'+03'0: is no comments are written
96 \h'-04'\(bu\h'+03'1: is only the "blurb" (name+type) is written
100 \h'-04'\(bu\h'+03'2: is only the description is written
104 \h'-04'\(bu\h'+03'3: is full comments are written
108 config\&.indentation <num> (default: 2)
110 Shift width of one indentation level in the configuration file\&. Zero means that no indentation is performed at all when saving the configuration\&.
113 config\&.saving_style <num> (default: 3)
115 Determines what happens when you tell
120 \h'-04'\(bu\h'+03'0: is only values of current options are altered
124 \h'-04'\(bu\h'+03'1: is values of current options are altered and missing options are added at the end of the file
128 \h'-04'\(bu\h'+03'2: is the configuration file is rewritten from scratch
132 \h'-04'\(bu\h'+03'3: is values of current options are altered and missing options CHANGED during this
134 session are added at the end of the file
138 config\&.i18n [0|1] (default: 0)
140 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\&.
143 config\&.saving_style_w [0|1] (default: 0)
145 This is internal option used when displaying a warning about obsolete config\&.saving_style\&. You shouldn\'t touch it\&.
148 config\&.show_template [0|1] (default: 0)
150 Show template options in autocreated trees in the options manager and save them to the configuration file\&.
155 Connection options\&.
163 connection\&.ssl\&.client_cert
165 X509 client certificate options\&.
168 connection\&.ssl\&.client_cert\&.enable [0|1] (default: 0)
170 Enable or not the sending of X509 client certificates to servers which request them\&.
173 connection\&.ssl\&.client_cert\&.file <str> (default: "")
175 The location of a file containing the client certificate and unencrypted private key in PEM format\&. If unset, the file pointed to by the X509_CLIENT_CERT variable is used instead\&.
178 connection\&.ssl\&.cert_verify [0|1] (default: 0)
180 Verify the peer\'s SSL certificate\&. Note that this needs extensive configuration of OpenSSL by the user\&.
183 connection\&.async_dns [0|1] (default: 1)
185 Whether to use asynchronous DNS resolving\&.
188 connection\&.max_connections <num> (default: 10)
190 Maximum number of concurrent connections\&.
193 connection\&.max_connections_to_host <num> (default: 2)
195 Maximum number of concurrent connections to a given host\&.
198 connection\&.receive_timeout <num> (default: 120)
200 Receive timeout (in seconds)\&.
203 connection\&.retries <num> (default: 3)
205 Number of tries to establish a connection\&. Zero means try forever\&.
208 connection\&.try_ipv4 [0|1] (default: 1)
210 Whether to try to connect to a host over IPv4\&. Note that if connection\&.try_ipv6 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\&. http4://elinks\&.cz/\&.
213 connection\&.try_ipv6 [0|1] (default: 1)
215 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\&. http6://elinks\&.cz/\&.
218 connection\&.unrestartable_receive_timeout <num> (default: 600)
220 Timeout for non\-restartable connections (in seconds)\&.
228 cookies\&.accept_policy <num> (default: 2)
230 Cookies accepting policy:
233 \h'-04'\(bu\h'+03'0: is accept no cookies
237 \h'-04'\(bu\h'+03'1: is ask for confirmation before accepting cookie
241 \h'-04'\(bu\h'+03'2: is accept all cookies
245 cookies\&.max_age <num> (default: \-1)
247 Cookie maximum age (in days):
250 \h'-04'\(bu\h'+03'\-1: is use cookie\'s expiration date if any
254 \h'-04'\(bu\h'+03'0: is force expiration at the end of session, ignoring cookie\'s expiration date
258 \h'-04'\(bu\h'+03'1: + is use cookie\'s expiration date, but limit age to the given number of days
262 cookies\&.paranoid_security [0|1] (default: 0)
264 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\&.
267 cookies\&.save [0|1] (default: 1)
269 Whether cookies should be loaded from and saved to disk\&.
272 cookies\&.resave [0|1] (default: 1)
274 Save cookies after each change in cookies list? No effect when cookie saving (cookies\&.save) is off\&.
284 Document browsing options (mainly interactivity)\&.
287 document\&.browse\&.accesskey
289 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\&.
292 document\&.browse\&.accesskey\&.auto_follow [0|1] (default: 0)
294 Automatically follow a link or submit a form if appropriate accesskey is pressed \- this is the standard behaviour, but it\'s considered dangerous\&.
297 document\&.browse\&.accesskey\&.display [0|1] (default: 0)
299 Display access key in link info\&.
302 document\&.browse\&.accesskey\&.priority <num> (default: 0)
304 Priority of \'accesskey\' HTML attribute:
307 \h'-04'\(bu\h'+03'0: is first try all normal bindings; if it fails, check accesskey
311 \h'-04'\(bu\h'+03'1: is first try only frame bindings; if it fails, check accesskey
315 \h'-04'\(bu\h'+03'2: is first check accesskey (this can be dangerous)
319 document\&.browse\&.forms
321 Options for handling of the forms interaction\&.
324 document\&.browse\&.forms\&.auto_submit [0|1] (default: 1)
326 Automagically submit a form when enter is pressed with a text field selected\&.
329 document\&.browse\&.forms\&.confirm_submit [0|1] (default: 1)
331 Ask for confirmation when submitting a form\&.
334 document\&.browse\&.forms\&.input_size <num> (default: 20)
336 Default form input size if none is specified\&.
339 document\&.browse\&.forms\&.insert_mode [0|1] (default: 1)
341 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\&.
344 document\&.browse\&.forms\&.editor <str> (default: "")
346 Path to the executable that
348 should launch when the user requests to edit a textarea with an external editor\&. If this is blank,
350 will use the value of the environmental variable $EDITOR\&. If $EDITOR is empty or not set,
352 will then default to "vi"\&.
355 document\&.browse\&.forms\&.show_formhist [0|1] (default: 0)
357 Ask if a login form should be saved to file or not\&. This option only disables the dialog, already saved login forms are unaffected\&.
360 document\&.browse\&.images
362 Options for handling of images\&.
365 document\&.browse\&.images\&.display_style <num> (default: 2)
367 Display style for image tags when displayed:
370 \h'-04'\(bu\h'+03'0: means always display IMG
374 \h'-04'\(bu\h'+03'1: means always display filename
378 \h'-04'\(bu\h'+03'2: means display alt/title attribute if possible, IMG if not
382 \h'-04'\(bu\h'+03'3: means display alt/title attribute if possible, filename if not
386 document\&.browse\&.images\&.filename_maxlen <num> (default: 0)
388 Maximum length of image filename when displayed:
391 \h'-04'\(bu\h'+03'0: means always display full filename
395 \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
399 document\&.browse\&.images\&.image_link_tagging <num> (default: 1)
401 When to enclose image links:
404 \h'-04'\(bu\h'+03'0: means never
408 \h'-04'\(bu\h'+03'1: means never if alt or title are provided (old behavior)
412 \h'-04'\(bu\h'+03'2: means always
416 document\&.browse\&.images\&.image_link_prefix <str> (default: "[")
418 Prefix string to use to mark image links\&.
421 document\&.browse\&.images\&.image_link_suffix <str> (default: "]")
423 Suffix string to use to mark image links\&.
426 document\&.browse\&.images\&.label_maxlen <num> (default: 0)
428 Maximum length of image label (alt/title):
431 \h'-04'\(bu\h'+03'0: means always display full label
435 \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
439 document\&.browse\&.images\&.show_as_links [0|1] (default: 0)
441 Display links to images without an alt attribute\&. If this option is off, these images are completely invisible\&.
444 document\&.browse\&.images\&.show_any_as_links [0|1] (default: 1)
446 Display links to any images in the document, regardless of them having an alt attribute or not\&. If this option is off, the alt attribute contents is shown, but as normal text, not selectable as a link\&.
449 document\&.browse\&.links
451 Options for handling of links to other documents\&.
454 document\&.browse\&.links\&.active_link
456 Options for the active link\&.
459 document\&.browse\&.links\&.active_link\&.colors
461 Active link colors\&.
464 document\&.browse\&.links\&.active_link\&.colors\&.background <color|#rrggbb> (default: blue)
466 Default background color\&.
469 document\&.browse\&.links\&.active_link\&.colors\&.text <color|#rrggbb> (default: black)
471 Default text color\&.
474 document\&.browse\&.links\&.active_link\&.enable_color [0|1] (default: 0)
476 Enable use of the active link background and text color settings instead of the link colors from the document\&.
479 document\&.browse\&.links\&.active_link\&.bold [0|1] (default: 0)
481 Make the active link text bold\&.
484 document\&.browse\&.links\&.active_link\&.invert [0|1] (default: 1)
486 Invert the fore\- and background color so the link stands out\&.
489 document\&.browse\&.links\&.active_link\&.underline [0|1] (default: 0)
491 Underline the active link\&.
494 document\&.browse\&.links\&.color_dirs [0|1] (default: 1)
496 Highlight links to directories in FTP and local directory listing\&.
499 document\&.browse\&.links\&.numbering [0|1] (default: 0)
501 Display numbers next to the links\&.
504 document\&.browse\&.links\&.target_blank <num> (default: 0)
506 Define how to handle links having target=_blank set:
509 \h'-04'\(bu\h'+03'0: means open link in current tab
513 \h'-04'\(bu\h'+03'1: means open link in new tab in foreground
517 \h'-04'\(bu\h'+03'2: means open link in new tab in background
521 \h'-04'\(bu\h'+03'3: means open link in new window
525 document\&.browse\&.links\&.use_tabindex [0|1] (default: 1)
527 Whether to navigate links using tabindex specified ordering\&. The TABINDEX attribute in HTML elements specifies the order in which links should receive focus when using the keyboard to navigate the document\&.
530 document\&.browse\&.links\&.missing_fragment [0|1] (default: 1)
532 Open a message box when document has no tag with given id\&.
535 document\&.browse\&.links\&.number_keys_select_link <num> (default: 1)
537 Number keys select links rather than specify command prefixes\&. This is a tristate:
540 \h'-04'\(bu\h'+03'0: means never
544 \h'-04'\(bu\h'+03'1: means if document\&.browse\&.links\&.numbering = 1
548 \h'-04'\(bu\h'+03'2: means always
552 document\&.browse\&.links\&.warn_malicious [0|1] (default: 1)
554 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\&.
557 document\&.browse\&.links\&.wraparound [0|1] (default: 0)
559 When pressing \'down\' on the last link, jump to the first one, and vice versa\&.
562 document\&.browse\&.scrolling
567 document\&.browse\&.scrolling\&.horizontal_extended [0|1] (default: 1)
569 Whether to allow horizontal scrolling when the document does not extend off the screen\&. Useful for copy/paste operations\&.
572 document\&.browse\&.scrolling\&.horizontal_step <num> (default: 8)
574 Number of columns to scroll when a key bound to scroll\-left or scroll\- right is pressed and no prefix was given\&.
577 document\&.browse\&.scrolling\&.margin <num> (default: 3)
579 Size of the virtual margin \- when you click inside of that margin, document scrolls in that direction\&.
582 document\&.browse\&.scrolling\&.vertical_step <num> (default: 2)
584 Number of lines to scroll when a key bound to scroll\-up or scroll\- down is pressed and no prefix was given\&.
587 document\&.browse\&.search
589 Options for searching\&.
592 document\&.browse\&.search\&.case [0|1] (default: 0)
594 Whether the search should match the document text while maintaining case sensitivity\&.
597 document\&.browse\&.search\&.regex <num> (default: 0)
599 Enable searching with regular expressions:
602 \h'-04'\(bu\h'+03'0: for plain text searching
606 \h'-04'\(bu\h'+03'1: for basic regular expression searches
610 \h'-04'\(bu\h'+03'2: for extended regular expression searches
614 document\&.browse\&.search\&.show_hit_top_bottom [0|1] (default: 1)
616 Whether to show a dialog when the search hits the top or bottom of the document\&.
619 document\&.browse\&.search\&.wraparound [0|1] (default: 1)
621 Wrap around when searching\&. Currently only used for typeahead\&.
624 document\&.browse\&.search\&.show_not_found <num> (default: 2)
626 How to inform the user when nothing is matched:
629 \h'-04'\(bu\h'+03'0: means do nothing
633 \h'-04'\(bu\h'+03'1: means beep the terminal
637 \h'-04'\(bu\h'+03'2: means pop up message box
641 document\&.browse\&.search\&.typeahead <num> (default: 0)
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\&.
646 when you (when you press a key bound to search\-typeahead or similar)
648 1 automatically starts typeahead searching thru link text 2 automatically starts typeahead searching thru all document text
651 document\&.browse\&.margin_width <num> (default: 3)
653 Horizontal text margin\&.
656 document\&.browse\&.refresh [0|1] (default: 1)
658 Automatically follow document\-specified refresh directives (\fI<meta> refresh\fR
659 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 document\&.browse\&.minimum_refresh_time to control the minimum number of seconds a refresh will wait\&.
662 document\&.browse\&.minimum_refresh_time <num> (default: 1000)
664 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\&.
667 document\&.browse\&.table_move_order [0|1] (default: 0)
669 Move by columns in table, instead of rows\&.
677 document\&.cache\&.format
679 Format cache options\&.
682 document\&.cache\&.format\&.size <num> (default: 5)
684 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 \- 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
686 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\&.)
689 document\&.cache\&.memory
691 Memory cache options\&.
694 document\&.cache\&.memory\&.size <num> (default: 1048576)
696 Memory cache size (in bytes)\&.
699 document\&.cache\&.cache_redirects [0|1] (default: 0)
701 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 \- 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 \- thus if you enable it, even previous redirects will be taken from cache instead of asking the server\&.
704 document\&.cache\&.ignore_cache_control [0|1] (default: 1)
706 Ignore Cache\-Control and Pragma server headers\&. When set, the document is cached even with \'Cache\-Control: no\-cache\'\&.
714 document\&.codepage\&.assume <codepage> (default: System)
716 Default document codepage\&. \'System\' stands for a codepage determined by a selected locale\&.
719 document\&.codepage\&.force_assumed [0|1] (default: 0)
721 Ignore charset info sent by server\&.
726 Default document color settings\&.
729 document\&.colors\&.text <color|#rrggbb> (default: gray75)
731 Default text color\&.
734 document\&.colors\&.background <color|#rrggbb> (default: black)
736 Default background color\&.
739 document\&.colors\&.link <color|#rrggbb> (default: blue)
741 Default link color\&.
744 document\&.colors\&.vlink <color|#rrggbb> (default: yellow)
746 Default visited link color\&.
749 document\&.colors\&.image <color|#rrggbb> (default: darkolivegreen)
751 Default image link color\&.
754 document\&.colors\&.bookmark <color|#rrggbb> (default: hotpink)
756 Default bookmarked link color\&.
759 document\&.colors\&.dirs <color|#rrggbb> (default: yellow)
761 Default directory color\&. See document\&.browse\&.links\&.color_dirs option\&.
764 document\&.colors\&.increase_contrast [0|1] (default: 1)
766 Increase the contrast between the foreground and background colors to ensure readability\&. For example it disallows dark colors on a black background\&. Note, this is different from ensuring the contrast with the ensure_contrast option\&.
769 document\&.colors\&.ensure_contrast [0|1] (default: 1)
771 Makes sure that the back\- and foreground colors are never equal\&.
774 document\&.colors\&.use_document_colors <num> (default: 2)
776 Use colors specified in document:
779 \h'-04'\(bu\h'+03'0: is use always the default settings
783 \h'-04'\(bu\h'+03'1: is use document colors if available, except background
787 \h'-04'\(bu\h'+03'2: is use document colors, including background\&. This can mostly look very impressive, but some sites will appear really ugly\&. Note, that obviously if the background is not black, it will break the behaviour of transparency\&.
793 Options concerning how to use CSS for styling documents\&.
796 document\&.css\&.enable [0|1] (default: 1)
798 Enable adding of CSS style info to documents\&.
801 document\&.css\&.import [0|1] (default: 1)
803 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\&.
806 document\&.css\&.stylesheet <str> (default: "")
808 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
809 \fIELinks\fR\' home directory\&. Leave as "" to use built\-in document styling\&.
814 Options regarding files downloading and handling\&.
817 document\&.download\&.directory <str> (default: "\&./")
819 Default download directory\&.
822 document\&.download\&.set_original_time [0|1] (default: 0)
824 Set the timestamp of each downloaded file to the timestamp stored on the server\&.
827 document\&.download\&.overwrite <num> (default: 2)
829 Prevent overwriting the local files:
832 \h'-04'\(bu\h'+03'0: is files will silently be overwritten
836 \h'-04'\(bu\h'+03'1: is add a suffix \&.{number} (for example \'\&.1\') to the name
840 \h'-04'\(bu\h'+03'2: is ask the user
844 document\&.download\&.notify_bell <num> (default: 0)
846 Audio notification when download is completed:
849 \h'-04'\(bu\h'+03'0: is never
853 \h'-04'\(bu\h'+03'1: is when background notification is active
857 \h'-04'\(bu\h'+03'2: is always
863 Dump output options\&.
866 document\&.dump\&.codepage <codepage> (default: System)
868 Codepage used in dump output\&. \'System\' stands for a codepage determined by a selected locale\&.
871 document\&.dump\&.footer <str> (default: "")
873 Footer string used in dumps\&. %u is substituted by URL\&.
876 document\&.dump\&.header <str> (default: "")
878 Header string used in dumps\&. %u is substituted by URL\&.
881 document\&.dump\&.numbering [0|1] (default: 1)
883 Whether to print link numbers in dump output\&.
886 document\&.dump\&.references [0|1] (default: 1)
888 Whether to print references (URIs) of document links in dump output\&.
891 document\&.dump\&.separator <str> (document\&.dump\&.separator <str> (default: "), document\&.dump\&.width <num> (default: 80)
893 Width of screen in characters when dumping documents\&.
901 document\&.history\&.global
903 Global history options\&.
906 document\&.history\&.global\&.enable [0|1] (default: 1)
908 Enable global history ("history of all pages visited")\&.
911 document\&.history\&.global\&.max_items <num> (default: 1024)
913 Maximum number of entries in the global history\&.
916 document\&.history\&.global\&.display_type <num> (default: 0)
918 What to display in global history dialog:
921 \h'-04'\(bu\h'+03'0: is URLs
925 \h'-04'\(bu\h'+03'1: is page titles
929 document\&.history\&.keep_unhistory [0|1] (default: 1)
931 Keep unhistory ("forward history")\&.
936 Options concerning the display of HTML pages\&.
939 document\&.html\&.display_frames [0|1] (default: 1)
944 document\&.html\&.display_tables [0|1] (default: 1)
949 document\&.html\&.display_subs [0|1] (default: 1)
951 Display subscripts (as [thing])\&.
954 document\&.html\&.display_sups [0|1] (default: 1)
956 Display superscripts (as ^thing)\&.
959 document\&.html\&.link_display <num> (default: 2)
961 How to render <link> tags from the HTML header:
964 \h'-04'\(bu\h'+03'0: is nothing
968 \h'-04'\(bu\h'+03'1: is title
972 \h'-04'\(bu\h'+03'2: is name in addition
976 \h'-04'\(bu\h'+03'3: is hreflang in addition
980 \h'-04'\(bu\h'+03'4: is type in addition
984 \h'-04'\(bu\h'+03'5: is everything
988 document\&.html\&.underline_links [0|1] (default: 0)
993 document\&.html\&.wrap_nbsp [0|1] (default: 0)
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\&.
1000 Options concerning the display of plain text pages\&.
1003 document\&.plain\&.display_links [0|1] (default: 0)
1005 Display URIs in the document as links\&.
1008 document\&.plain\&.compress_empty_lines [0|1] (default: 0)
1010 Compress successive empty lines to only one in displayed text\&.
1013 document\&.uri_passing
1015 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\&.
1018 document\&.uri_passing\&._template_ <str> (default: "")
1020 A rule for passing URI to an external command\&. The format is: %c in the string means the current URL %% in the string means \'%\' Do _not_ put single\- or double\-quotes around %c\&.
1025 ECMAScript options\&.
1028 ecmascript\&.enable [0|1] (default: 1)
1030 Whether to run those scripts inside of documents\&.
1033 ecmascript\&.error_reporting [0|1] (default: 0)
1035 Open a message box when a script reports an error\&.
1038 ecmascript\&.ignore_noscript [0|1] (default: 0)
1040 Whether to ignore content enclosed by the <noscript> tag when ECMAScript is enabled\&.
1043 ecmascript\&.max_exec_time <num> (default: 5)
1045 Maximum execution time in seconds for a script\&.
1048 ecmascript\&.block_window_opening [0|1] (default: 0)
1050 Whether to disallow scripts to open new windows or tabs\&.
1055 Options for information files in
1059 infofiles\&.save_interval <num> (default: 300)
1061 Interval at which to trigger information files in
1063 to be saved to disk if they have changed (seconds; 0 to disable)
1066 infofiles\&.secure_save [0|1] (default: 1)
1068 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 rename(3) is called, breaking atomicity, and reducing reliability of this feature\&.
1071 infofiles\&.secure_save_fsync [0|1] (default: 1)
1073 When using secure file saving, call fsync(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\&.
1078 MIME\-related options (handlers of various MIME types)\&.
1083 Extension <\-> MIME type association\&.
1086 mime\&.extension\&._template_ <str> (default: "")
1088 MIME\-type matching this file extension (\'*\' is used here in place of \'\&.\')\&.
1093 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\&.
1096 mime\&.handler\&._template_
1098 Description of this handler\&.
1101 mime\&.handler\&._template_\&._template_
1103 System\-specific handler description (ie\&. unix, unix\-xwin, \&...)\&.
1106 mime\&.handler\&._template_\&._template_\&.ask [0|1] (default: 1)
1108 Ask before opening\&.
1111 mime\&.handler\&._template_\&._template_\&.block [0|1] (default: 1)
1113 Block the terminal when the handler is running\&.
1116 mime\&.handler\&._template_\&._template_\&.program <str> (default: "")
1118 External viewer for this file type\&. \'%\' in this string will be substituted by a file name\&.
1123 Options for mailcap support\&.
1126 mime\&.mailcap\&.enable [0|1] (default: 1)
1128 Enable mailcap support\&.
1131 mime\&.mailcap\&.path <str> (default: "~/\&.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap:/usr/share/mailcap:/usr/share/misc/mailcap")
1133 Mailcap search path\&. Colon\-separated list of files\&. Leave as "" to use MAILCAP environment variable instead\&.
1136 mime\&.mailcap\&.ask [0|1] (default: 1)
1138 Ask before using the handlers defined by mailcap\&.
1141 mime\&.mailcap\&.description <num> (default: 0)
1143 Type of description to show in "what to do with this file" query dialog:
1146 \h'-04'\(bu\h'+03'0: is show "mailcap"
1150 \h'-04'\(bu\h'+03'1: is show program to be run
1154 \h'-04'\(bu\h'+03'2: is show mailcap description field if any; "mailcap" otherwise
1158 mime\&.mailcap\&.prioritize [0|1] (default: 1)
1160 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\&.
1165 Options for the support of mime\&.types files\&. These files can be used to find the content type of a URL by looking at the extension of the file name\&.
1168 mime\&.mimetypes\&.enable [0|1] (default: 1)
1170 Enable mime\&.types support\&.
1173 mime\&.mimetypes\&.path <str> (default: "~/\&.mime\&.types:/etc/mime\&.types:/usr/etc/mime\&.types:/usr/local/etc/mime\&.types:/usr/share/mime\&.types:/usr/share/misc/mime\&.types")
1175 The search path for mime\&.types files\&. Colon\-separated list of files\&.
1180 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>)\&.
1183 mime\&.type\&._template_
1185 Handler matching this MIME\-type class (\'*\' is used here in place of \'\&.\')\&.
1188 mime\&.type\&._template_\&._template_ <str> (default: "")
1190 Handler matching this MIME\-type name (\'*\' is used here in place of \'\&.\')\&.
1193 mime\&.default_type <str> (default: "application/octet\-stream")
1195 Document MIME\-type to assume by default (when we are unable to guess it properly from known information about the document)\&.
1200 Protocol specific options\&.
1203 protocol\&.bittorrent
1205 BitTorrent specific options\&.
1208 protocol\&.bittorrent\&.ports
1210 Port range allowed to be used for listening on\&.
1213 protocol\&.bittorrent\&.ports\&.min <num> (default: 6881)
1215 The minimum port to try and listen on\&.
1218 protocol\&.bittorrent\&.ports\&.max <num> (default: 6999)
1220 The maximum port to try and listen on\&.
1223 protocol\&.bittorrent\&.tracker
1228 protocol\&.bittorrent\&.tracker\&.compact [0|1] (default: 0)
1230 Whether to request that the tracker returns peer info in compact format\&. Note, the compact format only supports IPv4 addresses\&.
1233 protocol\&.bittorrent\&.tracker\&.interval <num> (default: 0)
1235 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\&.
1238 protocol\&.bittorrent\&.tracker\&.ip_address <str> (default: "")
1240 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\&.
1243 protocol\&.bittorrent\&.tracker\&.key <str> (default: "")
1245 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\&.
1248 protocol\&.bittorrent\&.tracker\&.numwant <num> (default: 50)
1250 The maximum number of peers to request from the tracker\&. Set to 0 to use the server default\&.
1253 protocol\&.bittorrent\&.tracker\&.min_skip_size <num> (default: 20)
1255 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\&.
1258 protocol\&.bittorrent\&.peerwire
1260 Lowlevel peer\-wire options\&.
1263 protocol\&.bittorrent\&.peerwire\&.connections <num> (default: 55)
1265 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\&.
1268 protocol\&.bittorrent\&.peerwire\&.max_message_length <num> (default: 8388608)
1270 The maximum length of messages to accept over the wire\&. Larger values will cause the connection to be dropped\&.
1273 protocol\&.bittorrent\&.peerwire\&.max_request_length <num> (default: 8388608)
1275 The maximum length to allow for incoming requests\&. Larger requests will cause the connection to be dropped\&.
1278 protocol\&.bittorrent\&.peerwire\&.request_length <num> (default: 16384)
1280 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\&.
1283 protocol\&.bittorrent\&.peerwire\&.timeout <num> (default: 300)
1285 The number of seconds to wait before closing a socket on which nothing has been received or sent\&.
1288 protocol\&.bittorrent\&.peerwire\&.pool_size <num> (default: 55)
1290 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\&.
1293 protocol\&.bittorrent\&.piece_cache_size <num> (default: 1048576)
1295 The maximum amount of memory used to hold recently downloaded pieces\&. Set to 0 to have unlimited size\&.
1298 protocol\&.bittorrent\&.max_uploads <num> (default: 7)
1300 The maximum number of uploads to allow at once\&.
1303 protocol\&.bittorrent\&.min_uploads <num> (default: 2)
1305 The minimum number of uploads which should at least be used for new connections\&.
1308 protocol\&.bittorrent\&.request_queue_size <num> (default: 5)
1310 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\&.
1313 protocol\&.bittorrent\&.choke_interval <num> (default: 10)
1315 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\&.
1318 protocol\&.bittorrent\&.rarest_first_cutoff <num> (default: 4)
1320 The number of pieces to obtain before switching piece selection strategy from random to rarest first\&.
1323 protocol\&.bittorrent\&.allow_blacklist [0|1] (default: 1)
1325 Allow blacklisting of buggy peers\&.
1330 Options specific to local browsing\&.
1333 protocol\&.file\&.cgi
1335 Local CGI specific options\&.
1338 protocol\&.file\&.cgi\&.path <str> (default: "")
1340 Colon separated list of directories, where CGI scripts are stored\&.
1343 protocol\&.file\&.cgi\&.policy [0|1] (default: 0)
1345 Whether to execute local CGI scripts\&.
1348 protocol\&.file\&.allow_special_files [0|1] (default: 0)
1350 Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading /dev/urandom or /dev/zero can ruin your day!
1353 protocol\&.file\&.show_hidden_files [0|1] (default: 1)
1355 When set to false, files with name starting with a dot will be hidden in local directory listings\&.
1358 protocol\&.file\&.try_encoding_extensions [0|1] (default: 1)
1360 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\&.
1365 FSP specific options\&.
1368 protocol\&.fsp\&.sort [0|1] (default: 1)
1370 Whether to sort entries in directory listings\&.
1375 FTP specific options\&.
1378 protocol\&.ftp\&.proxy
1380 FTP proxy configuration\&.
1383 protocol\&.ftp\&.proxy\&.host <str> (default: "")
1385 Host and port\-number (host:port) of the FTP proxy, or blank\&. If it\'s blank, FTP_PROXY environment variable is checked as well\&.
1388 protocol\&.ftp\&.anon_passwd <str> (default: "some@host\&.domain")
1390 FTP anonymous password to be sent\&.
1393 protocol\&.ftp\&.use_pasv [0|1] (default: 1)
1395 Use PASV instead of PORT (passive vs active mode, IPv4 only)\&.
1398 protocol\&.ftp\&.use_epsv [0|1] (default: 0)
1400 Use EPSV instead of EPRT (passive vs active mode, IPv6 only)\&.
1405 HTTP\-specific options\&.
1408 protocol\&.http\&.bugs
1410 Server\-side HTTP bugs workarounds\&.
1413 protocol\&.http\&.bugs\&.accept_charset [0|1] (default: 1)
1415 The Accept\-Charset header is quite long and sending it can trigger bugs in some rarely found servers\&.
1418 protocol\&.http\&.bugs\&.allow_blacklist [0|1] (default: 1)
1420 Allow blacklisting of buggy servers\&.
1423 protocol\&.http\&.bugs\&.broken_302_redirect [0|1] (default: 1)
1425 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\&.
1428 protocol\&.http\&.bugs\&.post_no_keepalive [0|1] (default: 0)
1430 Disable keepalive connection after POST request\&.
1433 protocol\&.http\&.bugs\&.http10 [0|1] (default: 0)
1435 Use HTTP/1\&.0 protocol instead of HTTP/1\&.1\&.
1438 protocol\&.http\&.proxy
1440 HTTP proxy configuration\&.
1443 protocol\&.http\&.proxy\&.host <str> (default: "")
1445 Host and port\-number (host:port) of the HTTP proxy, or blank\&. If it\'s blank, HTTP_PROXY environment variable is checked as well\&.
1448 protocol\&.http\&.proxy\&.user <str> (default: "")
1450 Proxy authentication username\&.
1453 protocol\&.http\&.proxy\&.passwd <str> (default: "")
1455 Proxy authentication password\&.
1458 protocol\&.http\&.referer
1460 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\&.
1463 protocol\&.http\&.referer\&.policy <num> (default: 3)
1465 Mode of sending HTTP referer:
1468 \h'-04'\(bu\h'+03'0: is send no referer
1472 \h'-04'\(bu\h'+03'1: is send current URL as referer
1476 \h'-04'\(bu\h'+03'2: is send fixed fake referer
1480 \h'-04'\(bu\h'+03'3: is send previous URL as referer (correct, but insecure)
1484 protocol\&.http\&.referer\&.fake <str> (default: "")
1486 Fake referer to be sent when policy is 2\&.
1489 protocol\&.http\&.accept_language <str> (default: "")
1491 Send Accept\-Language header\&.
1494 protocol\&.http\&.accept_ui_language [0|1] (default: 1)
1496 Request localised versions of documents from web\-servers (using the Accept\-Language header) using the language you have configured for
1497 \fIELinks\fR\' 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\&.
1500 protocol\&.http\&.trace [0|1] (default: 0)
1502 If active, all HTTP requests are sent with TRACE as their method rather than GET or POST\&. This is useful for debugging of both
1504 and various server\-side scripts \-\-\- 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\&.
1507 protocol\&.http\&.user_agent <str> (default: "ELinks/%v (textmode; %s; %t\-%b)")
1509 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\&. %v in the string means
1511 version, %s in the string means system identification, %t in the string means size of the terminal, %b in the string means number of bars displayed by
1517 HTTPS\-specific options\&.
1520 protocol\&.https\&.proxy
1522 HTTPS proxy configuration\&.
1525 protocol\&.https\&.proxy\&.host <str> (default: "")
1527 Host and port\-number (host:port) of the HTTPS CONNECT proxy, or blank\&. If it\'s blank, HTTPS_PROXY environment variable is checked as well\&.
1532 NNTP and news specific options\&.
1535 protocol\&.nntp\&.server <str> (default: "")
1537 Used when resolving news: URIs\&. If set to the empty string the value of the NNTPSERVER environment variable will be used\&.
1540 protocol\&.nntp\&.header_entries <str> (default: "Subject,From,Date,Message\-ID,Newsgroups")
1542 Comma separated list of which entries in the article header to show\&. E\&.g\&. \'Subject\' and
1543 \fIFrom\fR\&. All header entries can be read in the header info dialog\&.
1548 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\&.
1551 protocol\&.rewrite\&.dumb
1553 Dumb prefixes, see enable\-dumb description for details\&.
1556 protocol\&.rewrite\&.dumb\&._template_ <str> (default: "")
1558 Replacement URI for this dumbprefix: %c in the string means the current URL %% in the string means \'%\'
1561 protocol\&.rewrite\&.smart
1563 Smart prefixes, see enable\-smart description for details\&.
1566 protocol\&.rewrite\&.smart\&._template_ <str> (default: "")
1568 Replacement URI for this smartprefix: %c in the string means the current URL %s in the string means the whole argument to smartprefix %0,%1,\&...,%9 means argument 0, 1, \&..., 9 %% in the string means \'%\'
1571 protocol\&.rewrite\&.default_template <str> (default: "")
1573 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 \'\&.\',
1577 characters), and does not match any defined prefixes\&. Set the value to "" to disable use of the default template rewrite rule\&. %c in the template means the current URL, %s in the template means the whole string from the goto dialog, %0,%1,\&...,%9 mean the 1st,2nd,\&...,10th space\-delimited part of %s, %% in the template means \'%\'\&.
1580 protocol\&.rewrite\&.enable\-dumb [0|1] (default: 1)
1582 Enable dumb prefixes \- simple URI abbreviations which can be written to the Goto URL dialog instead of actual URIs \- i\&.e\&. if you write \'elinks\' there, you are directed to http://elinks\&.cz/\&.
1585 protocol\&.rewrite\&.enable\-smart [0|1] (default: 1)
1587 Enable smart prefixes \- URI templates triggered by writing given abbreviation to the Goto URL dialog followed by a list of arguments from which the actual URI is composed \- i\&.e\&. \'gg:search keywords\' or
1588 \fIgn search keywords for news\fR\&.
1593 User protocols\&. Options in this tree specify external handlers for the appropriate protocols\&. Ie\&. protocol\&.user\&.mailto\&.unix\&.
1596 protocol\&.user\&._template_
1598 Handler (external program) for this protocol\&. Name the options in this tree after your system (ie\&. unix, unix\-xwin)\&.
1601 protocol\&.user\&._template_\&._template_ <str> (default: "")
1603 Handler (external program) for this protocol and system\&. %f in the string means file name to include form data from %h in the string means hostname (or email address) %p in the string means port %d in the string means path (everything after the port) %s in the string means subject (?subject=<this>) %u in the string means the whole URL
1606 protocol\&.no_proxy <str> (default: "")
1608 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, NO_PROXY environment variable is checked as well\&.
1616 terminal\&._template_
1618 Options specific to this terminal type (according to $TERM value)\&.
1621 terminal\&._template_\&.type <num> (default: 0)
1623 Terminal type; matters mostly only when drawing frames and dialog box borders:
1626 \h'-04'\(bu\h'+03'0: is dumb terminal type, ASCII art
1630 \h'-04'\(bu\h'+03'1: is VT100, simple but portable
1634 \h'-04'\(bu\h'+03'2: is Linux, you get double frames and other goodies
1638 \h'-04'\(bu\h'+03'3: is KOI\-8
1642 \h'-04'\(bu\h'+03'4: is FreeBSD
1646 terminal\&._template_\&.m11_hack [0|1] (default: 0)
1648 Switch fonts when drawing lines, enabling both local characters and lines working at the same time\&. Makes sense only with linux terminal\&.
1651 terminal\&._template_\&.utf_8_io [0|1] (default: 0)
1653 Enable I/O in UTF8 for Unicode terminals\&. Note that currently, only the subset of UTF8 according to terminal codepage is used\&.
1656 terminal\&._template_\&.restrict_852 [0|1] (default: 0)
1658 Restrict the characters used when drawing lines\&. Makes sense only with linux terminals using the cp850/852 character sets\&.
1661 terminal\&._template_\&.block_cursor [0|1] (default: 0)
1663 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\&.
1666 terminal\&._template_\&.colors <num> (default: 0)
1668 The color mode controls what colors are used and how they are output to the terminal\&. The color modes are:
1671 \h'-04'\(bu\h'+03'0: is mono mode, only 2 colors are used
1675 \h'-04'\(bu\h'+03'1: is 16 color mode, uses the common ANSI colors
1679 \h'-04'\(bu\h'+03'2: is 256 color mode, uses XTerm RGB codes
1683 terminal\&._template_\&.transparency [0|1] (default: 1)
1685 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 \- it will be visible in
1687 as well\&. Note that this option makes sense only when colors are enabled\&.
1690 terminal\&._template_\&.underline [0|1] (default: 0)
1692 If we should use underline or enhance the color instead\&.
1695 terminal\&._template_\&.charset <codepage> (default: System)
1697 Codepage of charset used for displaying content on terminal\&. \'System\' stands for a codepage determined by a selected locale\&.
1702 User interface options\&.
1707 Digital clock in the status bar\&.
1710 ui\&.clock\&.enable [0|1] (default: 0)
1712 Whether to display a digital clock in the status bar\&.
1715 ui\&.clock\&.format <str> (default: "[%H:%M]")
1717 Format string for the digital clock\&. See the strftime(3) manpage for details\&.
1722 Default user interface color settings\&.
1727 Color settings for color terminal\&.
1730 ui\&.colors\&.color\&.mainmenu
1732 Main menu bar colors\&.
1735 ui\&.colors\&.color\&.mainmenu\&.normal
1737 Unselected main menu bar item colors\&.
1740 ui\&.colors\&.color\&.mainmenu\&.normal\&.text <color|#rrggbb> (default: black)
1742 Default text color\&.
1745 ui\&.colors\&.color\&.mainmenu\&.normal\&.background <color|#rrggbb> (default: white)
1747 Default background color\&.
1750 ui\&.colors\&.color\&.mainmenu\&.selected
1752 Selected main menu bar item colors\&.
1755 ui\&.colors\&.color\&.mainmenu\&.selected\&.text <color|#rrggbb> (default: green)
1757 Default text color\&.
1760 ui\&.colors\&.color\&.mainmenu\&.selected\&.background <color|#rrggbb> (default: black)
1762 Default background color\&.
1765 ui\&.colors\&.color\&.mainmenu\&.hotkey
1767 Main menu hotkey colors\&.
1770 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal
1772 Main menu unselected hotkey colors\&.
1775 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.text <color|#rrggbb> (default: darkred)
1777 Default text color\&.
1780 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.background <color|#rrggbb> (default: white)
1782 Default background color\&.
1785 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected
1787 Main menu selected hotkey colors\&.
1790 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.text <color|#rrggbb> (default: darkred)
1792 Default text color\&.
1795 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.background <color|#rrggbb> (default: green)
1797 Default background color\&.
1800 ui\&.colors\&.color\&.menu
1805 ui\&.colors\&.color\&.menu\&.normal
1807 Unselected menu item colors\&.
1810 ui\&.colors\&.color\&.menu\&.normal\&.text <color|#rrggbb> (default: black)
1812 Default text color\&.
1815 ui\&.colors\&.color\&.menu\&.normal\&.background <color|#rrggbb> (default: white)
1817 Default background color\&.
1820 ui\&.colors\&.color\&.menu\&.selected
1822 Selected menu item colors\&.
1825 ui\&.colors\&.color\&.menu\&.selected\&.text <color|#rrggbb> (default: black)
1827 Default text color\&.
1830 ui\&.colors\&.color\&.menu\&.selected\&.background <color|#rrggbb> (default: green)
1832 Default background color\&.
1835 ui\&.colors\&.color\&.menu\&.marked
1837 Marked menu item colors\&.
1840 ui\&.colors\&.color\&.menu\&.marked\&.text <color|#rrggbb> (default: red)
1842 Default text color\&.
1845 ui\&.colors\&.color\&.menu\&.marked\&.background <color|#rrggbb> (default: white)
1847 Default background color\&.
1850 ui\&.colors\&.color\&.menu\&.hotkey
1852 Menu item hotkey colors\&.
1855 ui\&.colors\&.color\&.menu\&.hotkey\&.normal
1857 Menu item unselected hotkey colors\&.
1860 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.text <color|#rrggbb> (default: darkred)
1862 Default text color\&.
1865 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.background <color|#rrggbb> (default: white)
1867 Default background color\&.
1870 ui\&.colors\&.color\&.menu\&.hotkey\&.selected
1872 Menu item selected hotkey colors\&.
1875 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.text <color|#rrggbb> (default: darkred)
1877 Default text color\&.
1880 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.background <color|#rrggbb> (default: green)
1882 Default background color\&.
1885 ui\&.colors\&.color\&.menu\&.frame
1887 Menu frame colors\&.
1890 ui\&.colors\&.color\&.menu\&.frame\&.text <color|#rrggbb> (default: black)
1892 Default text color\&.
1895 ui\&.colors\&.color\&.menu\&.frame\&.background <color|#rrggbb> (default: white)
1897 Default background color\&.
1900 ui\&.colors\&.color\&.dialog
1905 ui\&.colors\&.color\&.dialog\&.generic
1907 Generic dialog colors\&.
1910 ui\&.colors\&.color\&.dialog\&.generic\&.text <color|#rrggbb> (default: black)
1912 Default text color\&.
1915 ui\&.colors\&.color\&.dialog\&.generic\&.background <color|#rrggbb> (default: white)
1917 Default background color\&.
1920 ui\&.colors\&.color\&.dialog\&.frame
1922 Dialog frame colors\&.
1925 ui\&.colors\&.color\&.dialog\&.frame\&.text <color|#rrggbb> (default: black)
1927 Default text color\&.
1930 ui\&.colors\&.color\&.dialog\&.frame\&.background <color|#rrggbb> (default: white)
1932 Default background color\&.
1935 ui\&.colors\&.color\&.dialog\&.scrollbar
1940 ui\&.colors\&.color\&.dialog\&.scrollbar\&.text <color|#rrggbb> (default: black)
1942 Default text color\&.
1945 ui\&.colors\&.color\&.dialog\&.scrollbar\&.background <color|#rrggbb> (default: blue)
1947 Default background color\&.
1950 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected
1952 Scrollbar selected colors\&.
1955 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.text <color|#rrggbb> (default: black)
1957 Default text color\&.
1960 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.background <color|#rrggbb> (default: green)
1962 Default background color\&.
1965 ui\&.colors\&.color\&.dialog\&.title
1967 Dialog title colors\&.
1970 ui\&.colors\&.color\&.dialog\&.title\&.text <color|#rrggbb> (default: darkred)
1972 Default text color\&.
1975 ui\&.colors\&.color\&.dialog\&.title\&.background <color|#rrggbb> (default: white)
1977 Default background color\&.
1980 ui\&.colors\&.color\&.dialog\&.text
1982 Dialog text colors\&.
1985 ui\&.colors\&.color\&.dialog\&.text\&.text <color|#rrggbb> (default: black)
1987 Default text color\&.
1990 ui\&.colors\&.color\&.dialog\&.text\&.background <color|#rrggbb> (default: white)
1992 Default background color\&.
1995 ui\&.colors\&.color\&.dialog\&.checkbox
1997 Dialog checkbox colors\&.
2000 ui\&.colors\&.color\&.dialog\&.checkbox\&.text <color|#rrggbb> (default: darkred)
2002 Default text color\&.
2005 ui\&.colors\&.color\&.dialog\&.checkbox\&.background <color|#rrggbb> (default: white)
2007 Default background color\&.
2010 ui\&.colors\&.color\&.dialog\&.checkbox\-selected
2012 Dialog selected checkbox colors\&.
2015 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.text <color|#rrggbb> (default: yellow)
2017 Default text color\&.
2020 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.background <color|#rrggbb> (default: green)
2022 Default background color\&.
2025 ui\&.colors\&.color\&.dialog\&.checkbox\-label
2027 Dialog checkbox label colors\&.
2030 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.text <color|#rrggbb> (default: black)
2032 Default text color\&.
2035 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.background <color|#rrggbb> (default: white)
2037 Default background color\&.
2040 ui\&.colors\&.color\&.dialog\&.button
2042 Dialog button colors\&.
2045 ui\&.colors\&.color\&.dialog\&.button\&.text <color|#rrggbb> (default: white)
2047 Default text color\&.
2050 ui\&.colors\&.color\&.dialog\&.button\&.background <color|#rrggbb> (default: blue)
2052 Default background color\&.
2055 ui\&.colors\&.color\&.dialog\&.button\-selected
2057 Dialog selected button colors\&.
2060 ui\&.colors\&.color\&.dialog\&.button\-selected\&.text <color|#rrggbb> (default: yellow)
2062 Default text color\&.
2065 ui\&.colors\&.color\&.dialog\&.button\-selected\&.background <color|#rrggbb> (default: green)
2067 Default background color\&.
2070 ui\&.colors\&.color\&.dialog\&.button\-shortcut
2072 Dialog button colors\&.
2075 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.text <color|#rrggbb> (default: yellow)
2077 Default text color\&.
2080 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.background <color|#rrggbb> (default: blue)
2082 Default background color\&.
2085 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected
2087 Dialog selected button colors\&.
2090 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.text <color|#rrggbb> (default: white)
2092 Default text color\&.
2095 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.background <color|#rrggbb> (default: blue)
2097 Default background color\&.
2100 ui\&.colors\&.color\&.dialog\&.field
2102 Dialog text field colors\&.
2105 ui\&.colors\&.color\&.dialog\&.field\&.text <color|#rrggbb> (default: white)
2107 Default text color\&.
2110 ui\&.colors\&.color\&.dialog\&.field\&.background <color|#rrggbb> (default: blue)
2112 Default background color\&.
2115 ui\&.colors\&.color\&.dialog\&.field\-text
2117 Dialog field text colors\&.
2120 ui\&.colors\&.color\&.dialog\&.field\-text\&.text <color|#rrggbb> (default: yellow)
2122 Default text color\&.
2125 ui\&.colors\&.color\&.dialog\&.field\-text\&.background <color|#rrggbb> (default: blue)
2127 Default background color\&.
2130 ui\&.colors\&.color\&.dialog\&.meter
2132 Dialog meter colors\&.
2135 ui\&.colors\&.color\&.dialog\&.meter\&.text <color|#rrggbb> (default: white)
2137 Default text color\&.
2140 ui\&.colors\&.color\&.dialog\&.meter\&.background <color|#rrggbb> (default: blue)
2142 Default background color\&.
2145 ui\&.colors\&.color\&.dialog\&.shadow
2147 Dialog shadow colors (see ui\&.shadows option)\&.
2150 ui\&.colors\&.color\&.dialog\&.shadow\&.text <color|#rrggbb> (default: black)
2152 Default text color\&.
2155 ui\&.colors\&.color\&.dialog\&.shadow\&.background <color|#rrggbb> (default: black)
2157 Default background color\&.
2160 ui\&.colors\&.color\&.title
2165 ui\&.colors\&.color\&.title\&.title\-bar
2167 Generic title bar colors\&.
2170 ui\&.colors\&.color\&.title\&.title\-bar\&.text <color|#rrggbb> (default: black)
2172 Default text color\&.
2175 ui\&.colors\&.color\&.title\&.title\-bar\&.background <color|#rrggbb> (default: white)
2177 Default background color\&.
2180 ui\&.colors\&.color\&.title\&.title\-text
2182 Title bar text colors\&.
2185 ui\&.colors\&.color\&.title\&.title\-text\&.text <color|#rrggbb> (default: black)
2187 Default text color\&.
2190 ui\&.colors\&.color\&.title\&.title\-text\&.background <color|#rrggbb> (default: white)
2192 Default background color\&.
2195 ui\&.colors\&.color\&.status
2197 Status bar colors\&.
2200 ui\&.colors\&.color\&.status\&.status\-bar
2202 Generic status bar colors\&.
2205 ui\&.colors\&.color\&.status\&.status\-bar\&.text <color|#rrggbb> (default: black)
2207 Default text color\&.
2210 ui\&.colors\&.color\&.status\&.status\-bar\&.background <color|#rrggbb> (default: white)
2212 Default background color\&.
2215 ui\&.colors\&.color\&.status\&.status\-text
2217 Status bar text colors\&.
2220 ui\&.colors\&.color\&.status\&.status\-text\&.text <color|#rrggbb> (default: black)
2222 Default text color\&.
2225 ui\&.colors\&.color\&.status\&.status\-text\&.background <color|#rrggbb> (default: white)
2227 Default background color\&.
2230 ui\&.colors\&.color\&.tabs
2235 ui\&.colors\&.color\&.tabs\&.unvisited
2237 Tab colors for tabs that have not been selected since they completed loading\&.
2240 ui\&.colors\&.color\&.tabs\&.unvisited\&.text <color|#rrggbb> (default: darkblue)
2242 Default text color\&.
2245 ui\&.colors\&.color\&.tabs\&.unvisited\&.background <color|#rrggbb> (default: white)
2247 Default background color\&.
2250 ui\&.colors\&.color\&.tabs\&.normal
2252 Unselected tab colors\&.
2255 ui\&.colors\&.color\&.tabs\&.normal\&.text <color|#rrggbb> (default: black)
2257 Default text color\&.
2260 ui\&.colors\&.color\&.tabs\&.normal\&.background <color|#rrggbb> (default: white)
2262 Default background color\&.
2265 ui\&.colors\&.color\&.tabs\&.loading
2267 Tab colors for tabs that are loading in the background\&.
2270 ui\&.colors\&.color\&.tabs\&.loading\&.text <color|#rrggbb> (default: darkred)
2272 Default text color\&.
2275 ui\&.colors\&.color\&.tabs\&.loading\&.background <color|#rrggbb> (default: white)
2277 Default background color\&.
2280 ui\&.colors\&.color\&.tabs\&.selected
2282 Selected tab colors\&.
2285 ui\&.colors\&.color\&.tabs\&.selected\&.text <color|#rrggbb> (default: black)
2287 Default text color\&.
2290 ui\&.colors\&.color\&.tabs\&.selected\&.background <color|#rrggbb> (default: green)
2292 Default background color\&.
2295 ui\&.colors\&.color\&.tabs\&.separator
2297 Tab separator colors\&.
2300 ui\&.colors\&.color\&.tabs\&.separator\&.text <color|#rrggbb> (default: brown)
2302 Default text color\&.
2305 ui\&.colors\&.color\&.tabs\&.separator\&.background <color|#rrggbb> (default: white)
2307 Default background color\&.
2310 ui\&.colors\&.color\&.searched
2312 Searched string highlight colors\&.
2315 ui\&.colors\&.color\&.searched\&.text <color|#rrggbb> (default: black)
2317 Default text color\&.
2320 ui\&.colors\&.color\&.searched\&.background <color|#rrggbb> (default: lime)
2322 Default background color\&.
2327 Color settings for non\-color terminal\&.
2330 ui\&.colors\&.mono\&.mainmenu
2332 Main menu bar colors\&.
2335 ui\&.colors\&.mono\&.mainmenu\&.normal
2337 Unselected main menu bar item colors\&.
2340 ui\&.colors\&.mono\&.mainmenu\&.normal\&.text <color|#rrggbb> (default: black)
2342 Default text color\&.
2345 ui\&.colors\&.mono\&.mainmenu\&.normal\&.background <color|#rrggbb> (default: white)
2347 Default background color\&.
2350 ui\&.colors\&.mono\&.mainmenu\&.selected
2352 Selected main menu bar item colors\&.
2355 ui\&.colors\&.mono\&.mainmenu\&.selected\&.text <color|#rrggbb> (default: gray)
2357 Default text color\&.
2360 ui\&.colors\&.mono\&.mainmenu\&.selected\&.background <color|#rrggbb> (default: black)
2362 Default background color\&.
2365 ui\&.colors\&.mono\&.mainmenu\&.hotkey
2367 Main menu hotkey colors\&.
2370 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal
2372 Main menu unselected hotkey colors\&.
2375 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.text <color|#rrggbb> (default: black)
2377 Default text color\&.
2380 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.background <color|#rrggbb> (default: white)
2382 Default background color\&.
2385 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected
2387 Main menu selected hotkey colors\&.
2390 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.text <color|#rrggbb> (default: black)
2392 Default text color\&.
2395 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.background <color|#rrggbb> (default: white)
2397 Default background color\&.
2400 ui\&.colors\&.mono\&.menu
2405 ui\&.colors\&.mono\&.menu\&.normal
2407 Unselected menu item colors\&.
2410 ui\&.colors\&.mono\&.menu\&.normal\&.text <color|#rrggbb> (default: black)
2412 Default text color\&.
2415 ui\&.colors\&.mono\&.menu\&.normal\&.background <color|#rrggbb> (default: white)
2417 Default background color\&.
2420 ui\&.colors\&.mono\&.menu\&.selected
2422 Selected menu item colors\&.
2425 ui\&.colors\&.mono\&.menu\&.selected\&.text <color|#rrggbb> (default: gray)
2427 Default text color\&.
2430 ui\&.colors\&.mono\&.menu\&.selected\&.background <color|#rrggbb> (default: black)
2432 Default background color\&.
2435 ui\&.colors\&.mono\&.menu\&.marked
2437 Marked menu item colors\&.
2440 ui\&.colors\&.mono\&.menu\&.marked\&.text <color|#rrggbb> (default: gray)
2442 Default text color\&.
2445 ui\&.colors\&.mono\&.menu\&.marked\&.background <color|#rrggbb> (default: white)
2447 Default background color\&.
2450 ui\&.colors\&.mono\&.menu\&.hotkey
2452 Menu item hotkey colors\&.
2455 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal
2457 Menu item unselected hotkey colors\&.
2460 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.text <color|#rrggbb> (default: gray)
2462 Default text color\&.
2465 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.background <color|#rrggbb> (default: black)
2467 Default background color\&.
2470 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected
2472 Menu item selected hotkey colors\&.
2475 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.text <color|#rrggbb> (default: gray)
2477 Default text color\&.
2480 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.background <color|#rrggbb> (default: black)
2482 Default background color\&.
2485 ui\&.colors\&.mono\&.menu\&.frame
2487 Menu frame colors\&.
2490 ui\&.colors\&.mono\&.menu\&.frame\&.text <color|#rrggbb> (default: black)
2492 Default text color\&.
2495 ui\&.colors\&.mono\&.menu\&.frame\&.background <color|#rrggbb> (default: white)
2497 Default background color\&.
2500 ui\&.colors\&.mono\&.dialog
2505 ui\&.colors\&.mono\&.dialog\&.generic
2507 Generic dialog colors\&.
2510 ui\&.colors\&.mono\&.dialog\&.generic\&.text <color|#rrggbb> (default: black)
2512 Default text color\&.
2515 ui\&.colors\&.mono\&.dialog\&.generic\&.background <color|#rrggbb> (default: white)
2517 Default background color\&.
2520 ui\&.colors\&.mono\&.dialog\&.frame
2522 Dialog frame colors\&.
2525 ui\&.colors\&.mono\&.dialog\&.frame\&.text <color|#rrggbb> (default: black)
2527 Default text color\&.
2530 ui\&.colors\&.mono\&.dialog\&.frame\&.background <color|#rrggbb> (default: white)
2532 Default background color\&.
2535 ui\&.colors\&.mono\&.dialog\&.scrollbar
2540 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.text <color|#rrggbb> (default: white)
2542 Default text color\&.
2545 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.background <color|#rrggbb> (default: black)
2547 Default background color\&.
2550 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected
2552 Scrollbar selected colors\&.
2555 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.text <color|#rrggbb> (default: black)
2557 Default text color\&.
2560 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.background <color|#rrggbb> (default: white)
2562 Default background color\&.
2565 ui\&.colors\&.mono\&.dialog\&.title
2567 Dialog title colors\&.
2570 ui\&.colors\&.mono\&.dialog\&.title\&.text <color|#rrggbb> (default: gray)
2572 Default text color\&.
2575 ui\&.colors\&.mono\&.dialog\&.title\&.background <color|#rrggbb> (default: black)
2577 Default background color\&.
2580 ui\&.colors\&.mono\&.dialog\&.text
2582 Dialog text colors\&.
2585 ui\&.colors\&.mono\&.dialog\&.text\&.text <color|#rrggbb> (default: black)
2587 Default text color\&.
2590 ui\&.colors\&.mono\&.dialog\&.text\&.background <color|#rrggbb> (default: white)
2592 Default background color\&.
2595 ui\&.colors\&.mono\&.dialog\&.checkbox
2597 Dialog checkbox colors\&.
2600 ui\&.colors\&.mono\&.dialog\&.checkbox\&.text <color|#rrggbb> (default: black)
2602 Default text color\&.
2605 ui\&.colors\&.mono\&.dialog\&.checkbox\&.background <color|#rrggbb> (default: white)
2607 Default background color\&.
2610 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected
2612 Dialog selected checkbox colors\&.
2615 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.text <color|#rrggbb> (default: white)
2617 Default text color\&.
2620 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.background <color|#rrggbb> (default: black)
2622 Default background color\&.
2625 ui\&.colors\&.mono\&.dialog\&.checkbox\-label
2627 Dialog checkbox label colors\&.
2630 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.text <color|#rrggbb> (default: black)
2632 Default text color\&.
2635 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.background <color|#rrggbb> (default: white)
2637 Default background color\&.
2640 ui\&.colors\&.mono\&.dialog\&.button
2642 Dialog button colors\&.
2645 ui\&.colors\&.mono\&.dialog\&.button\&.text <color|#rrggbb> (default: black)
2647 Default text color\&.
2650 ui\&.colors\&.mono\&.dialog\&.button\&.background <color|#rrggbb> (default: white)
2652 Default background color\&.
2655 ui\&.colors\&.mono\&.dialog\&.button\-selected
2657 Dialog selected button colors\&.
2660 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.text <color|#rrggbb> (default: white)
2662 Default text color\&.
2665 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.background <color|#rrggbb> (default: black)
2667 Default background color\&.
2670 ui\&.colors\&.mono\&.dialog\&.button\-shortcut
2672 Dialog button colors\&.
2675 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.text <color|#rrggbb> (default: white)
2677 Default text color\&.
2680 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.background <color|#rrggbb> (default: black)
2682 Default background color\&.
2685 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected
2687 Dialog selected button colors\&.
2690 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.text <color|#rrggbb> (default: black)
2692 Default text color\&.
2695 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.background <color|#rrggbb> (default: white)
2697 Default background color\&.
2700 ui\&.colors\&.mono\&.dialog\&.field
2702 Dialog text field colors\&.
2705 ui\&.colors\&.mono\&.dialog\&.field\&.text <color|#rrggbb> (default: gray)
2707 Default text color\&.
2710 ui\&.colors\&.mono\&.dialog\&.field\&.background <color|#rrggbb> (default: black)
2712 Default background color\&.
2715 ui\&.colors\&.mono\&.dialog\&.field\-text
2717 Dialog field text colors\&.
2720 ui\&.colors\&.mono\&.dialog\&.field\-text\&.text <color|#rrggbb> (default: gray)
2722 Default text color\&.
2725 ui\&.colors\&.mono\&.dialog\&.field\-text\&.background <color|#rrggbb> (default: black)
2727 Default background color\&.
2730 ui\&.colors\&.mono\&.dialog\&.meter
2732 Dialog meter colors\&.
2735 ui\&.colors\&.mono\&.dialog\&.meter\&.text <color|#rrggbb> (default: gray)
2737 Default text color\&.
2740 ui\&.colors\&.mono\&.dialog\&.meter\&.background <color|#rrggbb> (default: black)
2742 Default background color\&.
2745 ui\&.colors\&.mono\&.dialog\&.shadow
2747 Dialog shadow colors (see ui\&.shadows option)\&.
2750 ui\&.colors\&.mono\&.dialog\&.shadow\&.text <color|#rrggbb> (default: black)
2752 Default text color\&.
2755 ui\&.colors\&.mono\&.dialog\&.shadow\&.background <color|#rrggbb> (default: black)
2757 Default background color\&.
2760 ui\&.colors\&.mono\&.title
2765 ui\&.colors\&.mono\&.title\&.title\-bar
2767 Generic title bar colors\&.
2770 ui\&.colors\&.mono\&.title\&.title\-bar\&.text <color|#rrggbb> (default: gray)
2772 Default text color\&.
2775 ui\&.colors\&.mono\&.title\&.title\-bar\&.background <color|#rrggbb> (default: black)
2777 Default background color\&.
2780 ui\&.colors\&.mono\&.title\&.title\-text
2782 Title bar text colors\&.
2785 ui\&.colors\&.mono\&.title\&.title\-text\&.text <color|#rrggbb> (default: gray)
2787 Default text color\&.
2790 ui\&.colors\&.mono\&.title\&.title\-text\&.background <color|#rrggbb> (default: black)
2792 Default background color\&.
2795 ui\&.colors\&.mono\&.status
2797 Status bar colors\&.
2800 ui\&.colors\&.mono\&.status\&.status\-bar
2802 Generic status bar colors\&.
2805 ui\&.colors\&.mono\&.status\&.status\-bar\&.text <color|#rrggbb> (default: black)
2807 Default text color\&.
2810 ui\&.colors\&.mono\&.status\&.status\-bar\&.background <color|#rrggbb> (default: white)
2812 Default background color\&.
2815 ui\&.colors\&.mono\&.status\&.status\-text
2817 Status bar text colors\&.
2820 ui\&.colors\&.mono\&.status\&.status\-text\&.text <color|#rrggbb> (default: black)
2822 Default text color\&.
2825 ui\&.colors\&.mono\&.status\&.status\-text\&.background <color|#rrggbb> (default: white)
2827 Default background color\&.
2830 ui\&.colors\&.mono\&.tabs
2835 ui\&.colors\&.mono\&.tabs\&.unvisited
2837 Tab colors for tabs that have not been selected since they completed loading\&.
2840 ui\&.colors\&.mono\&.tabs\&.unvisited\&.text <color|#rrggbb> (default: gray)
2842 Default text color\&.
2845 ui\&.colors\&.mono\&.tabs\&.unvisited\&.background <color|#rrggbb> (default: white)
2847 Default background color\&.
2850 ui\&.colors\&.mono\&.tabs\&.normal
2852 Unselected tab colors\&.
2855 ui\&.colors\&.mono\&.tabs\&.normal\&.text <color|#rrggbb> (default: black)
2857 Default text color\&.
2860 ui\&.colors\&.mono\&.tabs\&.normal\&.background <color|#rrggbb> (default: white)
2862 Default background color\&.
2865 ui\&.colors\&.mono\&.tabs\&.loading
2867 Tab colors for tabs that are loading in the background\&.
2870 ui\&.colors\&.mono\&.tabs\&.loading\&.text <color|#rrggbb> (default: gray)
2872 Default text color\&.
2875 ui\&.colors\&.mono\&.tabs\&.loading\&.background <color|#rrggbb> (default: white)
2877 Default background color\&.
2880 ui\&.colors\&.mono\&.tabs\&.selected
2882 Selected tab colors\&.
2885 ui\&.colors\&.mono\&.tabs\&.selected\&.text <color|#rrggbb> (default: gray)
2887 Default text color\&.
2890 ui\&.colors\&.mono\&.tabs\&.selected\&.background <color|#rrggbb> (default: black)
2892 Default background color\&.
2895 ui\&.colors\&.mono\&.tabs\&.separator
2897 Tab separator colors\&.
2900 ui\&.colors\&.mono\&.tabs\&.separator\&.text <color|#rrggbb> (default: gray)
2902 Default text color\&.
2905 ui\&.colors\&.mono\&.tabs\&.separator\&.background <color|#rrggbb> (default: white)
2907 Default background color\&.
2910 ui\&.colors\&.mono\&.searched
2912 Searched string highlight colors\&.
2915 ui\&.colors\&.mono\&.searched\&.text <color|#rrggbb> (default: black)
2917 Default text color\&.
2920 ui\&.colors\&.mono\&.searched\&.background <color|#rrggbb> (default: white)
2922 Default background color\&.
2927 Dialogs\-specific appearance and behaviour settings\&.
2930 ui\&.dialogs\&.listbox_min_height <num> (default: 10)
2932 Minimal height of the listbox widget (used e\&.g\&. for bookmarks or global history)\&.
2935 ui\&.dialogs\&.shadows [0|1] (default: 0)
2937 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 setup\&.h\&.
2940 ui\&.dialogs\&.underline_hotkeys [0|1] (default: 0)
2942 Whether to underline hotkeys in menus to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2945 ui\&.dialogs\&.underline_button_shortcuts [0|1] (default: 0)
2947 Whether to underline button shortcuts to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2952 LEDs (visual indicators) options\&.
2955 ui\&.leds\&.enable [0|1] (default: 1)
2957 Enable LEDs\&. These visual indicators will inform you about various states\&.
2962 Sessions settings\&.
2965 ui\&.sessions\&.auto_restore [0|1] (default: 0)
2967 Automatically restore the session at start\&. This feature requires bookmark support\&.
2970 ui\&.sessions\&.auto_save [0|1] (default: 0)
2972 Automatically save the session when quitting\&. This feature requires bookmark support\&.
2975 ui\&.sessions\&.auto_save_foldername <str> (default: "Auto saved session")
2977 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\&.
2980 ui\&.sessions\&.homepage <str> (default: "")
2982 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 WWW_\'HOME\' should be used as homepage URI instead\&.
2985 ui\&.sessions\&.keep_session_active [0|1] (default: 0)
2987 Keep the session active even if the last terminal exits\&.
2990 ui\&.sessions\&.snapshot [0|1] (default: 0)
2992 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\&.
2997 Window tabs settings\&.
3000 ui\&.tabs\&.show_bar <num> (default: 1)
3002 Show tabs bar on the screen:
3005 \h'-04'\(bu\h'+03'0: means never
3009 \h'-04'\(bu\h'+03'1: means only if two or more tabs are open
3013 \h'-04'\(bu\h'+03'2: means always
3017 ui\&.tabs\&.wraparound [0|1] (default: 1)
3019 When moving right from the last tab, jump to the first one, and vice versa\&.
3022 ui\&.tabs\&.confirm_close [0|1] (default: 0)
3024 When closing a tab show confirmation dialog\&.
3029 Timed action after certain interval of user inactivity\&. Someone can even find this useful, although you may not believe that\&.
3032 ui\&.timer\&.enable <num> (default: 0)
3034 Whether to enable the timer or not:
3037 \h'-04'\(bu\h'+03'0: is don\'t count down anything
3041 \h'-04'\(bu\h'+03'1: is count down, but don\'t show the timer
3045 \h'-04'\(bu\h'+03'2: is count down and show the timer near LEDs
3049 ui\&.timer\&.duration <num> (default: 86400)
3051 Inactivity timeout in seconds\&. The maximum of one day should be enough for just everyone (TM)\&.
3054 ui\&.timer\&.action <str> (default: "")
3056 Keybinding action to be triggered when timer reaches zero\&.
3059 ui\&.date_format <str> (default: "%b %e %H:%M")
3061 Date format to use in dialogs\&. See strftime(3)\&.
3064 ui\&.language <language> (default: "System")
3066 Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
3069 ui\&.show_status_bar [0|1] (default: 1)
3071 Show status bar on the screen\&.
3074 ui\&.show_title_bar [0|1] (default: 1)
3076 Show title bar on the screen\&.
3079 ui\&.startup_goto_dialog [0|1] (default: 1)
3081 Pop up goto dialog in newly created tabs when there\'s no homepage set\&. This means also showing goto dialog on startup\&.
3084 ui\&.success_msgbox [0|1] (default: 1)
3086 When you pressed a [ Save ] button in some manager, this option will make sure that a box confirming success of the operation will pop up\&.
3089 ui\&.window_title [0|1] (default: 1)
3091 Set the window title when running in a windowing environment in an xterm\-like terminal\&. This way the document\'s title is shown on the window titlebar\&.
3093 Generated using output from ELinks version 0\&.11\&.6\&.
3096 \fBelinks\fR(1), \fBelinkskeys\fR(5)