aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-07-19 12:53:39 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-07-19 12:53:39 +0000
commitcc5f95be509c70a94d914c62df45403d0e10295e (patch)
tree7266288808fe4622f1104bc2cee50f0d21861283 /fm.h
parent* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org (diff)
downloadw3m-cc5f95be509c70a94d914c62df45403d0e10295e.tar.gz
w3m-cc5f95be509c70a94d914c62df45403d0e10295e.zip
* [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.
Diffstat (limited to '')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
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);