* [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.
This commit is contained in:
Ito Hiroyuki
2010-07-19 12:53:39 +00:00
parent 3b6bf23b5a
commit cc5f95be50
4 changed files with 23 additions and 4 deletions

3
fm.h
View File

@@ -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);