lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [PATCH] tp dev10 to make the old behaviour the default for STIC


From: Vlad Harchev
Subject: lynx-dev [PATCH] tp dev10 to make the old behaviour the default for STICKY_FIELDS
Date: Fri, 15 Oct 1999 22:53:51 +0500 (SAMST)

 * Default value of STICKY_FIELDS made corresponding to old behaviour - VH

 Best regards,
  -Vlad

diff -ru old/lynx.cfg fixed/lynx.cfg
--- old/lynx.cfg        Thu Oct 14 16:18:42 1999
+++ fixed/lynx.cfg      Fri Oct 15 22:48:27 1999
@@ -2301,4 +2301,4 @@
 # This option controls whether pressing an extra key-left in a text field will
 # activate the previous document.
 #
-#STICKY_FIELDS:FALSE
+#STICKY_FIELDS:TRUE
diff -ru old/src/LYMain.c fixed/src/LYMain.c
--- old/src/LYMain.c    Thu Oct 14 16:19:17 1999
+++ fixed/src/LYMain.c  Fri Oct 15 22:48:09 1999
@@ -449,9 +449,9 @@
 
 #ifndef NO_NONSTICKY_INPUTS
 PUBLIC BOOL sticky_inputs = TRUE;
+PUBLIC BOOL textfield_stop_at_left_edge=FALSE;
 #endif
 
-PUBLIC BOOL textfield_stop_at_left_edge=TRUE;
 
 #ifdef DISP_PARTIAL
 PUBLIC BOOLEAN display_partial_flag = TRUE; /* Display document during 
download */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]