diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | display.c | 4 | 
2 files changed, 9 insertions, 3 deletions
| @@ -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 @@ -4601,4 +4607,4 @@ a	* [w3m-dev 03276] compile error on EWS4800  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.507 2002/11/13 15:47:12 ukai Exp $ +$Id: ChangeLog,v 1.508 2002/11/13 15:49:00 ukai Exp $ @@ -1,4 +1,4 @@ -/* $Id: display.c,v 1.30 2002/11/12 12:46:53 ukai Exp $ */ +/* $Id: display.c,v 1.31 2002/11/13 15:49:01 ukai Exp $ */  #include <signal.h>  #include "fm.h" @@ -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) { | 
