[w3m-dev 03707] Don't stop loading image when moving to next page.

* display.c (save_current_buf): required when defined USE_IMAGE
	(displayBuffer): stop only buffer changed
* image.c (loadImage): IMG_FLAG_START load from maxLoadImage
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2003-01-28 16:45:15 +00:00
parent e442c118b8
commit 6a009d9482
3 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: image.c,v 1.29 2003/01/28 16:46:54 ukai Exp $ */
/* $Id: image.c,v 1.28 2003/01/28 16:45:19 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
@@ -340,7 +340,7 @@ loadImage(int flag)
i = 0;
else
i = maxLoadImage;
for (; i < n_load_image; i++) {
for ( ; i < n_load_image; i++) {
cache = image_cache[i];
if (!cache)
continue;