Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 3.1

elinks.conf(5)


ELINKS.CONF

ELINKS.CONF

NAME
DESCRIPTION
SYNTAX
OPTIONS
DOCUMENT INFO
SEE ALSO

NAME

elinks.conf - ELinks configuration file

DESCRIPTION

The elinks.conf file contains configuration information for ELinks - a text mode WWW browser.

The elinks.conf file 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.

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 is needed.

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.

SYNTAX

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.

OPTIONS

Options described in this document are for ELinks version 0.4.0.

Bookmarks (bookmarks)
Bookmark options.
bookmarks.file_format
<num> (default: 0)

File format for bookmarks (affects both reading and saving):

0

is the default ELinks (Links 0.9x compatible) format

1

is XBEL universal XML bookmarks format (NO NATIONAL CHARS SUPPORT!)

Configuration system (config)
Configuration handling options.
config.comments
<num> (default: 3)

Amount of comments automatically written to the config file:

0

is no comments are written

1

is only the "blurb" (name+type) is written

2

is only the description is written

3

is full comments are written

config.indentation <num> (default: 2)

Shift width of one indentation level in the configuration file. Zero means that no indentation is performed at all when saving the configuration.

config.saving_style <num> (default: 3)

Determines what happens when you tell ELinks to save options:

0

is only values of current options are altered

1

is values of current options are altered and missing optionsare added at the end of the file

2

is the configuration file is rewritten from scratch

3

is values of current options are altered and missing optionsCHANGED during this ELinks session are added at the end of the file

config.saving_style_w [0|1] (default: 0)

This is internal option used when displaying a warning about obsolete config.saving_style. You shouldn’t touch it.

config.show_template [0|1] (default: 0)

Show _template_ options in autocreated trees in the options manager and save them to the configuration file.

Connections (connection)
Connection options.
connection.async_dns
[0|1] (default: 1)

Use asynchronous DNS resolver?

connection.max_connections <num> (default: 10)

Maximum number of concurrent connections.

connection.max_connections_to_host <num> (default: 2)

Maximum number of concurrent connections to a given host.

connection.receive_timeout <num> (default: 120)

Receive timeout (in seconds).

connection.retries <num> (default: 3)

Number of tries to establish a connection.

SSL (connection.ssl)
SSL options.
connection.ssl.cert_verify
[0|1] (default: 0)

Verify the peer’s SSL certificate. Note that this probably doesn’t work properly at all with GnuTLS.

connection.unrestartable_receive_timeout <num> (default: 600)

Timeout for non-restartable connections (in seconds).

Cookies (cookies)
Cookies options.
cookies.accept_policy
<num> (default: 2)

Cookies accepting policy:

0

is accept no cookies

1

is ask for confirmation before accepting cookie (UNIMPLEMENTED)

2

is accept all cookies

cookies.paranoid_security [0|1] (default: 0)

When enabled, we’ll require three dots in cookies domain for all non-international domains (instead of just two dots). Please see code (cookies.c:check_domain_security()) for explanation.

cookies.resave [0|1] (default: 1)

Save cookies after each change in cookies list? No effect when cookies_save is off.

cookies.save [0|1] (default: 1)

Load/save cookies from/to disk?

Documents (document)
Document options.

Browsing (document.browse)
Document browsing options (mainly interactivity).

Accesskeys (document.browse.accesskey)
Options for handling of the accesskey attribute of the active HTML elements.
document.browse.accesskey.auto_follow
[0|1] (default: 0)

Automatically follow a link or submit a form if appropriate accesskey is pressed - this is the standard behaviour, but it’s considered dangerous.

document.browse.accesskey.priority <num> (default: 1)

Priority of ’accesskey’ HTML attribute:

0

is first try all normal bindings; if it fails, check accesskey

1

is first try only frame bindings; if it fails, check accesskey

2

is first check accesskey (this can be dangerous)

Forms (document.browse.forms)
Options for handling of the forms interaction.
document.browse.forms.auto_submit
[0|1] (default: 1)

Automagically submit a form when enter is pressed with a text field selected.

document.browse.forms.confirm_submit [0|1] (default: 1)

Ask for confirmation when submitting a form.

Images (document.browse.images)
Options for handling of images.
document.browse.images.file_tags
<num> (default: -1)

Display [target filename] instead of [IMG] as visible image tags:

-1

means always display just [IMG]

0

