* [w3m-dev 03036]
* display.c (displayBuffer): ifdef USE_SSL From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-02-12 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 03036]
|
||||||
|
* display.c (displayBuffer): ifdef USE_SSL
|
||||||
|
|
||||||
2002-02-10 Fumitoshi UKAI <ukai@debian.or.jp>
|
2002-02-10 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
* [w3m-dev 03034] check buf
|
* [w3m-dev 03034] check buf
|
||||||
@@ -2910,4 +2915,4 @@
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.313 2002/02/09 15:27:14 ukai Exp $
|
$Id: ChangeLog,v 1.314 2002/02/12 08:43:45 ukai Exp $
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: display.c,v 1.17 2002/02/09 15:12:34 ukai Exp $ */
|
/* $Id: display.c,v 1.18 2002/02/12 08:43:46 ukai Exp $ */
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
|
|
||||||
@@ -319,8 +319,10 @@ displayBuffer(Buffer *buf, int mode)
|
|||||||
#endif /* not USE_MOUSE */
|
#endif /* not USE_MOUSE */
|
||||||
msg = Strnew();
|
msg = Strnew();
|
||||||
Strcat_charp(msg, "Viewing");
|
Strcat_charp(msg, "Viewing");
|
||||||
|
#ifdef USE_SSL
|
||||||
if (buf->ssl_certificate)
|
if (buf->ssl_certificate)
|
||||||
Strcat_charp(msg, "[SSL]");
|
Strcat_charp(msg, "[SSL]");
|
||||||
|
#endif
|
||||||
Strcat_charp(msg, " <");
|
Strcat_charp(msg, " <");
|
||||||
Strcat_charp(msg, buf->buffername);
|
Strcat_charp(msg, buf->buffername);
|
||||||
if (displayLink)
|
if (displayLink)
|
||||||
|
|||||||
Reference in New Issue
Block a user