diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
commit | 1d80538b4b84eadd223c7b61839b950389c2d49d (patch) | |
tree | a46f327e82edb06d8d789b60c3395f873476e040 /src/LYForms.c | |
parent | 443226a5ffcf805f6ab3ccbcc2a6b4802793b07d (diff) | |
download | lynx-snapshots-1d80538b4b84eadd223c7b61839b950389c2d49d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-76
Diffstat (limited to 'src/LYForms.c')
-rw-r--r-- | src/LYForms.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYForms.c b/src/LYForms.c index 1a2c14b1..a92b0918 100644 --- a/src/LYForms.c +++ b/src/LYForms.c @@ -111,6 +111,10 @@ PUBLIC int change_form_link ARGS6( * Set the value. */ form->cp_submit_value = opt_ptr->cp_submit_value; + /* + * Set charset in which we have the submit value. - kw + */ + form->value_cs = opt_ptr->value_cs; } #if defined(FANCY_CURSES) || defined(USE_SLANG) if (!enable_scrollback && form->num_value == OrigNumValue) |