means always display full target filename

1-500

means display target filename with this maximal length;if it is longer, the middle is substituted by an asterisk

document.browse.images.show_as_links [0|1] (default: 0)

Display links to images.

Links (document.browse.links)
Options for handling of links to other documents.
document.browse.links.color_dirs
[0|1] (default: 1)

Highlight links to directories in FTP and local directory listing.

document.browse.links.number_keys_select_link <num> (default: 1)

Number keys select links rather than specify command prefixes. This is a tristate:

0

never

1

if document.browse.links.numbering = 1

2

always

document.browse.links.numbering [0|1] (default: 0)

Display numbers next to the links.

document.browse.links.wraparound [0|1] (default: 0)

When pressing ’down’ on the last link, jump at the first one, and vice versa.

document.browse.margin_width <num> (default: 3)

Horizontal text margin.

document.browse.scroll_margin <num> (default: 3)

Size of the virtual margin - when you click inside of that margin, document scrolls in that direction.

document.browse.table_move_order [0|1] (default: 0)

Move by columns in table, instead of rows.

Cache (document.cache)
Cache options.

Formatted documents (document.cache.format)
Format cache options.
document.cache.format.size
<num> (default: 5)

Number of cached formatted pages.

document.cache.ignore_cache_control [0|1] (default: 1)

Ignore Cache-Control and Pragma server headers. When set, the document is cached even with ’Cache-Control: no-cache’.

Memory cache (document.cache.memory)
Memory cache options.
document.cache.memory.size
<num> (default: 1048576)

Memory cache size (in kilobytes).

Charset (document.codepage)
Charset options.
document.codepage.assume
<codepage> (default: ISO 8859-1)

Default document codepage.

document.codepage.force_assumed [0|1] (default: 0)

Ignore charset info sent by server.

Default color settings (document.colors)
Default document color settings.
document.colors.allow_dark_on_black
[0|1] (default: 0)

Allow dark colors on black background.

document.colors.background <color|#rrggbb> (default: #000000)

Default background color.

document.colors.dirs <color|#rrggbb> (default: #ffff00)

Default directory color. See document.browse.links.color_dirs option.

document.colors.link <color|#rrggbb> (default: #0000ff)

Default link color.

document.colors.text <color|#rrggbb> (default: #bfbfbf)

Default text color.

document.colors.use_document_colors [0|1] (default: 1)

Use colors specified in document.

document.colors.vlink <color|#rrggbb> (default: #ffff00)

Default visited link color.

Downloading (document.download)
Options regarding files downloading and handling.
document.download.default_mime_type
<str> (default:
"application/octet-stream")

Document MIME-type to assume by default (when we are unable to guess it properly from known information about the document).

document.download.directory <str> (default: "./")

Default download directory.

document.download.notify_bell <num> (default: 0)

Audio notification when download is completed:

0

is never.

1

is when background notification is active.

2

is always

document.download.overwrite <num> (default: 0)

Prevent overwriting the local files:

0

is files will silently be overwritten.

1

is add a suffix .{number} (for example ’.1’) to the name.

document.download.set_original_time [0|1] (default: 0)

Set the timestamp of each downloaded file to the timestamp stored on the server.

Dump output (document.dump)
Dump output options.
document.dump.codepage
<codepage> (default: 7-bit ASCII)

Codepage used in dump output.

document.dump.width <num> (default: 80)

Width of screen in characters when dumping a HTML document.

History (document.history)
History options.

Global history (document.history.global)
Global history options.
document.history.global.display_type
<num> (default: 0)

What to display in global history dialog:

0

is URLs

1

is page titles

document.history.global.enable [0|1] (default: 1)

Enable global history ("history of all pages visited").

document.history.global.max_items <num> (default: 1024)

Maximum number of entries in the global history.

document.history.keep_unhistory [0|1] (default: 1)

Keep unhistory ("forward history")?

HTML rendering (document.html)
Options concerning the display of HTML pages.
document.html.display_frames
[0|1] (default: 1)

Display frames.

document.html.display_subs [0|1] (default: 1)

Display subscripts (as [thing]).

document.html.display_sups [0|1] (default: 1)

Display superscripts (as ^thing).

document.html.display_tables [0|1] (default: 1)

Display tables.

Protocols (protocol)
Protocol specific options.

Local files (protocol.file)
Options specific to local browsing.
protocol.file.allow_special_files
[0|1] (default: 0)

