w3m

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

commit baf0c62ff56b24c7aa8c079e93384c2c87383eec
parent 809ff9e50a48b2b2311ee2dcd8ce9861dba7f722
Author: ukai <ukai>
Date:   Wed, 13 Nov 2002 15:49:00 +0000

[w3m-dev 03425] charset of title
* display.c (displayBuffer): buffername converted to system coding
				for term title
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>

Diffstat:
MChangeLog | 6++++++
Mdisplay.c | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,11 @@ 2002-11-14 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03425] charset of title + * display.c (displayBuffer): buffername converted to system coding + for term title + +2002-11-14 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03424] Content length * file.c (loadGeneralFile): current_content_length before do_download (save2tmp): current_content_length move before return diff --git a/display.c b/display.c @@ -399,7 +399,7 @@ displayBuffer(Buffer *buf, int mode) standout(); message(msg->ptr, buf->cursorX + buf->rootX, buf->cursorY + buf->rootY); standend(); - term_title(buf->buffername); + term_title(conv_to_system(buf->buffername)); refresh(); #ifdef USE_IMAGE if (activeImage && displayImage && buf->img) {