about summary refs log tree commit diff stats
path: root/src/LYDownload.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-14 00:13:37 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-14 00:13:37 -0400
commited46d3cc0121dbce87345bbbb119cd4080c247c7 (patch)
treec34bdd611f309476e5c1c1d7b72bf43236b522fb /src/LYDownload.c
parentf1977d62c94d74a72d1c7a4abbbecdec21e3980e (diff)
downloadlynx-snapshots-ed46d3cc0121dbce87345bbbb119cd4080c247c7.tar.gz
snapshot of project "lynx", label v2-8-8dev_16q
Diffstat (limited to 'src/LYDownload.c')
-rw-r--r--src/LYDownload.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/LYDownload.c b/src/LYDownload.c
index 23ce2f66..ffaf24e4 100644
--- a/src/LYDownload.c
+++ b/src/LYDownload.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYDownload.c,v 1.66 2012/02/09 18:55:26 tom Exp $ */
+/* $LynxId: LYDownload.c,v 1.69 2013/10/13 20:23:07 tom Exp $ */
 #include <HTUtils.h>
 #include <HTParse.h>
 #include <HTList.h>
@@ -140,12 +140,12 @@ void LYDownload(char *line)
 	}
 
       check_recall:
-	if ((ch = LYgetBString(&buffer, VISIBLE, 0, recall)) < 0 ||
+	if ((ch = LYgetBString(&buffer, FALSE, 0, recall)) < 0 ||
 	    isBEmpty(buffer) ||
-	    ch == UPARROW ||
-	    ch == DNARROW) {
+	    ch == UPARROW_KEY ||
+	    ch == DNARROW_KEY) {
 
-	    if (recall && ch == UPARROW) {
+	    if (recall && ch == UPARROW_KEY) {
 		if (FirstRecall) {
 		    FirstRecall = FALSE;
 		    /*
@@ -177,7 +177,7 @@ void LYDownload(char *line)
 		    }
 		    goto check_recall;
 		}
-	    } else if (recall && ch == DNARROW) {
+	    } else if (recall && ch == DNARROW_KEY) {
 		if (FirstRecall) {
 		    FirstRecall = FALSE;
 		    /*
@@ -306,12 +306,12 @@ void LYDownload(char *line)
 		}
 
 	      check_again:
-		if ((ch = LYgetBString(&buffer, VISIBLE, 0, recall)) < 0 ||
+		if ((ch = LYgetBString(&buffer, FALSE, 0, recall)) < 0 ||
 		    isBEmpty(buffer) ||
-		    ch == UPARROW ||
-		    ch == DNARROW) {
+		    ch == UPARROW_KEY ||
+		    ch == DNARROW_KEY) {
 
-		    if (recall && ch == UPARROW) {
+		    if (recall && ch == UPARROW_KEY) {
 			if (FirstRecall) {
 			    FirstRecall = FALSE;
 			    /*
@@ -344,7 +344,7 @@ void LYDownload(char *line)
 			    }
 			    goto check_again;
 			}
-		    } else if (recall && ch == DNARROW) {
+		    } else if (recall && ch == DNARROW_KEY) {
 			if (FirstRecall) {
 			    FirstRecall = FALSE;
 			    /*