Allow reading from non-regular files? (DANGEROUS - reading /dev/urandom or /dev/zero can ruin your day!)

protocol.file.try_encoding_extensions [0|1] (default: 1)

When set, if we can’t open a file named ’filename’, we’ll try to open ’filename’ + some encoding extensions (ie. filename.gz’); it depends on the supported encodings. filename.gz’); it depends on the supported encodings.

FTP (protocol.ftp)
FTP specific options.
protocol.ftp.anon_passwd
<str> (default: "some@host.domain")

FTP anonymous password to be sent.

Proxy configuration (protocol.ftp.proxy)
FTP proxy configuration.
protocol.ftp.proxy.host
<str> (default: "")

Host and port-number (host:port) of the FTP proxy, or blank. If it’s blank, FTP_PROXY environment variable is checked as well.

protocol.ftp.use_epsv [0|1] (default: 0)

Use EPSV instead of EPRT (passive vs active mode, IPv6 only).

protocol.ftp.use_pasv [0|1] (default: 1)

Use PASV instead of PORT (passive vs active mode, IPv4 only).

HTTP (protocol.http)
HTTP-specific options.
protocol.http.accept_language
<str> (default: "")

Send Accept-Language header.

protocol.http.accept_ui_language [0|1] (default: 1)

Request localised versions of documents from web-servers (using the Accept-Language header) using the language you have configured for ELinks’ user-interface. Note that some see this as a potential security risk because it tells web-masters about your preference in language.

Server bug workarounds (protocol.http.bugs)
Server-side HTTP bugs workarounds.
protocol.http.bugs.allow_blacklist
[0|1] (default: 1)

Allow blacklisting of buggy servers.

protocol.http.bugs.broken_ [0|1] (default: 1)

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.

protocol.http.bugs.http [0|1] (default: 0)

Use HTTP/1.0 protocol instead of HTTP/1.1.

protocol.http.bugs.post_no_keepalive [0|1] (default: 0)

Disable keepalive connection after POST request.

Proxy configuration (protocol.http.proxy)
HTTP proxy configuration.
protocol.http.proxy.host
<str> (default: "")

Host and port-number (host:port) of the HTTP proxy, or blank. If it’s blank, HTTP_PROXY environment variable is checked as well.

protocol.http.proxy.passwd <str> (default: "")

Proxy authentication password.

protocol.http.proxy.user <str> (default: "")

Proxy authentication username.

Referer sending (protocol.http.referer)
HTTP referer sending options.
protocol.http.referer.fake
<str> (default: "")

Fake referer to be sent when policy is 2.

protocol.http.referer.policy <num> (default: 1)

Mode of sending HTTP referer:

0

is send no referer

1

is send current URL as referer

2

is send fixed fake referer

3

is send previous URL as referer (correct, but insecure)

protocol.http.user_agent <str> (default: "ELinks (%v; %s; %t)")

Change the User Agent ID. That means identification string, which is sent to HTTP server when a document is requested. %v in the string means ELinks version %s in the string means system identification %t in the string means size of the terminal Use " " if you don’t want any User-Agent header to be sent at all.

Mailcap (protocol.mailcap)
Options for mailcap support.
protocol.mailcap.ask
[0|1] (default: 1)

Ask before using the handlers defined by mailcap.

protocol.mailcap.description <num> (default: 0)

Type of description to show in "what shall I do with this file" query dialog:

0

is show "mailcap".

1

is show program to be run.

2

is show mailcap description field if any; "mailcap" otherwise.

protocol.mailcap.enable [0|1] (default: 1)

Enable mailcap support.

protocol.mailcap.path <str> (default: "")

Mailcap search path. Colon-separated list of files. Leave as "" to use MAILCAP environment variable or build-in defaults instead.

protocol.mailcap.prioritize [0|1] (default: 1)

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.

protocol.no_proxy <str> (default: "")

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.

secure_file_saving [0|1] (default: 1)

First write data to ’file.tmp’, then rename to ’file’ upon successfully finishing this. Note that this relates only to config files, not downloaded files. You may want to disable it, if you want some config file with some exotic permissions. Secure file saving is automagically disabled if file is symlink.

User interface (ui)
User interface options.

Color settings (ui.colors)
Default user interface color settings.

Color terminals (ui.colors.color)
Color settings for color terminal.

