Updates to .lynx.cfg and .lynxrc.

This commit is contained in:
Darren 'Tadgy' Austin 2019-06-14 18:23:03 +01:00
commit 196ef4b1de
3 changed files with 104 additions and 82 deletions

54
.lynxrc
View file

@ -2,11 +2,11 @@
#
# This file contains options saved from the Lynx Options Screen (normally
# with the 'o' key). To save options with that screen, you must select the
# tickbox:
# checkbox:
# Save options to disk
#
# You must then save the settings using the link on the line above the
# tickbox:
# checkbox:
# Accept Changes
#
# You may also use the command-line option "-forms_options", which displays
@ -88,11 +88,11 @@ anonftp_password=
# bookmark_file specifies the name and location of the default bookmark
# file into which the user can paste links for easy access at a later
# date.
bookmark_file=/home/tadgy/.lynx-bookmarks.html
bookmark_file=.lynx-bookmarks.html
# If case_sensitive_searching is "on" then when the user invokes a search
# using the 's' or '/' keys, the search performed will be case-sensitive
# instead of case-INsensitive. The default is usually "off".
# using the 's' or '/' keys, the search performed will be case sensitive
# instead of case INsensitive. The default is usually "off".
case_sensitive_searching=off
# The character_set definition controls the representation of 8 bit
@ -169,7 +169,7 @@ cookie_file=/home/tadgy/.lynx.cookies
# be applied. A domain with loose checking will be allowed to set cookies
# with an invalid path or domain attribute. All domains will default to
# querying the user for an invalid path or domain.
cookie_loose_invalid_domains=
cookie_loose_invalid_domains=.google.co.uk,google.co.uk,www.google.co.uk,.google.com,google.com,www.google.com
cookie_query_invalid_domains=
@ -187,6 +187,9 @@ dir_list_order=ORDER_BY_NAME
# "DIRECTORIES_FIRST" lists directories first.
dir_list_style=DIRECTORIES_FIRST
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
display=
# If emacs_keys is to "on" then the normal EMACS movement keys:
# ^N = down ^P = up
# ^B = left ^F = right
@ -197,7 +200,7 @@ emacs_keys=off
# or sending mail. If no editor is specified, then file editing is disabled
# unless it is activated from the command line, and the built-in line editor
# will be used for sending mail.
file_editor=nano -UHwxz
file_editor=nano
# The file_sorting_method specifies which value to sort on when viewing
# file lists such as FTP directories. The options are:
@ -256,6 +259,9 @@ keypad_mode=LINKS_ARE_NOT_NUMBERED
# Bash-like Bindings
lineedit_mode=Default Binding
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
locale_charset=off
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
make_pseudo_alts_for_inlines=on
@ -293,7 +299,7 @@ multi_bookmarkY=
multi_bookmarkZ=
# personal_mail_address specifies your personal mail address. The
# address will be sent during HTTP file transfers for authorisation and
# address will be sent during HTTP file transfers for authorization and
# logging purposes, and for mailed comments.
# If you do not want this information given out, set the NO_FROM_HEADER
# to TRUE in lynx.cfg, or use the -nofrom command line switch. You also
@ -338,6 +344,9 @@ preferred_language=en_GB,en
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
preferred_media_types=INTERNAL
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
raw_mode=off
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
scrollbar=off
@ -345,7 +354,7 @@ scrollbar=off
# lacks a MULTIPLE attribute are presented as a vertical list of radio
# buttons or via a popup menu. Note that if the MULTIPLE attribute is
# present in the SELECT start tag, Lynx always will create a vertical list
# of tickboxes for the OPTIONs. A value of "on" will set popup menus
# of checkboxes for the OPTIONs. A value of "on" will set popup menus
# as the default while a value of "off" will set use of radio boxes.
# The default can be overridden via the -popup command line toggle.
select_popups=on
@ -356,21 +365,21 @@ send_useragent=on
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
set_cookies=on
# show_color specifies how to set the colour mode at startup. A value of
# "never" will force colour mode off (treat the terminal as monochrome)
# at startup even if the terminal appears to be colour capable. A value of
# "always" will force colour mode on even if the terminal appears to be
# show_color specifies how to set the color mode at startup. A value of
# "never" will force color mode off (treat the terminal as monochrome)
# at startup even if the terminal appears to be color capable. A value of
# "always" will force color mode on even if the terminal appears to be
# monochrome, if this is supported by the library used to build lynx.
# A value of "default" will yield the behaviour of assuming
# a monochrome terminal unless colour capability is inferred at startup
# A value of "default" will yield the behavior of assuming
# a monochrome terminal unless color capability is inferred at startup
# based on the terminal type, or the -color command line switch is used, or
# the COLORTERM environment variable is set. The default behaviour always is
# the COLORTERM environment variable is set. The default behavior always is
# used in anonymous accounts or if the "option_save" restriction is set.
# The effect of the saved value can be overridden via
# the -color and -nocolor command line switches.
# The mode set at startup can be changed via the "show colour" option in
# The mode set at startup can be changed via the "show color" option in
# the 'o'ptions menu. If the option settings are saved, the "on" and
# "off" "show colour" settings will be treated as "default".
# "off" "show color" settings will be treated as "default".
show_color=default
# show_cursor specifies whether to 'hide' the cursor to the right (and
@ -379,14 +388,14 @@ show_color=default
# Positioning the cursor to the left of the current link or option is
# helpful for speech or braille interfaces, and when the terminal is
# one which does not distinguish the current link based on highlighting
# or colour. A value of "on" will set positioning to the left as the
# or color. A value of "on" will set positioning to the left as the
# default while a value of "off" will set 'hiding' of the cursor.
# The default can be overridden via the -show_cursor command line toggle.
show_cursor=off
# show_dotfiles specifies that the directory listing should include
# "hidden" (dot) files/directories. If set "on", this will be
# honoured only if enabled via userdefs.h and/or lynx.cfg, and not
# honored only if enabled via userdefs.h and/or lynx.cfg, and not
# restricted via a command line switch. If display of hidden files
# is disabled, creation of such files via Lynx also is disabled.
show_dotfiles=off
@ -420,7 +429,7 @@ underline_links=on
user_mode=ADVANCED
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
useragent=Lynx/2.8
useragent=Lynx/2
# If verbose_images is "on", lynx will print the name of the image
# source file in place of [INLINE], [LINK] or [IMAGE]
@ -435,7 +444,7 @@ verbose_images=on
# and the keymap display, respectively.
vi_keys=off
# The visited_links setting controls how Lynx organises the information
# The visited_links setting controls how Lynx organizes the information
# in the Visited Links Page.
visited_links=LAST_REVERSED
@ -447,3 +456,4 @@ session_file=/home/tadgy/.lynx.session
# Normally disabled. See ENABLE_LYNXRC in lynx.cfg
no_pause=off