3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
5 .\" Manual: ELinks configuration file
6 .\" Source: ELinks 0.13.GIT
8 .TH "ELINKS\&.CONF" "5" "07/11/2009" "ELinks 0\&.13\&.GIT" "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>
20 set_domain <domain> <option> = <value>
22 bind "<keymap>" "<key>" = "<action>"
27 The elinks\&.conf file contains configuration information for ELinks\&. It can be used to configure the behaviour of ELinks in a wide variety of ways: protocol behaviour, keybindings, colors used for rendering and for the user interface\&.
29 It is read at startup and saved only when requested\&. All options described in this document can be fully configured from within ELinks so no editing of elinks\&.conf is needed\&.
31 Note that MIME\-related options used for specifying handlers of various MIME types are NOT described in this document\&. Documentation for these options can be found at the ELinks homepage\&. Keybindings can also be specified in elinks\&.conf\&. This is described in \fBelinkskeys\fR(5)\&.
34 The syntax of the configuration file is very simple\&. The elinks\&.conf file is a free\-form ASCII text file\&. The file may contain extra tabs and newlines for formatting purposes\&. Keywords in the file are case\-sensitive\&. Comments may be placed anywhere within the file (except within quotes)\&. Comments begin with the # character and end at the end of the line\&.
42 # Use asynchronous DNS resolver?
43 set connection\&.async_dns = 1
44 # horizontal text margin\&.
45 set document\&.browse\&.margin_width = 3
46 # Default document codepage\&.
47 set document\&.codepage\&.assume = "ISO\-8859\-1"
48 # User defined protocol handlers
49 set protocol\&.user\&.mailto\&.unix = "mutt %h \-s \e"%s\e""
53 Generated using output from ELinks version 0\&.13\&.GIT\&.
55 .SS "bookmarks (Bookmarks)"
58 bookmarks\&.file_format \fB<num>\fR (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
73 bookmarks\&.folder_state \fB[0|1]\fR (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
81 .SS "config (Configuration system)"
82 Configuration handling options\&.
84 config\&.comments \fB<num>\fR (default: 3)
86 Amount of comments automatically written to the config file:
89 \h'-04'\(bu\h'+03'0 is no comments are written
93 \h'-04'\(bu\h'+03'1 is only the "blurb" (name+type) is written
97 \h'-04'\(bu\h'+03'2 is only the description is written
101 \h'-04'\(bu\h'+03'3 is full comments are written
105 config\&.indentation \fB<num>\fR (default: 2)
107 Shift width of one indentation level in the configuration file\&. Zero means that no indentation is performed at all when saving the configuration\&.
110 config\&.saving_style \fB<num>\fR (default: 3)
112 Determines what happens when you tell
117 \h'-04'\(bu\h'+03'0 is only values of current options are altered
121 \h'-04'\(bu\h'+03'1 is values of current options are altered and missing options are added at the end of the file
125 \h'-04'\(bu\h'+03'2 is the configuration file is rewritten from scratch
129 \h'-04'\(bu\h'+03'3 is values of current options are altered and missing options CHANGED during this
131 session are added at the end of the file
135 config\&.i18n \fB[0|1]\fR (default: 0)
137 If set to 1, comments in the configuration file will be translated to the language used by UI\&. Note that if you have different language set in different terminals, the language used in the configuration file MAY be the same as on the terminal where you saved the file, but it should be generally considered unpredictable\&.
140 config\&.saving_style_w \fB[0|1]\fR (default: 0)
142 This is internal option used when displaying a warning about obsolete config\&.saving_style\&. You shouldn\'t touch it\&.
145 config\&.show_template \fB[0|1]\fR (default: 0)
147 Show template options in autocreated trees in the options manager and save them to the configuration file\&.
149 .SS "connection (Connections)"
150 Connection options\&.
152 connection\&.async_dns \fB[0|1]\fR (default: 1)
154 Whether to use asynchronous DNS resolving\&.
157 connection\&.max_connections \fB<num>\fR (default: 10)
159 Maximum number of concurrent connections\&.
162 connection\&.max_connections_to_host \fB<num>\fR (default: 2)
164 Maximum number of concurrent connections to a given host\&.
167 connection\&.receive_timeout \fB<num>\fR (default: 120)
169 Receive timeout (in seconds)\&.
172 connection\&.retries \fB<num>\fR (default: 3)
174 Number of tries to establish a connection\&. Zero means try forever\&.
177 connection\&.try_ipv4 \fB[0|1]\fR (default: 1)
179 Whether to try to connect to a host over IPv4\&. Note that if
180 connection\&.try_ipv6
181 is enabled too, it takes precedence\&. And better do not touch this at all unless you are sure what are you doing\&.
183 Note that you can also force a given protocol to be used on a per\-connection basis by using a URL in the style of e\&.g\&.
184 \fIhttp4://elinks\&.cz/\fR\&.
187 connection\&.try_ipv6 \fB[0|1]\fR (default: 1)
189 Whether to try to connect to a host over IPv6\&.
191 Note that you can also force a given protocol to be used on a per\-connection basis by using a URL in the style of e\&.g\&.
192 \fIhttp6://elinks\&.cz/\fR\&.
195 connection\&.unrestartable_receive_timeout \fB<num>\fR (default: 600)
197 Timeout for non\-restartable connections (in seconds)\&.
199 .SS "connection\&.ssl (SSL)"
202 connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
204 Verify the peer\'s SSL certificate\&. Note that this needs extensive configuration of OpenSSL by the user\&.
206 .SS "connection\&.ssl\&.client_cert (Client Certificates)"
207 X509 client certificate options\&.
209 connection\&.ssl\&.client_cert\&.enable \fB[0|1]\fR (default: 0)
211 Enable or not the sending of X509 client certificates to servers which request them\&.
214 connection\&.ssl\&.client_cert\&.file \fB<str>\fR (default: "")
216 The location of a file containing the client certificate and unencrypted private key in PEM format\&. If unset, the file pointed to by the
217 \fBX509_CLIENT_CERT\fR
218 variable is used instead\&.
220 .SS "cookies (Cookies)"
223 cookies\&.accept_policy \fB<num>\fR (default: 2)
225 Cookies accepting policy:
228 \h'-04'\(bu\h'+03'0 is accept no cookies
232 \h'-04'\(bu\h'+03'1 is ask for confirmation before accepting cookie
236 \h'-04'\(bu\h'+03'2 is accept all cookies
240 cookies\&.max_age \fB<num>\fR (default: \-1)
242 Cookie maximum age (in days):
245 \h'-04'\(bu\h'+03'\-1 is use cookie\'s expiration date if any
249 \h'-04'\(bu\h'+03'0 is force expiration at the end of session, ignoring cookie\'s expiration date
253 \h'-04'\(bu\h'+03'1+ is use cookie\'s expiration date, but limit age to the given number of days
257 cookies\&.paranoid_security \fB[0|1]\fR (default: 0)
259 When enabled, we\'ll require three dots in cookies domain for all non\-international domains (instead of just two dots)\&. Some countries have generic second level domains (eg\&. \&.com\&.pl, \&.co\&.uk) and allowing sites to set cookies for these generic domains could potentially be very bad\&. Note, it is off by default as it breaks a lot of sites\&.
262 cookies\&.save \fB[0|1]\fR (default: 1)
264 Whether cookies should be loaded from and saved to disk\&.
267 cookies\&.resave \fB[0|1]\fR (default: 1)
269 Save cookies after each change in cookies list? No effect when cookie saving (cookies\&.save) is off\&.
271 .SS "document (Document)"
274 .SS "document\&.browse (Browsing)"
275 Document browsing options (mainly interactivity)\&.
277 document\&.browse\&.margin_width \fB<num>\fR (default: 3)
279 Horizontal text margin\&.
282 document\&.browse\&.refresh \fB[0|1]\fR (default: 1)
284 Automatically follow document\-specified refresh directives (\'<meta> refresh\' tags)\&. Web\-page authors use these to instruct the browser to reload a document at a given interval or to load another page\&. Regardless of the value the refresh URI is accessible as a link\&.
287 document\&.browse\&.minimum_refresh_time
288 to control the minimum number of seconds a refresh will wait\&.
291 document\&.browse\&.minimum_refresh_time \fB<num>\fR (default: 1000)
293 The minimum number of milliseconds that should pass before refreshing\&. If set to zero the document refresh time is used unchanged\&. It can fix going back in history for some sites that use refreshing with zero values\&.
296 document\&.browse\&.table_move_order \fB[0|1]\fR (default: 0)
298 Move by columns in table, instead of rows\&.
300 .SS "document\&.browse\&.accesskey (Access keys)"
301 Options for handling of link access keys\&. An HTML document can use the ACCESSKEY attribute to assign an access key to an element\&. When an access key is pressed, the corresponding element will be given focus\&.
303 document\&.browse\&.accesskey\&.auto_follow \fB[0|1]\fR (default: 0)
305 Automatically follow a link or submit a form if appropriate accesskey is pressed \(en this is the standard behaviour, but it\'s considered dangerous\&.
308 document\&.browse\&.accesskey\&.display \fB[0|1]\fR (default: 0)
310 Display access key in link info\&.
313 document\&.browse\&.accesskey\&.priority \fB<num>\fR (default: 0)
315 Priority of \'accesskey\' HTML attribute:
318 \h'-04'\(bu\h'+03'0 is first try all normal bindings; if it fails, check accesskey
322 \h'-04'\(bu\h'+03'1 is first try only frame bindings; if it fails, check accesskey
326 \h'-04'\(bu\h'+03'2 is first check accesskey (this can be dangerous)
329 .SS "document\&.browse\&.forms (Forms)"
330 Options for handling of the forms interaction\&.
332 document\&.browse\&.forms\&.auto_submit \fB[0|1]\fR (default: 1)
334 Automagically submit a form when enter is pressed with a text field selected\&.
337 document\&.browse\&.forms\&.confirm_submit \fB[0|1]\fR (default: 1)
339 Ask for confirmation when submitting a form\&.
342 document\&.browse\&.forms\&.input_size \fB<num>\fR (default: 20)
344 Default form input size if none is specified\&.
347 document\&.browse\&.forms\&.insert_mode \fB[0|1]\fR (default: 1)
349 The setting for this option affects how key presses are handled when one selects a text\-input form\-field\&. When enabled, one must explicitly \'enter\' a selected text\-field to edit it; this prevents text fields from capturing key presses, such as presses of a scroll key, when it is inadvertently selected\&. When disabled, key presses are always inserted into a selected text field\&.
352 document\&.browse\&.forms\&.editor \fB<str>\fR (default: "")
354 Path to the executable that
356 should launch when the user requests to edit a textarea with an external editor\&.
360 will use the value of the environmental variable
369 document\&.browse\&.forms\&.show_formhist \fB[0|1]\fR (default: 0)
371 Ask if a login form should be saved to file or not\&. This option only disables the dialog, already saved login forms are unaffected\&.
373 .SS "document\&.browse\&.images (Images)"
374 Options for handling of images\&.
376 document\&.browse\&.images\&.display_style \fB<num>\fR (default: 2)
378 Display style for image tags when displayed:
381 \h'-04'\(bu\h'+03'0 means always display
386 \h'-04'\(bu\h'+03'1 means always display filename
390 \h'-04'\(bu\h'+03'2 means display
392 attribute if possible,
398 \h'-04'\(bu\h'+03'3 means display
400 attribute if possible, filename if not
404 document\&.browse\&.images\&.filename_maxlen \fB<num>\fR (default: 0)
406 Maximum length of image filename when displayed:
409 \h'-04'\(bu\h'+03'0 means always display full filename
413 \h'-04'\(bu\h'+03'1\-500 means display filename with this maximal length; if it is longer, the middle is substituted by an asterisk
417 document\&.browse\&.images\&.image_link_tagging \fB<num>\fR (default: 1)
419 When to enclose image links:
422 \h'-04'\(bu\h'+03'0 means never
426 \h'-04'\(bu\h'+03'1 means never if alt or title are provided (old behavior)
430 \h'-04'\(bu\h'+03'2 means always
434 document\&.browse\&.images\&.image_link_prefix \fB<str>\fR (default: "[")
436 Prefix string to use to mark image links\&.
439 document\&.browse\&.images\&.image_link_suffix \fB<str>\fR (default: "]")
441 Suffix string to use to mark image links\&.
444 document\&.browse\&.images\&.label_maxlen \fB<num>\fR (default: 0)
446 Maximum length of image label (alt/title):
449 \h'-04'\(bu\h'+03'0 means always display full label
453 \h'-04'\(bu\h'+03'1\-500 means display label with this maximal length; if it is longer, the middle is substituted by an asterisk
457 document\&.browse\&.images\&.show_as_links \fB[0|1]\fR (default: 0)
459 Display links to images without an
461 attribute\&. If this option is off, these images are completely invisible\&.
464 document\&.browse\&.images\&.show_any_as_links \fB[0|1]\fR (default: 1)
466 Display links to any images in the document, regardless of them having an
468 attribute or not\&. If this option is off, the alt attribute contents is shown, but as normal text, not selectable as a link\&.
470 .SS "document\&.browse\&.links (Links)"
471 Options for handling of links to other documents\&.
473 document\&.browse\&.links\&.color_dirs \fB[0|1]\fR (default: 1)
475 Highlight links to directories in FTP and local directory listing\&.
478 document\&.browse\&.links\&.numbering \fB[0|1]\fR (default: 0)
480 Display numbers next to the links\&.
483 document\&.browse\&.links\&.target_blank \fB<num>\fR (default: 0)
485 Define how to handle links having target=_blank set:
488 \h'-04'\(bu\h'+03'0 means open link in current tab
492 \h'-04'\(bu\h'+03'1 means open link in new tab in foreground
496 \h'-04'\(bu\h'+03'2 means open link in new tab in background
500 \h'-04'\(bu\h'+03'3 means open link in new window
504 document\&.browse\&.links\&.use_tabindex \fB[0|1]\fR (default: 1)
506 Whether to navigate links using tabindex specified ordering\&. The
508 attribute in HTML elements specifies the order in which links should receive focus when using the keyboard to navigate the document\&.
511 document\&.browse\&.links\&.missing_fragment \fB[0|1]\fR (default: 1)
513 Open a message box when document has no tag with given id\&.
516 document\&.browse\&.links\&.number_keys_select_link \fB<num>\fR (default: 1)
518 Number keys select links rather than specify command prefixes\&. This is a tristate:
521 \h'-04'\(bu\h'+03'0 means never
525 \h'-04'\(bu\h'+03'1 means if document\&.browse\&.links\&.numbering = 1
529 \h'-04'\(bu\h'+03'2 means always
533 document\&.browse\&.links\&.warn_malicious \fB[0|1]\fR (default: 1)
535 When following a link the user ID part of the URI is checked and if a maliciously crafted URI is detected a warning dialog will ask before following the link\&.
538 document\&.browse\&.links\&.wraparound \fB[0|1]\fR (default: 0)
540 When pressing \'down\' on the last link, jump to the first one, and vice versa\&.
542 .SS "document\&.browse\&.links\&.active_link (Active link)"
543 Options for the active link\&.
545 document\&.browse\&.links\&.active_link\&.enable_color \fB[0|1]\fR (default: 0)
547 Enable use of the active link background and text color settings instead of the link colors from the document\&.
550 document\&.browse\&.links\&.active_link\&.bold \fB[0|1]\fR (default: 0)
552 Make the active link text bold\&.
555 document\&.browse\&.links\&.active_link\&.invert \fB[0|1]\fR (default: 1)
557 Invert the fore\- and background color so the link stands out\&.
560 document\&.browse\&.links\&.active_link\&.underline \fB[0|1]\fR (default: 0)
562 Underline the active link\&.
564 .SS "document\&.browse\&.links\&.active_link\&.colors (Colors)"
565 Active link colors\&.
567 document\&.browse\&.links\&.active_link\&.colors\&.background \fB<color|#rrggbb>\fR (default: blue)
569 Default background color\&.
572 document\&.browse\&.links\&.active_link\&.colors\&.text \fB<color|#rrggbb>\fR (default: black)
574 Default text color\&.
576 .SS "document\&.browse\&.scrolling (Scrolling)"
579 document\&.browse\&.scrolling\&.horizontal_extended \fB[0|1]\fR (default: 1)
581 Whether to allow horizontal scrolling when the document does not extend off the screen\&. Useful for copy/paste operations\&.
584 document\&.browse\&.scrolling\&.horizontal_step \fB<num>\fR (default: 8)
586 Number of columns to scroll when a key bound to scroll\-left or scroll\-right is pressed and no prefix was given\&.
589 document\&.browse\&.scrolling\&.margin \fB<num>\fR (default: 3)
591 Size of the virtual margin \(en when you click inside of that margin, document scrolls in that direction\&.
594 document\&.browse\&.scrolling\&.vertical_step \fB<num>\fR (default: 2)
596 Number of lines to scroll when a key bound to scroll\-up or scroll\-down is pressed and no prefix was given\&.
598 .SS "document\&.browse\&.search (Searching)"
599 Options for searching\&.
601 document\&.browse\&.search\&.case \fB[0|1]\fR (default: 0)
603 Whether the search should match the document text while maintaining case sensitivity\&.
606 document\&.browse\&.search\&.regex \fB<num>\fR (default: 0)
608 Enable searching with regular expressions:
611 \h'-04'\(bu\h'+03'0 for plain text searching
615 \h'-04'\(bu\h'+03'1 for basic regular expression searches
619 \h'-04'\(bu\h'+03'2 for extended regular expression searches
623 document\&.browse\&.search\&.show_hit_top_bottom \fB[0|1]\fR (default: 1)
625 Whether to show a dialog when the search hits the top or bottom of the document\&.
628 document\&.browse\&.search\&.wraparound \fB[0|1]\fR (default: 1)
630 Wrap around when searching\&. Currently only used for typeahead\&.
633 document\&.browse\&.search\&.show_not_found \fB<num>\fR (default: 2)
635 How to inform the user when nothing is matched:
638 \h'-04'\(bu\h'+03'0 means do nothing
642 \h'-04'\(bu\h'+03'1 means beep the terminal
646 \h'-04'\(bu\h'+03'2 means pop up message box
650 document\&.browse\&.search\&.typeahead \fB<num>\fR (default: 0)
652 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\&.
655 \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
659 \h'-04'\(bu\h'+03'1 automatically starts typeahead searching thru link text
663 \h'-04'\(bu\h'+03'2 automatically starts typeahead searching thru all document text
666 .SS "document\&.cache (Cache)"
669 document\&.cache\&.cache_redirects \fB[0|1]\fR (default: 0)
671 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\&.
673 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\&.
676 document\&.cache\&.ignore_cache_control \fB[0|1]\fR (default: 1)
678 Ignore Cache\-Control and Pragma server headers\&. When set, the document is cached even with \'Cache\-Control: no\-cache\'\&.
681 document\&.cache\&.revalidation_interval \fB<num>\fR (default: \-1)
683 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\&.
685 A value of \-1 disables automatic revalidation\&.
687 .SS "document\&.cache\&.format (Formatted documents)"
688 Format cache options\&.
690 document\&.cache\&.format\&.size \fB<num>\fR (default: 5)
692 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
694 eating 90M, don\'t come complaining to us\&. ;\-)
696 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\&.)
698 .SS "document\&.cache\&.memory (Memory cache)"
699 Memory cache options\&.
701 document\&.cache\&.memory\&.size \fB<num>\fR (default: 1048576)
703 Memory cache size (in bytes)\&.
705 .SS "document\&.codepage (Charset)"
708 document\&.codepage\&.assume \fB<codepage>\fR (default: System)
710 Default document codepage\&. \'System\' stands for a codepage determined by a selected locale\&.
713 document\&.codepage\&.force_assumed \fB[0|1]\fR (default: 0)
715 Ignore charset info sent by server\&.
717 .SS "document\&.colors (Default color settings)"
718 Default document color settings\&.
720 document\&.colors\&.text \fB<color|#rrggbb>\fR (default: gray75)
722 Default text color\&.
725 document\&.colors\&.background \fB<color|#rrggbb>\fR (default: black)
727 Default background color\&.
730 document\&.colors\&.link \fB<color|#rrggbb>\fR (default: blue)
732 Default link color\&.
735 document\&.colors\&.vlink \fB<color|#rrggbb>\fR (default: yellow)
737 Default visited link color\&.
740 document\&.colors\&.image \fB<color|#rrggbb>\fR (default: darkolivegreen)
742 Default image link color\&.
745 document\&.colors\&.bookmark \fB<color|#rrggbb>\fR (default: hotpink)
747 Default bookmarked link color\&.
750 document\&.colors\&.dirs \fB<color|#rrggbb>\fR (default: yellow)
752 Default directory color\&.
755 document\&.browse\&.links\&.color_dirs
759 document\&.colors\&.increase_contrast \fB[0|1]\fR (default: 1)
761 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\&.
764 document\&.colors\&.ensure_contrast \fB[0|1]\fR (default: 1)
766 Makes sure that the back\- and foreground colors are never equal\&.
769 document\&.colors\&.use_document_colors \fB<num>\fR (default: 2)
771 Use colors specified in document:
774 \h'-04'\(bu\h'+03'0 is use always the default settings
778 \h'-04'\(bu\h'+03'1 is use document colors if available, except background
782 \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\&.
785 .SS "document\&.css (Cascading Style Sheets)"
786 Options concerning how to use CSS for styling documents\&.
788 document\&.css\&.enable \fB[0|1]\fR (default: 1)
790 Enable adding of CSS style info to documents\&.
793 document\&.css\&.ignore_display_none \fB[0|1]\fR (default: 1)
795 When enabled, elements are rendered, even when their display property has the value "none"\&. Because
796 ELinks\'s CSS support is still very incomplete, this setting can improve the way that some documents are rendered\&.
799 document\&.css\&.import \fB[0|1]\fR (default: 1)
801 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\&.
804 document\&.css\&.media \fB<str>\fR (default: "tty")
808 claims to support, separated with commas\&. The "all" type is implied\&. Currently, only ASCII characters work reliably here\&. See CSS2 section 7:
809 \fIhttp://www\&.w3\&.org/TR/1998/REC\-CSS2\-19980512/media\&.html\fR
812 document\&.css\&.stylesheet \fB<str>\fR (default: "")
814 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
815 ELinks\' home directory\&.
817 Leave as "" to use built\-in document styling\&.
819 .SS "document\&.download (Downloading)"
820 Options regarding files downloading and handling\&.
822 document\&.download\&.directory \fB<str>\fR (default: "\&./")
824 Default download directory\&.
827 document\&.download\&.set_original_time \fB[0|1]\fR (default: 0)
829 Set the timestamp of each downloaded file to the timestamp stored on the server\&.
832 document\&.download\&.overwrite \fB<num>\fR (default: 2)
834 Prevent overwriting the local files:
837 \h'-04'\(bu\h'+03'0 is files will silently be overwritten
841 \h'-04'\(bu\h'+03'1 is add a suffix \&.{number} (for example \'\&.1\') to the name
845 \h'-04'\(bu\h'+03'2 is ask the user
849 document\&.download\&.notify_bell \fB<num>\fR (default: 0)
851 Audio notification when download is completed:
854 \h'-04'\(bu\h'+03'0 is never
858 \h'-04'\(bu\h'+03'1 is when background notification is active
862 \h'-04'\(bu\h'+03'2 is always
865 .SS "document\&.dump (Dump output)"
866 Dump output options\&.
868 document\&.dump\&.codepage \fB<codepage>\fR (default: System)
870 Codepage used in dump output\&. \'System\' stands for a codepage determined by a selected locale\&.
873 document\&.dump\&.color_mode \fB<num>\fR (default: \-1)
875 Color mode for dumps\&.
877 Some modes may have been disabled at compile time\&. The Setup \-> Terminal options dialog lists the modes supported by this executable\&. If you select an unsupported mode,
884 \h'-04'\(bu\h'+03'\-1 is standard dump mode
888 \h'-04'\(bu\h'+03'0 is mono mode
892 \h'-04'\(bu\h'+03'1 is 16 color mode
896 \h'-04'\(bu\h'+03'2 is 88 color mode
900 \h'-04'\(bu\h'+03'3 is 256 color mode
904 \h'-04'\(bu\h'+03'4 is true color mode
908 document\&.dump\&.footer \fB<str>\fR (default: "")
910 Footer string used in dumps\&. %u is substituted by URL\&.
913 document\&.dump\&.header \fB<str>\fR (default: "")
915 Header string used in dumps\&. %u is substituted by URL\&.
918 document\&.dump\&.numbering \fB[0|1]\fR (default: 1)
920 Whether to print link numbers in dump output\&.
923 document\&.dump\&.references \fB[0|1]\fR (default: 1)
925 Whether to print references (URIs) of document links in dump output\&.
928 document\&.dump\&.separator \fB<str>\fR (default: " ")
930 String which separates two dumps\&.
933 document\&.dump\&.width \fB<num>\fR (default: 80)
935 Width of screen in characters when dumping documents\&.
937 .SS "document\&.history (History)"
940 document\&.history\&.keep_unhistory \fB[0|1]\fR (default: 1)
942 Keep unhistory ("forward history")\&.
944 .SS "document\&.history\&.global (Global history)"
945 Global history options\&.
947 document\&.history\&.global\&.enable \fB[0|1]\fR (default: 1)
949 Enable global history ("history of all pages visited")\&.
952 document\&.history\&.global\&.max_items \fB<num>\fR (default: 1024)
954 Maximum number of entries in the global history\&.
957 document\&.history\&.global\&.display_type \fB<num>\fR (default: 0)
959 What to display in global history dialog:
962 \h'-04'\(bu\h'+03'0 is URLs
966 \h'-04'\(bu\h'+03'1 is page titles
969 .SS "document\&.html (HTML rendering)"
970 Options concerning the display of HTML pages\&.
972 document\&.html\&.display_frames \fB[0|1]\fR (default: 1)
977 document\&.html\&.display_tables \fB[0|1]\fR (default: 1)
982 document\&.html\&.display_subs \fB[0|1]\fR (default: 1)
984 Display subscripts (as [thing])\&.
987 document\&.html\&.display_sups \fB[0|1]\fR (default: 1)
989 Display superscripts (as ^thing)\&.
992 document\&.html\&.link_display \fB<num>\fR (default: 2)
994 How to render <link> tags from the HTML header:
997 \h'-04'\(bu\h'+03'0 is nothing
1001 \h'-04'\(bu\h'+03'1 is title
1005 \h'-04'\(bu\h'+03'2 is name in addition
1009 \h'-04'\(bu\h'+03'3 is hreflang in addition
1013 \h'-04'\(bu\h'+03'4 is type in addition
1017 \h'-04'\(bu\h'+03'5 is everything
1021 document\&.html\&.underline_links \fB[0|1]\fR (default: 0)
1026 document\&.html\&.wrap_nbsp \fB[0|1]\fR (default: 0)
1028 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\&.
1030 .SS "document\&.plain (Plain rendering)"
1031 Options concerning the display of plain text pages\&.
1033 document\&.plain\&.display_links \fB[0|1]\fR (default: 0)
1035 Display URIs in the document as links\&.
1038 document\&.plain\&.compress_empty_lines \fB[0|1]\fR (default: 0)
1040 Compress successive empty lines to only one in displayed text\&.
1042 .SS "document\&.uri_passing (URI passing)"
1043 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\&.
1045 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\&.
1047 document\&.uri_passing\&._template_ \fB<str>\fR (default: "")
1049 A rule for passing URI to an external command\&. The format is:
1052 \h'-04'\(bu\h'+03'%c in the string means the current URL
1056 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1061 put single\- or double\-quotes around %c\&.
1063 .SS "ecmascript (ECMAScript)"
1064 ECMAScript options\&.
1066 ecmascript\&.enable \fB[0|1]\fR (default: 0)
1068 Whether to run those scripts inside of documents\&.
1071 ecmascript\&.error_reporting \fB[0|1]\fR (default: 0)
1073 Open a message box when a script reports an error\&.
1076 ecmascript\&.ignore_noscript \fB[0|1]\fR (default: 0)
1078 Whether to ignore content enclosed by the <noscript> tag when ECMAScript is enabled\&.
1081 ecmascript\&.max_exec_time \fB<num>\fR (default: 5)
1083 Maximum execution time in seconds for a script\&.
1086 ecmascript\&.block_window_opening \fB[0|1]\fR (default: 0)
1088 Whether to disallow scripts to open new windows or tabs\&.
1090 .SS "infofiles (Information files)"
1091 Options for information files in \fI~/\&.elinks\fR\&.
1093 infofiles\&.save_interval \fB<num>\fR (default: 300)
1095 Interval at which to trigger information files in
1097 to be saved to disk if they have changed (seconds; 0 to disable)
1100 infofiles\&.secure_save \fB[0|1]\fR (default: 1)
1102 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\&.
1104 Warning: some systems (ie\&. OS/2, Win32) require that destination file doesn\'t exist when
1106 is called, breaking atomicity, and reducing reliability of this feature\&.
1109 infofiles\&.secure_save_fsync \fB[0|1]\fR (default: 1)
1111 When using secure file saving, call
1112 \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\&.
1115 MIME\-related options (handlers of various MIME types)\&.
1117 mime\&.default_type \fB<str>\fR (default: "application/octet\-stream")
1119 Document MIME\-type to assume by default (when we are unable to guess it properly from known information about the document)\&.
1121 .SS "mime\&.extension (File extension associations)"
1122 Extension \(<> MIME type association\&.
1124 mime\&.extension\&._template_ \fB<str>\fR (default: "")
1126 MIME\-type matching this file extension (\'*\' is used here in place of \'\&.\')\&.
1128 .SS "mime\&.handler (File type handlers)"
1129 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\&.
1131 .SS "mime\&.handler\&._template_ (Template option folder)"
1132 Description of this handler\&.
1134 .SS "mime\&.handler\&._template_\&._template_ (Template option folder)"
1135 System\-specific handler description (ie\&. unix, unix\-xwin, \&.\&.\&.)\&.
1137 mime\&.handler\&._template_\&._template_\&.ask \fB[0|1]\fR (default: 1)
1139 Ask before opening\&.
1142 mime\&.handler\&._template_\&._template_\&.block \fB[0|1]\fR (default: 1)
1144 Block the terminal when the handler is running\&.
1147 mime\&.handler\&._template_\&._template_\&.program \fB<str>\fR (default: "")
1149 External viewer for this file type\&. \'%\' in this string will be substituted by a file name\&. Do
1151 put single\- or double\-quotes around the % sign\&.
1153 .SS "mime\&.mailcap (Mailcap)"
1154 Options for mailcap support\&.
1156 mime\&.mailcap\&.enable \fB[0|1]\fR (default: 1)
1158 Enable mailcap support\&.
1161 mime\&.mailcap\&.path \fB<str>\fR (default: "~/\&.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap:/usr/share/mailcap:/usr/share/misc/mailcap")
1163 Mailcap search path\&. Colon\-separated list of files\&. Leave as "" to use
1165 environment variable instead\&.
1168 mime\&.mailcap\&.ask \fB[0|1]\fR (default: 1)
1170 Ask before using the handlers defined by mailcap\&.
1173 mime\&.mailcap\&.description \fB<num>\fR (default: 0)
1175 Type of description to show in "what to do with this file" query dialog:
1178 \h'-04'\(bu\h'+03'0 is show "mailcap"
1182 \h'-04'\(bu\h'+03'1 is show program to be run
1186 \h'-04'\(bu\h'+03'2 is show mailcap description field if any; "mailcap" otherwise
1190 mime\&.mailcap\&.prioritize \fB[0|1]\fR (default: 1)
1192 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\&.
1194 .SS "mime\&.mimetypes (Mimetypes files)"
1195 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\&.
1197 mime\&.mimetypes\&.enable \fB[0|1]\fR (default: 1)
1204 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")
1208 files\&. Colon\-separated list of files\&.
1210 .SS "mime\&.type (MIME type associations)"
1211 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>)\&.
1213 .SS "mime\&.type\&._template_ (Template option folder)"
1214 Handler matching this MIME\-type class (\'*\' is used here in place of \'\&.\')\&.
1216 mime\&.type\&._template_\&._template_ \fB<str>\fR (default: "")
1218 Handler matching this MIME\-type name (\'*\' is used here in place of \'\&.\')\&.
1220 .SS "protocol (Protocols)"
1221 Protocol specific options\&.
1223 protocol\&.no_proxy \fB<str>\fR (default: "")
1225 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,
1227 environment variable is checked as well\&.
1229 .SS "protocol\&.bittorrent (BitTorrent)"
1230 BitTorrent specific options\&.
1232 protocol\&.bittorrent\&.piece_cache_size \fB<num>\fR (default: 1048576)
1234 The maximum amount of memory used to hold recently downloaded pieces\&.
1236 Set to 0 to have unlimited size\&.
1239 protocol\&.bittorrent\&.max_uploads \fB<num>\fR (default: 7)
1241 The maximum number of uploads to allow at once\&.
1244 protocol\&.bittorrent\&.min_uploads \fB<num>\fR (default: 2)
1246 The minimum number of uploads which should at least be used for new connections\&.
1249 protocol\&.bittorrent\&.request_queue_size \fB<num>\fR (default: 5)
1251 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\&.
1254 protocol\&.bittorrent\&.choke_interval \fB<num>\fR (default: 10)
1256 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\&.
1259 protocol\&.bittorrent\&.rarest_first_cutoff \fB<num>\fR (default: 4)
1261 The number of pieces to obtain before switching piece selection strategy from random to rarest first\&.
1264 protocol\&.bittorrent\&.allow_blacklist \fB[0|1]\fR (default: 1)
1266 Allow blacklisting of buggy peers\&.
1268 .SS "protocol\&.bittorrent\&.ports (Port range)"
1269 Port range allowed to be used for listening on\&.
1271 protocol\&.bittorrent\&.ports\&.min \fB<num>\fR (default: 6881)
1273 The minimum port to try and listen on\&.
1276 protocol\&.bittorrent\&.ports\&.max \fB<num>\fR (default: 6999)
1278 The maximum port to try and listen on\&.
1280 .SS "protocol\&.bittorrent\&.tracker (Tracker)"
1283 protocol\&.bittorrent\&.tracker\&.compact \fB[0|1]\fR (default: 0)
1285 Whether to request that the tracker returns peer info in compact format\&. Note, the compact format only supports IPv4 addresses\&.
1288 protocol\&.bittorrent\&.tracker\&.interval \fB<num>\fR (default: 0)
1290 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\&.
1293 protocol\&.bittorrent\&.tracker\&.ip_address \fB<str>\fR (default: "")
1295 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\&.
1298 protocol\&.bittorrent\&.tracker\&.key \fB<str>\fR (default: "")
1300 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\&.
1303 protocol\&.bittorrent\&.tracker\&.numwant \fB<num>\fR (default: 50)
1305 The maximum number of peers to request from the tracker\&. Set to 0 to use the server default\&.
1308 protocol\&.bittorrent\&.tracker\&.min_skip_size \fB<num>\fR (default: 20)
1310 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\&.
1312 .SS "protocol\&.bittorrent\&.peerwire (Peer\-wire)"
1313 Lowlevel peer\-wire options\&.
1315 protocol\&.bittorrent\&.peerwire\&.connections \fB<num>\fR (default: 55)
1317 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\&.
1320 protocol\&.bittorrent\&.peerwire\&.max_message_length \fB<num>\fR (default: 8388608)
1322 The maximum length of messages to accept over the wire\&. Larger values will cause the connection to be dropped\&.
1325 protocol\&.bittorrent\&.peerwire\&.max_request_length \fB<num>\fR (default: 8388608)
1327 The maximum length to allow for incoming requests\&. Larger requests will cause the connection to be dropped\&.
1330 protocol\&.bittorrent\&.peerwire\&.request_length \fB<num>\fR (default: 16384)
1332 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\&.
1335 protocol\&.bittorrent\&.peerwire\&.timeout \fB<num>\fR (default: 300)
1337 The number of seconds to wait before closing a socket on which nothing has been received or sent\&.
1340 protocol\&.bittorrent\&.peerwire\&.pool_size \fB<num>\fR (default: 55)
1342 Maximum number of items in the peer pool\&. The peer pool contains information used for establishing connections to new peers\&.
1344 Set to 0 to have unlimited size\&.
1346 .SS "protocol\&.file (Local files)"
1347 Options specific to local browsing\&.
1349 protocol\&.file\&.allow_special_files \fB[0|1]\fR (default: 0)
1351 Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading
1358 protocol\&.file\&.show_hidden_files \fB[0|1]\fR (default: 1)
1360 When set to false, files with name starting with a dot will be hidden in local directory listings\&.
1363 protocol\&.file\&.try_encoding_extensions \fB[0|1]\fR (default: 1)
1365 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\&.
1367 .SS "protocol\&.file\&.cgi (Local CGI)"
1368 Local CGI specific options\&.
1370 protocol\&.file\&.cgi\&.path \fB<str>\fR (default: "")
1372 Colon separated list of directories, where CGI scripts are stored\&.
1375 protocol\&.file\&.cgi\&.policy \fB[0|1]\fR (default: 0)
1377 Whether to execute local CGI scripts\&.
1379 .SS "protocol\&.ftp (FTP)"
1380 FTP specific options\&.
1382 protocol\&.ftp\&.anon_passwd \fB<str>\fR (default: "some@host\&.domain")
1384 FTP anonymous password to be sent\&.
1387 protocol\&.ftp\&.use_pasv \fB[0|1]\fR (default: 1)
1389 Use PASV instead of PORT (passive vs active mode, IPv4 only)\&.
1392 protocol\&.ftp\&.use_epsv \fB[0|1]\fR (default: 0)
1394 Use EPSV instead of EPRT (passive vs active mode, IPv6 only)\&.
1396 .SS "protocol\&.ftp\&.proxy (Proxy configuration)"
1397 FTP proxy configuration\&.
1399 protocol\&.ftp\&.proxy\&.host \fB<str>\fR (default: "")
1401 Host and port\-number (host:port) of the FTP proxy, or blank\&. If it\'s blank,
1403 environment variable is checked as well\&.
1405 .SS "protocol\&.http (HTTP)"
1406 HTTP\-specific options\&.
1408 protocol\&.http\&.accept_language \fB<str>\fR (default: "")
1410 Send Accept\-Language header\&.
1413 protocol\&.http\&.accept_ui_language \fB[0|1]\fR (default: 1)
1415 Request localised versions of documents from web\-servers (using the Accept\-Language header) using the language you have configured for
1416 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\&.
1419 protocol\&.http\&.compression \fB[0|1]\fR (default: 0)
1421 If enabled, the capability to receive compressed content (gzip and/or bzip2) is announced to the server, which usually sends the reply compressed, thus saving some bandwidth at slight CPU expense\&.
1425 displays a incomplete page or garbage, try disabling this option\&. If that helps, there may be a bug in the decompression part of
1426 ELinks\&. Please report such bugs\&.
1430 has been compiled without compression support, this option has no effect\&. To check the supported features, see Help \-> About\&.
1433 protocol\&.http\&.trace \fB[0|1]\fR (default: 0)
1435 If active, all HTTP requests are sent with TRACE as their method rather than GET or POST\&. This is useful for debugging of both
1437 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\&.
1440 protocol\&.http\&.user_agent \fB<str>\fR (default: "ELinks/%v (textmode; %s; %t\-%b)")
1442 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\&.
1444 Use " " if you don\'t want any User\-Agent header to be sent at all\&.
1447 \h'-04'\(bu\h'+03'%v in the string means
1453 \h'-04'\(bu\h'+03'%s in the string means system identification,
1457 \h'-04'\(bu\h'+03'%t in the string means size of the terminal,
1461 \h'-04'\(bu\h'+03'%b in the string means number of bars displayed by
1465 .SS "protocol\&.http\&.bugs (Server bug workarounds)"
1466 Server\-side HTTP bugs workarounds\&.
1468 protocol\&.http\&.bugs\&.accept_charset \fB[0|1]\fR (default: 1)
1470 The Accept\-Charset header is quite long and sending it can trigger bugs in some rarely found servers\&.
1473 protocol\&.http\&.bugs\&.allow_blacklist \fB[0|1]\fR (default: 1)
1475 Allow blacklisting of buggy servers\&.
1478 protocol\&.http\&.bugs\&.broken_302_redirect \fB[0|1]\fR (default: 1)
1480 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\&.
1483 protocol\&.http\&.bugs\&.post_no_keepalive \fB[0|1]\fR (default: 0)
1485 Disable keepalive connection after POST request\&.
1488 protocol\&.http\&.bugs\&.http10 \fB[0|1]\fR (default: 0)
1490 Use HTTP/1\&.0 protocol instead of HTTP/1\&.1\&.
1492 .SS "protocol\&.http\&.proxy (Proxy configuration)"
1493 HTTP proxy configuration\&.
1495 protocol\&.http\&.proxy\&.host \fB<str>\fR (default: "")
1497 Host and port\-number (host:port) of the HTTP proxy, or blank\&. If it\'s blank,
1499 environment variable is checked as well\&.
1502 protocol\&.http\&.proxy\&.user \fB<str>\fR (default: "")
1504 Proxy authentication username\&.
1507 protocol\&.http\&.proxy\&.passwd \fB<str>\fR (default: "")
1509 Proxy authentication password\&.
1511 .SS "protocol\&.http\&.referer (Referer sending)"
1512 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\&.
1514 protocol\&.http\&.referer\&.policy \fB<num>\fR (default: 3)
1516 Mode of sending HTTP referer:
1519 \h'-04'\(bu\h'+03'0 is send no referer
1523 \h'-04'\(bu\h'+03'1 is send current URL as referer
1527 \h'-04'\(bu\h'+03'2 is send fixed fake referer
1531 \h'-04'\(bu\h'+03'3 is send previous URL as referer (correct, but insecure)
1535 protocol\&.http\&.referer\&.fake \fB<str>\fR (default: "")
1537 Fake referer to be sent when policy is 2\&.
1539 .SS "protocol\&.https (HTTPS)"
1540 HTTPS\-specific options\&.
1542 .SS "protocol\&.https\&.proxy (Proxy configuration)"
1543 HTTPS proxy configuration\&.
1545 protocol\&.https\&.proxy\&.host \fB<str>\fR (default: "")
1547 Host and port\-number (host:port) of the HTTPS CONNECT proxy, or blank\&. If it\'s blank,
1549 environment variable is checked as well\&.
1551 .SS "protocol\&.nntp (NNTP)"
1552 NNTP and news specific options\&.
1554 protocol\&.nntp\&.server \fB<str>\fR (default: "")
1556 Used when resolving news: URIs\&. If set to the empty string the value of the
1558 environment variable will be used\&.
1561 protocol\&.nntp\&.header_entries \fB<str>\fR (default: "Subject,From,Date,Message\-ID,Newsgroups")
1563 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\&.
1565 .SS "protocol\&.rewrite (URI rewriting)"
1566 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\&.
1568 protocol\&.rewrite\&.default_template \fB<str>\fR (default: "")
1570 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\&.
1573 \h'-04'\(bu\h'+03'%c in the template means the current URL,
1577 \h'-04'\(bu\h'+03'%s in the template means the whole string from the goto dialog,
1581 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 mean the 1st,2nd,\&.\&.\&.,10th space\-delimited part of %s,
1585 \h'-04'\(bu\h'+03'%% in the template means \'%\'\&.
1589 protocol\&.rewrite\&.enable\-dumb \fB[0|1]\fR (default: 1)
1591 Enable dumb prefixes \(en simple URI abbreviations which can be written to the
1593 dialog instead of actual URIs \(en i\&.e\&. if you write \'elinks\' there, you are directed to
1594 \fIhttp://elinks\&.cz/\fR\&.
1597 protocol\&.rewrite\&.enable\-smart \fB[0|1]\fR (default: 1)
1599 Enable smart prefixes \(en URI templates triggered by writing given abbreviation to the
1601 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\'\&.
1603 .SS "protocol\&.rewrite\&.dumb (Dumb Prefixes)"
1604 Dumb prefixes, see enable\-dumb description for details\&.
1606 protocol\&.rewrite\&.dumb\&._template_ \fB<str>\fR (default: "")
1608 Replacement URI for this dumbprefix:
1611 \h'-04'\(bu\h'+03'%c in the string means the current URL
1615 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1618 .SS "protocol\&.rewrite\&.smart (Smart Prefixes)"
1619 Smart prefixes, see enable\-smart description for details\&.
1621 protocol\&.rewrite\&.smart\&._template_ \fB<str>\fR (default: "")
1623 Replacement URI for this smartprefix:
1626 \h'-04'\(bu\h'+03'%c in the string means the current URL
1630 \h'-04'\(bu\h'+03'%s in the string means the whole argument to smartprefix
1634 \h'-04'\(bu\h'+03'%0,%1,\&.\&.\&.,%9 means argument 0, 1, \&.\&.\&., 9
1638 \h'-04'\(bu\h'+03'%% in the string means \'%\'
1641 .SS "protocol\&.user (User protocols)"
1642 User protocols\&. Options in this tree specify external handlers for the appropriate protocols\&. Ie\&. protocol\&.user\&.mailto\&.unix\&.
1644 .SS "protocol\&.user\&._template_ (Template option folder)"
1645 Handler (external program) for this protocol\&. Name the options in this tree after your system (ie\&. unix, unix\-xwin)\&.
1647 protocol\&.user\&._template_\&._template_ \fB<str>\fR (default: "")
1649 Handler (external program) for this protocol and system\&.
1652 \h'-04'\(bu\h'+03'%f in the string means file name to include form data from
1656 \h'-04'\(bu\h'+03'%h in the string means hostname (or email address)
1660 \h'-04'\(bu\h'+03'%p in the string means port
1664 \h'-04'\(bu\h'+03'%d in the string means path (everything after the port)
1668 \h'-04'\(bu\h'+03'%s in the string means subject (?subject=<this>)
1672 \h'-04'\(bu\h'+03'%u in the string means the whole URL
1675 .SS "terminal (Terminals)"
1678 .SS "terminal\&._template_ (Template option folder)"
1679 Options specific to this terminal type (according to \fB$TERM\fR value)\&.
1681 terminal\&._template_\&.type \fB<num>\fR (default: 0)
1683 Terminal type; matters mostly only when drawing frames and dialog box borders:
1686 \h'-04'\(bu\h'+03'0 is dumb terminal type, ASCII art
1690 \h'-04'\(bu\h'+03'1 is VT100, simple but portable
1694 \h'-04'\(bu\h'+03'2 is Linux, you get double frames and other goodies
1698 \h'-04'\(bu\h'+03'3 is KOI\-8
1702 \h'-04'\(bu\h'+03'4 is FreeBSD
1706 \h'-04'\(bu\h'+03'5 is fbterm
1710 terminal\&._template_\&.latin1_title \fB[0|1]\fR (default: 1)
1712 When updating the window title of
1714 or a similar terminal emulator, encode the title in ISO\-8859\-1 (Latin\-1), rather than in the charset used for other text in the window\&. Cyrillic and other characters get replaced with Latin ones\&. Xterm requires this unless you explicitly enable UTF\-8 titles in it\&.
1716 If this option does not take effect immediately, try switching to a different page so that
1718 notices it needs to update the title\&.
1721 terminal\&._template_\&.m11_hack \fB[0|1]\fR (default: 0)
1723 Switch fonts when drawing lines, enabling both local characters and lines working at the same time\&.
1725 uses this option only if UTF\-8 I/O is disabled and the terminal type is Linux or FreeBSD\&.
1728 terminal\&._template_\&.utf_8_io \fB[0|1]\fR (default: 0)
1730 Enable I/O in UTF\-8 for Unicode terminals\&. Note that currently, only the subset of UTF\-8 according to terminal codepage is used\&.
1732 ignores this option if the terminal codepage is UTF\-8\&.
1735 terminal\&._template_\&.combine \fB[0|1]\fR (default: 0)
1737 Enable combining characters\&. It works only with the
1742 terminal\&._template_\&.restrict_852 \fB[0|1]\fR (default: 0)
1744 Restrict the characters used when drawing lines\&. Makes sense only with linux terminals using the cp850/852 character sets\&.
1747 terminal\&._template_\&.block_cursor \fB[0|1]\fR (default: 0)
1749 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\&.
1752 terminal\&._template_\&.colors \fB<num>\fR (default: 0)
1754 The color mode controls what colors are used and how they are output to the terminal\&.
1756 Some modes may have been disabled at compile time\&. The Setup \-> Terminal options dialog lists the modes supported by this executable\&. If you select an unsupported mode,
1760 The color modes are:
1763 \h'-04'\(bu\h'+03'0 is mono mode, only 2 colors are used
1767 \h'-04'\(bu\h'+03'1 is 16 color mode, uses the common ANSI colors
1771 \h'-04'\(bu\h'+03'2 is 88 color mode, uses XTerm RGB codes
1775 \h'-04'\(bu\h'+03'3 is 256 color mode, uses XTerm RGB codes
1779 \h'-04'\(bu\h'+03'4 is true color mode, uses konsole RGB codes
1783 terminal\&._template_\&.transparency \fB[0|1]\fR (default: 0)
1785 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
1789 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\&.
1792 terminal\&._template_\&.italic \fB[0|1]\fR (default: 0)
1794 If we should use italics\&.
1797 terminal\&._template_\&.underline \fB[0|1]\fR (default: 0)
1799 If we should use underline or enhance the color instead\&.
1802 terminal\&._template_\&.charset \fB<codepage>\fR (default: System)
1804 Codepage of charset used for displaying content on terminal\&. \'System\' stands for a codepage determined by a selected locale\&.
1806 .SS "ui (User interface)"
1807 User interface options\&.
1809 ui\&.date_format \fB<str>\fR (default: "%b %e %H:%M")
1811 Date format to use in dialogs\&. See
1812 \fBstrftime\fR(3)\&.
1815 ui\&.language \fB<language>\fR (default: "System")
1817 Language of user interface\&. \'System\' means that the language will be extracted from the environment dynamically\&.
1820 ui\&.show_menu_bar_always \fB[0|1]\fR (default: 0)
1822 Always show menu bar on the screen\&.
1825 ui\&.show_status_bar \fB[0|1]\fR (default: 1)
1827 Show status bar on the screen\&.
1830 ui\&.show_title_bar \fB[0|1]\fR (default: 1)
1832 Show title bar on the screen\&.
1835 ui\&.startup_goto_dialog \fB[0|1]\fR (default: 1)
1837 Pop up goto dialog in newly created tabs when there\'s no homepage set\&. This means also showing goto dialog on startup\&.
1840 ui\&.success_msgbox \fB[0|1]\fR (default: 1)
1844 button in some manager, this option will make sure that a box confirming success of the operation will pop up\&.
1847 ui\&.window_title \fB[0|1]\fR (default: 1)
1849 Set the window title when running in a windowing environment in an
1850 \fBxterm\fR\-like terminal\&. This way the document\'s title is shown on the window titlebar\&.
1852 .SS "ui\&.clock (Clock)"
1853 Digital clock in the status bar\&.
1855 ui\&.clock\&.enable \fB[0|1]\fR (default: 0)
1857 Whether to display a digital clock in the status bar\&.
1860 ui\&.clock\&.format \fB<str>\fR (default: "[%H:%M]")
1862 Format string for the digital clock\&. See the
1864 manpage for details\&.
1866 .SS "ui\&.colors (Color settings)"
1867 Default user interface color settings\&.
1869 .SS "ui\&.colors\&.color (Color terminals)"
1870 Color settings for color terminal\&.
1872 .SS "ui\&.colors\&.color\&.mainmenu (Main menu bar)"
1873 Main menu bar colors\&.
1875 .SS "ui\&.colors\&.color\&.mainmenu\&.normal (Unselected main menu bar item)"
1876 Unselected main menu bar item colors\&.
1878 ui\&.colors\&.color\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1880 Default text color\&.
1883 ui\&.colors\&.color\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1885 Default background color\&.
1887 .SS "ui\&.colors\&.color\&.mainmenu\&.selected (Selected main menu bar item)"
1888 Selected main menu bar item colors\&.
1890 ui\&.colors\&.color\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: green)
1892 Default text color\&.
1895 ui\&.colors\&.color\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
1897 Default background color\&.
1899 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey (Hotkey)"
1900 Main menu hotkey colors\&.
1902 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
1903 Main menu unselected hotkey colors\&.
1905 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1907 Default text color\&.
1910 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1912 Default background color\&.
1914 .SS "ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
1915 Main menu selected hotkey colors\&.
1917 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1919 Default text color\&.
1922 ui\&.colors\&.color\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1924 Default background color\&.
1926 .SS "ui\&.colors\&.color\&.menu (Menu bar)"
1929 .SS "ui\&.colors\&.color\&.menu\&.normal (Unselected menu item)"
1930 Unselected menu item colors\&.
1932 ui\&.colors\&.color\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
1934 Default text color\&.
1937 ui\&.colors\&.color\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1939 Default background color\&.
1941 .SS "ui\&.colors\&.color\&.menu\&.selected (Selected menu item)"
1942 Selected menu item colors\&.
1944 ui\&.colors\&.color\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
1946 Default text color\&.
1949 ui\&.colors\&.color\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1951 Default background color\&.
1953 .SS "ui\&.colors\&.color\&.menu\&.marked (Marked menu item)"
1954 Marked menu item colors\&.
1956 ui\&.colors\&.color\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: red)
1958 Default text color\&.
1961 ui\&.colors\&.color\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
1963 Default background color\&.
1965 .SS "ui\&.colors\&.color\&.menu\&.hotkey (Hotkey)"
1966 Menu item hotkey colors\&.
1968 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.normal (Unselected hotkey)"
1969 Menu item unselected hotkey colors\&.
1971 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: darkred)
1973 Default text color\&.
1976 ui\&.colors\&.color\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
1978 Default background color\&.
1980 .SS "ui\&.colors\&.color\&.menu\&.hotkey\&.selected (Selected hotkey)"
1981 Menu item selected hotkey colors\&.
1983 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: darkred)
1985 Default text color\&.
1988 ui\&.colors\&.color\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
1990 Default background color\&.
1992 .SS "ui\&.colors\&.color\&.menu\&.frame (Menu frame)"
1993 Menu frame colors\&.
1995 ui\&.colors\&.color\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
1997 Default text color\&.
2000 ui\&.colors\&.color\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2002 Default background color\&.
2004 .SS "ui\&.colors\&.color\&.dialog (Dialog)"
2007 .SS "ui\&.colors\&.color\&.dialog\&.generic (Generic)"
2008 Generic dialog colors\&.
2010 ui\&.colors\&.color\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2012 Default text color\&.
2015 ui\&.colors\&.color\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2017 Default background color\&.
2019 .SS "ui\&.colors\&.color\&.dialog\&.frame (Frame)"
2020 Dialog frame colors\&.
2022 ui\&.colors\&.color\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2024 Default text color\&.
2027 ui\&.colors\&.color\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2029 Default background color\&.
2031 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar (Scrollbar)"
2034 ui\&.colors\&.color\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: black)
2036 Default text color\&.
2039 ui\&.colors\&.color\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: blue)
2041 Default background color\&.
2043 .SS "ui\&.colors\&.color\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2044 Scrollbar selected colors\&.
2046 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2048 Default text color\&.
2051 ui\&.colors\&.color\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2053 Default background color\&.
2055 .SS "ui\&.colors\&.color\&.dialog\&.title (Title)"
2056 Dialog title colors\&.
2058 ui\&.colors\&.color\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: darkred)
2060 Default text color\&.
2063 ui\&.colors\&.color\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: white)
2065 Default background color\&.
2067 .SS "ui\&.colors\&.color\&.dialog\&.text (Text)"
2068 Dialog text colors\&.
2070 ui\&.colors\&.color\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2072 Default text color\&.
2075 ui\&.colors\&.color\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2077 Default background color\&.
2079 .SS "ui\&.colors\&.color\&.dialog\&.checkbox (Checkbox)"
2080 Dialog checkbox colors\&.
2082 ui\&.colors\&.color\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: darkred)
2084 Default text color\&.
2087 ui\&.colors\&.color\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2089 Default background color\&.
2091 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-selected (Selected checkbox)"
2092 Dialog selected checkbox colors\&.
2094 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2096 Default text color\&.
2099 ui\&.colors\&.color\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2101 Default background color\&.
2103 .SS "ui\&.colors\&.color\&.dialog\&.checkbox\-label (Checkbox label)"
2104 Dialog checkbox label colors\&.
2106 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2108 Default text color\&.
2111 ui\&.colors\&.color\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2113 Default background color\&.
2115 .SS "ui\&.colors\&.color\&.dialog\&.button (Button)"
2116 Dialog button colors\&.
2118 ui\&.colors\&.color\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: white)
2120 Default text color\&.
2123 ui\&.colors\&.color\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: blue)
2125 Default background color\&.
2127 .SS "ui\&.colors\&.color\&.dialog\&.button\-selected (Selected button)"
2128 Dialog selected button colors\&.
2130 ui\&.colors\&.color\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: yellow)
2132 Default text color\&.
2135 ui\&.colors\&.color\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: green)
2137 Default background color\&.
2139 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut (Button shortcut)"
2140 Dialog button colors\&.
2142 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: yellow)
2144 Default text color\&.
2147 ui\&.colors\&.color\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: blue)
2149 Default background color\&.
2151 .SS "ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2152 Dialog selected button colors\&.
2154 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2156 Default text color\&.
2159 ui\&.colors\&.color\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: blue)
2161 Default background color\&.
2163 .SS "ui\&.colors\&.color\&.dialog\&.field (Text field)"
2164 Dialog text field colors\&.
2166 ui\&.colors\&.color\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: white)
2168 Default text color\&.
2171 ui\&.colors\&.color\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: blue)
2173 Default background color\&.
2175 .SS "ui\&.colors\&.color\&.dialog\&.field\-text (Text field text)"
2176 Dialog field text colors\&.
2178 ui\&.colors\&.color\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: yellow)
2180 Default text color\&.
2183 ui\&.colors\&.color\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: blue)
2185 Default background color\&.
2187 .SS "ui\&.colors\&.color\&.dialog\&.meter (Meter)"
2188 Dialog meter colors\&.
2190 ui\&.colors\&.color\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: white)
2192 Default text color\&.
2195 ui\&.colors\&.color\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: blue)
2197 Default background color\&.
2199 .SS "ui\&.colors\&.color\&.dialog\&.shadow (Shadow)"
2200 Dialog shadow colors (see ui\&.shadows option)\&.
2202 ui\&.colors\&.color\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2204 Default text color\&.
2207 ui\&.colors\&.color\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2209 Default background color\&.
2211 .SS "ui\&.colors\&.color\&.title (Title bar)"
2214 .SS "ui\&.colors\&.color\&.title\&.title\-bar (Generic title bar)"
2215 Generic title bar colors\&.
2217 ui\&.colors\&.color\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2219 Default text color\&.
2222 ui\&.colors\&.color\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2224 Default background color\&.
2226 .SS "ui\&.colors\&.color\&.title\&.title\-text (Title bar text)"
2227 Title bar text colors\&.
2229 ui\&.colors\&.color\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2231 Default text color\&.
2234 ui\&.colors\&.color\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2236 Default background color\&.
2238 .SS "ui\&.colors\&.color\&.status (Status bar)"
2239 Status bar colors\&.
2241 .SS "ui\&.colors\&.color\&.status\&.status\-bar (Generic status bar)"
2242 Generic status bar colors\&.
2244 ui\&.colors\&.color\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2246 Default text color\&.
2249 ui\&.colors\&.color\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2251 Default background color\&.
2253 .SS "ui\&.colors\&.color\&.status\&.status\-text (Status bar text)"
2254 Status bar text colors\&.
2256 ui\&.colors\&.color\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2258 Default text color\&.
2261 ui\&.colors\&.color\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2263 Default background color\&.
2265 .SS "ui\&.colors\&.color\&.tabs (Tabs bar)"
2268 .SS "ui\&.colors\&.color\&.tabs\&.unvisited (Unvisited tab)"
2269 Tab colors for tabs that have not been selected since they completed loading\&.
2271 ui\&.colors\&.color\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: darkblue)
2273 Default text color\&.
2276 ui\&.colors\&.color\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2278 Default background color\&.
2280 .SS "ui\&.colors\&.color\&.tabs\&.normal (Unselected tab)"
2281 Unselected tab colors\&.
2283 ui\&.colors\&.color\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2285 Default text color\&.
2288 ui\&.colors\&.color\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2290 Default background color\&.
2292 .SS "ui\&.colors\&.color\&.tabs\&.loading (Loading tab)"
2293 Tab colors for tabs that are loading in the background\&.
2295 ui\&.colors\&.color\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: darkred)
2297 Default text color\&.
2300 ui\&.colors\&.color\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2302 Default background color\&.
2304 .SS "ui\&.colors\&.color\&.tabs\&.selected (Selected tab)"
2305 Selected tab colors\&.
2307 ui\&.colors\&.color\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2309 Default text color\&.
2312 ui\&.colors\&.color\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: green)
2314 Default background color\&.
2316 .SS "ui\&.colors\&.color\&.tabs\&.separator (Tab separator)"
2317 Tab separator colors\&.
2319 ui\&.colors\&.color\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: brown)
2321 Default text color\&.
2324 ui\&.colors\&.color\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2326 Default background color\&.
2328 .SS "ui\&.colors\&.color\&.searched (Searched strings)"
2329 Searched string highlight colors\&.
2331 ui\&.colors\&.color\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2333 Default text color\&.
2336 ui\&.colors\&.color\&.searched\&.background \fB<color|#rrggbb>\fR (default: lime)
2338 Default background color\&.
2340 .SS "ui\&.colors\&.mono (Non\-color terminals)"
2341 Color settings for non\-color terminal\&.
2343 .SS "ui\&.colors\&.mono\&.mainmenu (Main menu bar)"
2344 Main menu bar colors\&.
2346 .SS "ui\&.colors\&.mono\&.mainmenu\&.normal (Unselected main menu bar item)"
2347 Unselected main menu bar item colors\&.
2349 ui\&.colors\&.mono\&.mainmenu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2351 Default text color\&.
2354 ui\&.colors\&.mono\&.mainmenu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2356 Default background color\&.
2358 .SS "ui\&.colors\&.mono\&.mainmenu\&.selected (Selected main menu bar item)"
2359 Selected main menu bar item colors\&.
2361 ui\&.colors\&.mono\&.mainmenu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2363 Default text color\&.
2366 ui\&.colors\&.mono\&.mainmenu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2368 Default background color\&.
2370 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey (Hotkey)"
2371 Main menu hotkey colors\&.
2373 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal (Unselected hotkey)"
2374 Main menu unselected hotkey colors\&.
2376 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2378 Default text color\&.
2381 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2383 Default background color\&.
2385 .SS "ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected (Selected hotkey)"
2386 Main menu selected hotkey colors\&.
2388 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: black)
2390 Default text color\&.
2393 ui\&.colors\&.mono\&.mainmenu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: white)
2395 Default background color\&.
2397 .SS "ui\&.colors\&.mono\&.menu (Menu bar)"
2400 .SS "ui\&.colors\&.mono\&.menu\&.normal (Unselected menu item)"
2401 Unselected menu item colors\&.
2403 ui\&.colors\&.mono\&.menu\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2405 Default text color\&.
2408 ui\&.colors\&.mono\&.menu\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2410 Default background color\&.
2412 .SS "ui\&.colors\&.mono\&.menu\&.selected (Selected menu item)"
2413 Selected menu item colors\&.
2415 ui\&.colors\&.mono\&.menu\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2417 Default text color\&.
2420 ui\&.colors\&.mono\&.menu\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2422 Default background color\&.
2424 .SS "ui\&.colors\&.mono\&.menu\&.marked (Marked menu item)"
2425 Marked menu item colors\&.
2427 ui\&.colors\&.mono\&.menu\&.marked\&.text \fB<color|#rrggbb>\fR (default: gray)
2429 Default text color\&.
2432 ui\&.colors\&.mono\&.menu\&.marked\&.background \fB<color|#rrggbb>\fR (default: white)
2434 Default background color\&.
2436 .SS "ui\&.colors\&.mono\&.menu\&.hotkey (Hotkey)"
2437 Menu item hotkey colors\&.
2439 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.normal (Unselected hotkey)"
2440 Menu item unselected hotkey colors\&.
2442 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.text \fB<color|#rrggbb>\fR (default: gray)
2444 Default text color\&.
2447 ui\&.colors\&.mono\&.menu\&.hotkey\&.normal\&.background \fB<color|#rrggbb>\fR (default: black)
2449 Default background color\&.
2451 .SS "ui\&.colors\&.mono\&.menu\&.hotkey\&.selected (Selected hotkey)"
2452 Menu item selected hotkey colors\&.
2454 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2456 Default text color\&.
2459 ui\&.colors\&.mono\&.menu\&.hotkey\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2461 Default background color\&.
2463 .SS "ui\&.colors\&.mono\&.menu\&.frame (Menu frame)"
2464 Menu frame colors\&.
2466 ui\&.colors\&.mono\&.menu\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2468 Default text color\&.
2471 ui\&.colors\&.mono\&.menu\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2473 Default background color\&.
2475 .SS "ui\&.colors\&.mono\&.dialog (Dialog)"
2478 .SS "ui\&.colors\&.mono\&.dialog\&.generic (Generic)"
2479 Generic dialog colors\&.
2481 ui\&.colors\&.mono\&.dialog\&.generic\&.text \fB<color|#rrggbb>\fR (default: black)
2483 Default text color\&.
2486 ui\&.colors\&.mono\&.dialog\&.generic\&.background \fB<color|#rrggbb>\fR (default: white)
2488 Default background color\&.
2490 .SS "ui\&.colors\&.mono\&.dialog\&.frame (Frame)"
2491 Dialog frame colors\&.
2493 ui\&.colors\&.mono\&.dialog\&.frame\&.text \fB<color|#rrggbb>\fR (default: black)
2495 Default text color\&.
2498 ui\&.colors\&.mono\&.dialog\&.frame\&.background \fB<color|#rrggbb>\fR (default: white)
2500 Default background color\&.
2502 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar (Scrollbar)"
2505 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.text \fB<color|#rrggbb>\fR (default: white)
2507 Default text color\&.
2510 ui\&.colors\&.mono\&.dialog\&.scrollbar\&.background \fB<color|#rrggbb>\fR (default: black)
2512 Default background color\&.
2514 .SS "ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected (Selected scrollbar)"
2515 Scrollbar selected colors\&.
2517 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2519 Default text color\&.
2522 ui\&.colors\&.mono\&.dialog\&.scrollbar\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2524 Default background color\&.
2526 .SS "ui\&.colors\&.mono\&.dialog\&.title (Title)"
2527 Dialog title colors\&.
2529 ui\&.colors\&.mono\&.dialog\&.title\&.text \fB<color|#rrggbb>\fR (default: gray)
2531 Default text color\&.
2534 ui\&.colors\&.mono\&.dialog\&.title\&.background \fB<color|#rrggbb>\fR (default: black)
2536 Default background color\&.
2538 .SS "ui\&.colors\&.mono\&.dialog\&.text (Text)"
2539 Dialog text colors\&.
2541 ui\&.colors\&.mono\&.dialog\&.text\&.text \fB<color|#rrggbb>\fR (default: black)
2543 Default text color\&.
2546 ui\&.colors\&.mono\&.dialog\&.text\&.background \fB<color|#rrggbb>\fR (default: white)
2548 Default background color\&.
2550 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox (Checkbox)"
2551 Dialog checkbox colors\&.
2553 ui\&.colors\&.mono\&.dialog\&.checkbox\&.text \fB<color|#rrggbb>\fR (default: black)
2555 Default text color\&.
2558 ui\&.colors\&.mono\&.dialog\&.checkbox\&.background \fB<color|#rrggbb>\fR (default: white)
2560 Default background color\&.
2562 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-selected (Selected checkbox)"
2563 Dialog selected checkbox colors\&.
2565 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2567 Default text color\&.
2570 ui\&.colors\&.mono\&.dialog\&.checkbox\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2572 Default background color\&.
2574 .SS "ui\&.colors\&.mono\&.dialog\&.checkbox\-label (Checkbox label)"
2575 Dialog checkbox label colors\&.
2577 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.text \fB<color|#rrggbb>\fR (default: black)
2579 Default text color\&.
2582 ui\&.colors\&.mono\&.dialog\&.checkbox\-label\&.background \fB<color|#rrggbb>\fR (default: white)
2584 Default background color\&.
2586 .SS "ui\&.colors\&.mono\&.dialog\&.button (Button)"
2587 Dialog button colors\&.
2589 ui\&.colors\&.mono\&.dialog\&.button\&.text \fB<color|#rrggbb>\fR (default: black)
2591 Default text color\&.
2594 ui\&.colors\&.mono\&.dialog\&.button\&.background \fB<color|#rrggbb>\fR (default: white)
2596 Default background color\&.
2598 .SS "ui\&.colors\&.mono\&.dialog\&.button\-selected (Selected button)"
2599 Dialog selected button colors\&.
2601 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.text \fB<color|#rrggbb>\fR (default: white)
2603 Default text color\&.
2606 ui\&.colors\&.mono\&.dialog\&.button\-selected\&.background \fB<color|#rrggbb>\fR (default: black)
2608 Default background color\&.
2610 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut (Button shortcut)"
2611 Dialog button colors\&.
2613 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.text \fB<color|#rrggbb>\fR (default: white)
2615 Default text color\&.
2618 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\&.background \fB<color|#rrggbb>\fR (default: black)
2620 Default background color\&.
2622 .SS "ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected (Selected button shortcut)"
2623 Dialog selected button colors\&.
2625 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.text \fB<color|#rrggbb>\fR (default: black)
2627 Default text color\&.
2630 ui\&.colors\&.mono\&.dialog\&.button\-shortcut\-selected\&.background \fB<color|#rrggbb>\fR (default: white)
2632 Default background color\&.
2634 .SS "ui\&.colors\&.mono\&.dialog\&.field (Text field)"
2635 Dialog text field colors\&.
2637 ui\&.colors\&.mono\&.dialog\&.field\&.text \fB<color|#rrggbb>\fR (default: gray)
2639 Default text color\&.
2642 ui\&.colors\&.mono\&.dialog\&.field\&.background \fB<color|#rrggbb>\fR (default: black)
2644 Default background color\&.
2646 .SS "ui\&.colors\&.mono\&.dialog\&.field\-text (Text field text)"
2647 Dialog field text colors\&.
2649 ui\&.colors\&.mono\&.dialog\&.field\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2651 Default text color\&.
2654 ui\&.colors\&.mono\&.dialog\&.field\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2656 Default background color\&.
2658 .SS "ui\&.colors\&.mono\&.dialog\&.meter (Meter)"
2659 Dialog meter colors\&.
2661 ui\&.colors\&.mono\&.dialog\&.meter\&.text \fB<color|#rrggbb>\fR (default: gray)
2663 Default text color\&.
2666 ui\&.colors\&.mono\&.dialog\&.meter\&.background \fB<color|#rrggbb>\fR (default: black)
2668 Default background color\&.
2670 .SS "ui\&.colors\&.mono\&.dialog\&.shadow (Shadow)"
2671 Dialog shadow colors (see ui\&.shadows option)\&.
2673 ui\&.colors\&.mono\&.dialog\&.shadow\&.text \fB<color|#rrggbb>\fR (default: black)
2675 Default text color\&.
2678 ui\&.colors\&.mono\&.dialog\&.shadow\&.background \fB<color|#rrggbb>\fR (default: black)
2680 Default background color\&.
2682 .SS "ui\&.colors\&.mono\&.title (Title bar)"
2685 .SS "ui\&.colors\&.mono\&.title\&.title\-bar (Generic title bar)"
2686 Generic title bar colors\&.
2688 ui\&.colors\&.mono\&.title\&.title\-bar\&.text \fB<color|#rrggbb>\fR (default: gray)
2690 Default text color\&.
2693 ui\&.colors\&.mono\&.title\&.title\-bar\&.background \fB<color|#rrggbb>\fR (default: black)
2695 Default background color\&.
2697 .SS "ui\&.colors\&.mono\&.title\&.title\-text (Title bar text)"
2698 Title bar text colors\&.
2700 ui\&.colors\&.mono\&.title\&.title\-text\&.text \fB<color|#rrggbb>\fR (default: gray)
2702 Default text color\&.
2705 ui\&.colors\&.mono\&.title\&.title\-text\&.background \fB<color|#rrggbb>\fR (default: black)
2707 Default background color\&.
2709 .SS "ui\&.colors\&.mono\&.status (Status bar)"
2710 Status bar colors\&.
2712 .SS "ui\&.colors\&.mono\&.status\&.status\-bar (Generic status bar)"
2713 Generic status bar colors\&.
2715 ui\&.colors\&.mono\&.status\&.status\-bar\&.text \fB<color|#rrggbb>\fR (default: black)
2717 Default text color\&.
2720 ui\&.colors\&.mono\&.status\&.status\-bar\&.background \fB<color|#rrggbb>\fR (default: white)
2722 Default background color\&.
2724 .SS "ui\&.colors\&.mono\&.status\&.status\-text (Status bar text)"
2725 Status bar text colors\&.
2727 ui\&.colors\&.mono\&.status\&.status\-text\&.text \fB<color|#rrggbb>\fR (default: black)
2729 Default text color\&.
2732 ui\&.colors\&.mono\&.status\&.status\-text\&.background \fB<color|#rrggbb>\fR (default: white)
2734 Default background color\&.
2736 .SS "ui\&.colors\&.mono\&.tabs (Tabs bar)"
2739 .SS "ui\&.colors\&.mono\&.tabs\&.unvisited (Unvisited tab)"
2740 Tab colors for tabs that have not been selected since they completed loading\&.
2742 ui\&.colors\&.mono\&.tabs\&.unvisited\&.text \fB<color|#rrggbb>\fR (default: gray)
2744 Default text color\&.
2747 ui\&.colors\&.mono\&.tabs\&.unvisited\&.background \fB<color|#rrggbb>\fR (default: white)
2749 Default background color\&.
2751 .SS "ui\&.colors\&.mono\&.tabs\&.normal (Unselected tab)"
2752 Unselected tab colors\&.
2754 ui\&.colors\&.mono\&.tabs\&.normal\&.text \fB<color|#rrggbb>\fR (default: black)
2756 Default text color\&.
2759 ui\&.colors\&.mono\&.tabs\&.normal\&.background \fB<color|#rrggbb>\fR (default: white)
2761 Default background color\&.
2763 .SS "ui\&.colors\&.mono\&.tabs\&.loading (Loading tab)"
2764 Tab colors for tabs that are loading in the background\&.
2766 ui\&.colors\&.mono\&.tabs\&.loading\&.text \fB<color|#rrggbb>\fR (default: gray)
2768 Default text color\&.
2771 ui\&.colors\&.mono\&.tabs\&.loading\&.background \fB<color|#rrggbb>\fR (default: white)
2773 Default background color\&.
2775 .SS "ui\&.colors\&.mono\&.tabs\&.selected (Selected tab)"
2776 Selected tab colors\&.
2778 ui\&.colors\&.mono\&.tabs\&.selected\&.text \fB<color|#rrggbb>\fR (default: gray)
2780 Default text color\&.
2783 ui\&.colors\&.mono\&.tabs\&.selected\&.background \fB<color|#rrggbb>\fR (default: black)
2785 Default background color\&.
2787 .SS "ui\&.colors\&.mono\&.tabs\&.separator (Tab separator)"
2788 Tab separator colors\&.
2790 ui\&.colors\&.mono\&.tabs\&.separator\&.text \fB<color|#rrggbb>\fR (default: gray)
2792 Default text color\&.
2795 ui\&.colors\&.mono\&.tabs\&.separator\&.background \fB<color|#rrggbb>\fR (default: white)
2797 Default background color\&.
2799 .SS "ui\&.colors\&.mono\&.searched (Searched strings)"
2800 Searched string highlight colors\&.
2802 ui\&.colors\&.mono\&.searched\&.text \fB<color|#rrggbb>\fR (default: black)
2804 Default text color\&.
2807 ui\&.colors\&.mono\&.searched\&.background \fB<color|#rrggbb>\fR (default: white)
2809 Default background color\&.
2811 .SS "ui\&.dialogs (Dialog settings)"
2812 Dialogs\-specific appearance and behaviour settings\&.
2814 ui\&.dialogs\&.listbox_min_height \fB<num>\fR (default: 10)
2816 Minimal height of the listbox widget (used e\&.g\&. for bookmarks or global history)\&.
2819 ui\&.dialogs\&.shadows \fB[0|1]\fR (default: 0)
2821 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
2825 ui\&.dialogs\&.underline_hotkeys \fB[0|1]\fR (default: 0)
2827 Whether to underline hotkeys in menus to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2830 ui\&.dialogs\&.underline_button_shortcuts \fB[0|1]\fR (default: 0)
2832 Whether to underline button shortcuts to make them more visible\&. Requires that underlining is enabled for the terminal\&.
2834 .SS "ui\&.leds (LEDs)"
2835 LEDs (visual indicators) options\&.
2837 ui\&.leds\&.enable \fB[0|1]\fR (default: 1)
2839 Enable LEDs\&. These visual indicators will inform you about various states\&.
2841 .SS "ui\&.sessions (Sessions)"
2842 Sessions settings\&.
2844 ui\&.sessions\&.auto_restore \fB[0|1]\fR (default: 0)
2846 Automatically restore the session at start\&.
2848 This feature requires bookmark support\&.
2851 ui\&.sessions\&.auto_save \fB[0|1]\fR (default: 0)
2853 Automatically save the session when quitting\&.
2855 This feature requires bookmark support\&.
2858 ui\&.sessions\&.auto_save_foldername \fB<str>\fR (default: "Auto saved session")
2860 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\&.
2862 This only makes sense with bookmark support\&.
2865 ui\&.sessions\&.homepage \fB<str>\fR (default: "")
2867 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
2869 should be used as homepage URI instead\&.
2872 ui\&.sessions\&.keep_session_active \fB[0|1]\fR (default: 0)
2874 Keep the session active even if the last terminal exits\&.
2877 ui\&.sessions\&.snapshot \fB[0|1]\fR (default: 0)
2879 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\&.
2881 This feature requires bookmark support\&.
2883 .SS "ui\&.tabs (Window tabs)"
2884 Window tabs settings\&.
2886 ui\&.tabs\&.show_bar \fB<num>\fR (default: 1)
2888 Show tabs bar on the screen:
2891 \h'-04'\(bu\h'+03'0 means never
2895 \h'-04'\(bu\h'+03'1 means only if two or more tabs are open
2899 \h'-04'\(bu\h'+03'2 means always
2903 ui\&.tabs\&.top \fB[0|1]\fR (default: 0)
2905 Whether display tab bar at top like other browsers do\&.
2908 ui\&.tabs\&.wraparound \fB[0|1]\fR (default: 1)
2910 When moving right from the last tab, jump to the first one, and vice versa\&.
2913 ui\&.tabs\&.confirm_close \fB[0|1]\fR (default: 0)
2915 When closing a tab show confirmation dialog\&.
2917 .SS "ui\&.timer (Timer options)"
2918 Timed action after certain interval of user inactivity\&. Someone can even find this useful, although you may not believe that\&.
2920 ui\&.timer\&.enable \fB<num>\fR (default: 0)
2922 Whether to enable the timer or not:
2925 \h'-04'\(bu\h'+03'0 is don\'t count down anything
2929 \h'-04'\(bu\h'+03'1 is count down, but don\'t show the timer
2933 \h'-04'\(bu\h'+03'2 is count down and show the timer near LEDs
2937 ui\&.timer\&.duration \fB<num>\fR (default: 86400)
2939 Inactivity timeout in seconds\&. The maximum of one day should be enough for just everyone (TM)\&.
2942 ui\&.timer\&.action \fB<str>\fR (default: "")
2944 Keybinding action to be triggered when timer reaches zero\&.
2947 \fBelinks\fR(1), \fBelinkskeys\fR(5)