From cc5f95be509c70a94d914c62df45403d0e10295e Mon Sep 17 00:00:00 2001 From: Ito Hiroyuki Date: Mon, 19 Jul 2010 12:53:39 +0000 Subject: * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329863#8 * rc.c: Introduce option pseudo_inlines. * fm.h: add global variable pseudoInlines. * file.c (process_img): check q. --- fm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index eab000b..9f54d15 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.141 2010/07/19 12:08:41 htrb Exp $ */ +/* $Id: fm.h,v 1.142 2010/07/19 12:53:39 htrb Exp $ */ /* * w3m: WWW wo Miru utility * @@ -948,6 +948,7 @@ global int image_map_list init(TRUE); #else global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */ #endif +global int pseudoInlines init(TRUE); global char *Editor init(DEF_EDITOR); #ifdef USE_W3MMAILER global char *Mailer init(NULL); -- cgit v1.2.3