Dialog (ui.colors.color.dialog)
Dialog colors.
ui.colors.color.dialog.background
<color|#rrggbb> (default: #ffffff)

Dialog generic background color.

Button (ui.colors.color.dialog.button)
Dialog button colors.
ui.colors.color.dialog.button.background
<color|#rrggbb> (default:
#0000ff)

Default background color.

ui.colors.color.dialog.button.text <color|#rrggbb> (default: #ffffff)

Default text color.

Selected button (ui.colors.color.dialog.button-selected)
Dialog selected button colors.
ui.colors.color.dialog.button-selected.background
<color|#rrggbb>
(default: #008000)

Default background color.

ui.colors.color.dialog.button-selected.text <color|#rrggbb> (default:
#ffff00)

Default text color.

Checkbox (ui.colors.color.dialog.checkbox)
Dialog checkbox colors.
ui.colors.color.dialog.checkbox.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.dialog.checkbox.text <color|#rrggbb> (default: #8b0000)

Default text color.

Checkbox label (ui.colors.color.dialog.checkbox-label)
Dialog checkbox label colors.
ui.colors.color.dialog.checkbox-label.background
<color|#rrggbb>
(default: #ffffff)

Default background color.

ui.colors.color.dialog.checkbox-label.text <color|#rrggbb> (default:
#000000)

Default text color.

Text field (ui.colors.color.dialog.field)
Dialog text field colors.
ui.colors.color.dialog.field.background
<color|#rrggbb> (default:
#0000ff)

Default background color.

ui.colors.color.dialog.field.text <color|#rrggbb> (default: #ffffff)

Default text color.

Text field text (ui.colors.color.dialog.field-text)
Dialog field text colors.
ui.colors.color.dialog.field-text.background
<color|#rrggbb> (default:
#0000ff)

Default background color.

ui.colors.color.dialog.field-text.text <color|#rrggbb> (default:
#ffff00)

Default text color.

Frame (ui.colors.color.dialog.frame)
Dialog frame colors.
ui.colors.color.dialog.frame.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.dialog.frame.text <color|#rrggbb> (default: #000000)

Default text color.

Meter (ui.colors.color.dialog.meter)
Dialog meter colors.
ui.colors.color.dialog.meter.background
<color|#rrggbb> (default:
#0000ff)

Default background color.

ui.colors.color.dialog.meter.text <color|#rrggbb> (default: #ffffff)

Default text color.

Shadow (ui.colors.color.dialog.shadow)
Dialog shadow colors (see ui.shadows option).
ui.colors.color.dialog.shadow.background
<color|#rrggbb> (default:
#000000)

Default background color.

Text (ui.colors.color.dialog.text)
Dialog text colors.
ui.colors.color.dialog.text.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.dialog.text.text <color|#rrggbb> (default: #000000)

Default text color.

Title (ui.colors.color.dialog.title)
Dialog title colors.
ui.colors.color.dialog.title.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.dialog.title.text <color|#rrggbb> (default: #8b0000)

Default text color.

Main menu bar (ui.colors.color.mainmenu)
Main menu bar colors.

Hotkey (ui.colors.color.mainmenu.hotkey)
Unselected main menu bar item hotkey colors.
ui.colors.color.mainmenu.hotkey.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.mainmenu.hotkey.text <color|#rrggbb> (default: #8b0000)

Default text color.

Unselected main menu bar item (ui.colors.color.mainmenu.normal)
Unselected main menu bar item colors.
ui.colors.color.mainmenu.normal.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.mainmenu.normal.text <color|#rrggbb> (default: #000000)

Default text color.

Selected main menu bar item (ui.colors.color.mainmenu.selected)
Selected main menu bar item colors.
ui.colors.color.mainmenu.selected.background
<color|#rrggbb> (default:
#008000)

Default background color.

ui.colors.color.mainmenu.selected.text <color|#rrggbb> (default:
#000000)

Default text color.

Menu bar (ui.colors.color.menu)
Menu bar colors.

Menu frame (ui.colors.color.menu.frame)
Menu frame colors.
ui.colors.color.menu.frame.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.menu.frame.text <color|#rrggbb> (default: #000000)

Default text color.

Hotkey (ui.colors.color.menu.hotkey)
Unselected menu item hotkey colors.
ui.colors.color.menu.hotkey.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.menu.hotkey.text <color|#rrggbb> (default: #8b0000)

Default text color.

Unselected menu item (ui.colors.color.menu.normal)
Unselected menu item colors.
ui.colors.color.menu.normal.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.menu.normal.text <color|#rrggbb> (default: #000000)

Default text color.

Selected menu item (ui.colors.color.menu.selected)
Selected menu item colors.
ui.colors.color.menu.selected.background
<color|#rrggbb> (default:
#008000)

Default background color.

ui.colors.color.menu.selected.text <color|#rrggbb> (default: #000000)

Default text color.

Status bar (ui.colors.color.status)
Status bar colors.

Generic status bar (ui.colors.color.status.status-bar)
Generic status bar colors.
ui.colors.color.status.status-bar.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.status.status-bar.text <color|#rrggbb> (default:
#000000)

Default text color.

Status bar text (ui.colors.color.status.status-text)
Status bar text colors.
ui.colors.color.status.status-text.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.status.status-text.text <color|#rrggbb> (default:
#000000)

Default text color.

Title bar (ui.colors.color.title)
Title bar colors.

Generic title bar (ui.colors.color.title.title-bar)
Generic title bar colors.
ui.colors.color.title.title-bar.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.title.title-bar.text <color|#rrggbb> (default: #000000)

Default text color.

Title bar text (ui.colors.color.title.title-text)
Title bar text colors.
ui.colors.color.title.title-text.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.color.title.title-text.text <color|#rrggbb> (default:
#000000)

Default text color.

Non-color terminals (ui.colors.mono)
Color settings for non-color terminal.

Dialog (ui.colors.mono.dialog)
Dialog colors.
ui.colors.mono.dialog.background
<color|#rrggbb> (default: #ffffff)

Dialog generic background color.

Button (ui.colors.mono.dialog.button)
Dialog button colors.
ui.colors.mono.dialog.button.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.dialog.button.text <color|#rrggbb> (default: #000000)

Default text color.

Selected button (ui.colors.mono.dialog.button-selected)
Dialog selected button colors.
ui.colors.mono.dialog.button-selected.background
<color|#rrggbb>
(default: #000000)

Default background color.

ui.colors.mono.dialog.button-selected.text <color|#rrggbb> (default:
#ffffff)

Default text color.

Checkbox (ui.colors.mono.dialog.checkbox)
Dialog checkbox colors.
ui.colors.mono.dialog.checkbox.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.dialog.checkbox.text <color|#rrggbb> (default: #000000)

Default text color.

Checkbox label (ui.colors.mono.dialog.checkbox-label)
Dialog checkbox label colors.
ui.colors.mono.dialog.checkbox-label.background
<color|#rrggbb>
(default: #ffffff)

Default background color.

ui.colors.mono.dialog.checkbox-label.text <color|#rrggbb> (default:
#000000)

Default text color.

Text field (ui.colors.mono.dialog.field)
Dialog field colors.
ui.colors.mono.dialog.field.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.dialog.field.text <color|#rrggbb> (default: #808080)

Default text color.

Text field text (ui.colors.mono.dialog.field-text)
Dialog field text colors.
ui.colors.mono.dialog.field-text.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.dialog.field-text.text <color|#rrggbb> (default:
#808080)

Default text color.

Frame (ui.colors.mono.dialog.frame)
Dialog frame colors.
ui.colors.mono.dialog.frame.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.dialog.frame.text <color|#rrggbb> (default: #000000)

Default text color.

Meter (ui.colors.mono.dialog.meter)
Dialog meter colors.
ui.colors.mono.dialog.meter.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.dialog.meter.text <color|#rrggbb> (default: #808080)

Default text color.

Shadow (ui.colors.mono.dialog.shadow)
Dialog shadow colors (see ui.shadows option).
ui.colors.mono.dialog.shadow.background
<color|#rrggbb> (default:
#000000)

Default background color.

Text (ui.colors.mono.dialog.text)
Dialog text colors.
ui.colors.mono.dialog.text.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.dialog.text.text <color|#rrggbb> (default: #000000)

Default text color.

Title (ui.colors.mono.dialog.title)
Dialog title colors.
ui.colors.mono.dialog.title.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.dialog.title.text <color|#rrggbb> (default: #808080)

Default text color.

Main menu bar (ui.colors.mono.mainmenu)
Main menu bar colors.

Hotkey (ui.colors.mono.mainmenu.hotkey)
Unselected menu bar item hotkey colors.
ui.colors.mono.mainmenu.hotkey.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.mainmenu.hotkey.text <color|#rrggbb> (default: #000000)

Default text color.

Unselected menu bar item (ui.colors.mono.mainmenu.normal)
Unselected menu bar item colors.
ui.colors.mono.mainmenu.normal.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.mainmenu.normal.text <color|#rrggbb> (default: #000000)

Default text color.

Selected menu bar item (ui.colors.mono.mainmenu.selected)
Selected menu bar item colors.
ui.colors.mono.mainmenu.selected.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.mainmenu.selected.text <color|#rrggbb> (default:
#808080)

Default text color.

Menu bar (ui.colors.mono.menu)
Menu bar colors.

Menu frame (ui.colors.mono.menu.frame)
Menu frame colors.
ui.colors.mono.menu.frame.background
<color|#rrggbb> (default: #ffffff)

Default background color.

ui.colors.mono.menu.frame.text <color|#rrggbb> (default: #000000)

Default text color.

Hotkey (ui.colors.mono.menu.hotkey)
Unselected menu item hotkey colors.
ui.colors.mono.menu.hotkey.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.menu.hotkey.text <color|#rrggbb> (default: #808080)

Default text color.

Unselected menu item (ui.colors.mono.menu.normal)
Unselected menu item colors.
ui.colors.mono.menu.normal.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.menu.normal.text <color|#rrggbb> (default: #000000)

Default text color.

Selected menu item (ui.colors.mono.menu.selected)
Selected menu item colors.
ui.colors.mono.menu.selected.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.menu.selected.text <color|#rrggbb> (default: #808080)

Default text color.

Status bar (ui.colors.mono.status)
Status bar colors.

Generic status bar (ui.colors.mono.status.status-bar)
Generic status bar colors.
ui.colors.mono.status.status-bar.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.status.status-bar.text <color|#rrggbb> (default:
#808080)

Default text color.

Status bar text (ui.colors.mono.status.status-text)
Status bar text colors.
ui.colors.mono.status.status-text.background
<color|#rrggbb> (default:
#ffffff)

Default background color.

ui.colors.mono.status.status-text.text <color|#rrggbb> (default:
#000000)

Default text color.

Title bar (ui.colors.mono.title)
Title bar colors.

Generic title bar (ui.colors.mono.title.title-bar)
Generic title bar colors.
ui.colors.mono.title.title-bar.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.title.title-bar.text <color|#rrggbb> (default: #808080)

Default text color.

Title text (ui.colors.mono.title.title-text)
Title bar text colors.
ui.colors.mono.title.title-text.background
<color|#rrggbb> (default:
#000000)

Default background color.

ui.colors.mono.title.title-text.text <color|#rrggbb> (default: #808080)

Default text color.

Dialog settings (ui.dialogs)
Dialogs-specific appearance and behaviour settings.
ui.dialogs.listbox_min_height
<num> (default: 10)

Minimal height of the listbox widget (used e.g. for bookmarks or global history).

ui.dialogs.shadows [0|1] (default: 0)

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.

ui.language <language> (default: )

Language of user interface.

ui.show_status_bar [0|1] (default: 1)

Show status bar on the screen.

ui.show_title_bar [0|1] (default: 1)

Show title bar on the screen.

ui.startup_goto_dialog [0|1] (default: 0)

Pop up goto dialog on startup when there’s no homepage set.

Timer options (ui.timer)
Timed action after certain interval of user inactivity. Someone can even find this useful, although you may not believe that.
ui.timer.action
<str> (default: "")

Key-binding action to be triggered when timer reaches zero.

ui.timer.duration <num> (default: 86400)

Inactivity timeout. One day should be enough for just everyone (TM).

ui.timer.enable <num> (default: 0)

Whether to enable the timer or not:

0

is don’t count down anything

1

is count down, but don’t show the timer

2

is count down and show the timer near LEDs

ui.window_title [0|1] (default: 1)

Whether ELinks window title should be touched when ELinks is run in a windowing environment.

DOCUMENT INFO

This file has been generated by the ruby script config-help2doc written by Jonas Fonseca <fonseca@diku.dk>. It was generated from the output of elinks --config-help which prints descriptions of all available options. Generated the 24. December 2002

SEE ALSO

elinks(1), elinkskeys(5),



elinks.conf(5)