about summary refs log tree commit diff stats
path: root/src/LYForms.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-10-06 04:08:00 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-10-06 04:08:00 -0400
commit1d80538b4b84eadd223c7b61839b950389c2d49d (patch)
treea46f327e82edb06d8d789b60c3395f873476e040 /src/LYForms.c
parent443226a5ffcf805f6ab3ccbcc2a6b4802793b07d (diff)
downloadlynx-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.c4
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)