w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit f9686b84dc50faf0ba041b957150a92db7267982
parent c8e726485fd9a2d863aee1cbaf97b368542c228d
Author: ukai <ukai>
Date:   Fri, 27 Dec 2002 15:50:32 +0000

[w3m-dev 03606] Re: clean up displayBuffer()
* main.c (followA): B_FORCE_REDRAW
	(follow_map): ditto
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>

Diffstat:
MChangeLog | 6++++++
Mmain.c | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-28 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + + * [w3m-dev 03606] Re: clean up displayBuffer() + * main.c (followA): B_FORCE_REDRAW + (follow_map): ditto + 2002-12-27 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03604] http response code and content-type diff --git a/main.c b/main.c @@ -2893,7 +2893,7 @@ followA(void) delBuffer(buf); else deleteTab(CurrentTab); - displayBuffer(Currentbuf, B_NORMAL); + displayBuffer(Currentbuf, B_FORCE_REDRAW); return; } loadLink(url, a->target, a->referer, NULL); @@ -4074,7 +4074,7 @@ follow_map(struct parsed_tagarg *arg) delBuffer(buf); else deleteTab(CurrentTab); - displayBuffer(Currentbuf, B_NORMAL); + displayBuffer(Currentbuf, B_FORCE_REDRAW); return; } cmd_loadURL(a->url, baseURL(Currentbuf),