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>1999-09-14 02:17:54 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-09-14 02:17:54 -0400
commit2b52e9e64b2fc32242c207a0784521b2cf6d1976 (patch)
tree380b158ac389fc05813d55672b0b77bb0817f1dd /src/LYForms.c
parentab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d (diff)
downloadlynx-snapshots-2b52e9e64b2fc32242c207a0784521b2cf6d1976.tar.gz
snapshot of project "lynx", label v2-8-3dev_9
Diffstat (limited to 'src/LYForms.c')
-rw-r--r--src/LYForms.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LYForms.c b/src/LYForms.c
index 7c437509..d4aadd52 100644
--- a/src/LYForms.c
+++ b/src/LYForms.c
@@ -623,10 +623,18 @@ again:
 	    case LTARROW:	/* 1999/04/14 (Wed) 15:01:33 */
 		if (MyEdit.pos == 0 && repeat == -1) {
 		    int c = YES;    /* Go back immediately if no changes */
+#ifndef NO_NONSTICKY_INPUTS
+		    if (sticky_inputs
+		     && !textfield_stop_at_left_edge)
+#endif
 		    if (strcmp(MyEdit.buffer, value)) {
 			c = HTConfirmDefault(PREV_DOC_QUERY, NO);
 		    }
 		    if (c == YES) {
+#ifndef NO_NONSTICKY_INPUTS
+			if (textfield_stop_at_left_edge)
+			    goto again;
+#endif
 			return(ch);
 		    } else {
 			if (form->disabled == YES)