aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-07-19 09:00:34 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-07-19 09:00:34 +0000
commitfd8468f7f9c9784f02a99fbd54ad15990c0037e6 (patch)
tree582fa67c8b360e85d21c1ad29c3a2bc7972bc908 /fm.h
parenthttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21 (diff)
downloadw3m-fd8468f7f9c9784f02a99fbd54ad15990c0037e6.tar.gz
w3m-fd8468f7f9c9784f02a99fbd54ad15990c0037e6.zip
* [w3m-dev 04238] [patch] simple preserve space
* rc.c: Introduce option simple_preserve_space. * fm.h: add global variable SimplePreserveSpace. * file.c (HTMLlineproc0): check SimplePreserveSpace.
Diffstat (limited to '')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 7ac6b30..8e0e133 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.138 2007/05/30 04:47:24 inu Exp $ */
+/* $Id: fm.h,v 1.139 2010/07/19 09:00:34 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -1038,6 +1038,7 @@ global char ExtHalfdump init(FALSE);
global char FollowLocale init(TRUE);
global char UseContentCharset init(TRUE);
global char SearchConv init(TRUE);
+global char SimplePreserveSpace init(FALSE);
#define Str_conv_from_system(x) wc_Str_conv((x), SystemCharset, InnerCharset)
#define Str_conv_to_system(x) wc_Str_conv_strict((x), InnerCharset, SystemCharset)
#define Str_conv_to_halfdump(x) (ExtHalfdump ? wc_Str_conv((x), InnerCharset, DisplayCharset) : (x))