diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-08 01:41:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-08 01:41:23 -0400 |
commit | 17f50de9c561c4bae6401ebc2edad9d75ff096c9 (patch) | |
tree | 89dc173cdb1695a59ee61a1528458d7a066e08d8 /lynx.cfg | |
parent | 244151ea1ed7b05051bd92a653bbde57c8194061 (diff) | |
download | lynx-snapshots-17f50de9c561c4bae6401ebc2edad9d75ff096c9.tar.gz |
snapshot of project "lynx", label v2-8-4pre_3
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index 21b70dbc..a85ac69f 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -771,6 +771,13 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #ALWAYS_RESUBMIT_POSTS:FALSE +.h2 TRIM_INPUT_FIELDS +# If TRIM_INPUT_FIELDS is set TRUE, Lynx will trim trailing whitespace (e.g., +# space, tab, carriage return, line feed and form feed) from the text entered +# into form text and textarea fields. Older versions of Lynx do this trimming +# unconditionally, but other browsers do not, which would yield different +# behavior for CGI scripts. +#TRIM_INPUT_FIELDS:FALSE .h1 HTML Parsing |