diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-04-27 23:12:06 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-04-27 23:12:06 -0400 |
commit | 55e20c790925b61bc9ac0e37ce15950287b813cb (patch) | |
tree | 969622be9fe875c82294152e862885d59c9ee1d6 /src/LYReadCFG.c | |
parent | 2390cc3bb37823e05c0c8ef94d601acdfa5ffc50 (diff) | |
download | lynx-snapshots-55e20c790925b61bc9ac0e37ce15950287b813cb.tar.gz |
snapshot of project "lynx", label v2-8-7dev_8c
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index af3358db..4096feed 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,4 +1,4 @@ -/* $LynxId: LYReadCFG.c,v 1.127 2008/02/11 00:54:34 Paul.B.Mahol Exp $ */ +/* $LynxId: LYReadCFG.c,v 1.128 2008/03/18 00:38:10 Paul.B.Mahol Exp $ */ #ifndef NO_RULES #include <HTRules.h> #else @@ -1496,6 +1496,7 @@ static Config_Type Config_Table [] = #endif /* USE_PERSISTENT_COOKIES */ PARSE_STR(RC_PERSONAL_EXTENSION_MAP, personal_extension_map), PARSE_STR(RC_PERSONAL_MAILCAP, personal_type_map), + PARSE_LST(RC_POSITIONABLE_EDITOR, positionable_editor), PARSE_STR(RC_PREFERRED_CHARSET, pref_charset), PARSE_ENU(RC_PREFERRED_ENCODING, LYAcceptEncoding, tbl_preferred_encoding), PARSE_STR(RC_PREFERRED_LANGUAGE, language), |