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-06-27 02:08:52 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-06-27 02:08:52 -0400
commitfb4db89ab1d82336978b68a66532da971702e2fb (patch)
tree4a143c6a9b8765fc379e3e76b10db3045840f222 /src/LYForms.c
parent945e8eb6bb07f64aaca42207af3311220ff2e4ba (diff)
downloadlynx-snapshots-fb4db89ab1d82336978b68a66532da971702e2fb.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-30
Diffstat (limited to 'src/LYForms.c')
-rw-r--r--src/LYForms.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/LYForms.c b/src/LYForms.c
index 3aba947a..281612bc 100644
--- a/src/LYForms.c
+++ b/src/LYForms.c
@@ -96,12 +96,7 @@ PUBLIC int change_form_link ARGS6(struct link *, form_link, int, mode,
 		form->value = opt_ptr->name;   /* set the name */
 		form->cp_submit_value = opt_ptr->cp_submit_value; /* set the value */
 	    }
-#if defined(FANCY_CURSES) || defined(USE_SLANG)
-	    if (!enable_scrollback)
-		c = DO_NOTHING;
-	    else
-#endif
-		c = 12;  /* CTRL-L for repaint */
+	    c = 12;  /* CTRL-L for repaint */
 	    break;
 
 	case F_RADIO_TYPE: