about summary refs log tree commit diff stats
path: root/src/LYMainLoop.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-07-22 11:57:03 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-07-22 11:57:03 -0400
commit36863953e4886d5269a325c93bd433847694a5fb (patch)
tree485d1197eea38785b908bcdc1e0f228ab90b80e1 /src/LYMainLoop.c
parent57bfc74ff4ec4c2980b2330f2badc54a8990842d (diff)
downloadlynx-snapshots-36863953e4886d5269a325c93bd433847694a5fb.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-38
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r--src/LYMainLoop.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index e751496b..69a618dd 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -56,8 +56,6 @@
 #include "LYexit.h"
 #include "LYLeaks.h"
 
-extern BOOL reloading;		/* For Flushing Cache on Proxy Server */
-
 PRIVATE int are_different PARAMS((document *doc1, document *doc2));
 PRIVATE int are_phys_different PARAMS((document *doc1, document *doc2));
 PUBLIC void HTGotoURLs_free NOPARAMS;
@@ -1748,7 +1746,7 @@ new_cmd:  /*
 #endif /* NO_ASSUME_SAME_DOC */
 	    FREE(curdoc.address); /* so it doesn't get pushed */
 #ifdef VMS
-	    clearok(curscr, TRUE);
+	    lynx_force_repaint();
 #endif /* VMS */
 	    /*
 	     *  Reload should force a cache refresh on a proxy.
@@ -2009,7 +2007,7 @@ new_cmd:  /*
 	case LYK_REFRESH:
 	   refresh_screen = TRUE;
 #if defined(VMS) || defined(USE_SLANG)
-	   clearok(curscr, TRUE);
+	   lynx_force_repaint();
 #endif /* VMS || USE_SLANG */
 	   break;