aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-07-25 09:55:05 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-07-25 09:55:05 +0000
commite2782c2ae915a60778c3c43804926f1efc92cc6a (patch)
treed1195dc29ff2c4b4c859634b670b03549c34367b /fm.h
parent[w3m-dev 04326] suppress compile warnings. (diff)
downloadw3m-e2782c2ae915a60778c3c43804926f1efc92cc6a.tar.gz
w3m-e2782c2ae915a60778c3c43804926f1efc92cc6a.zip
* merge ambiguous width patch
* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch
Diffstat (limited to '')
-rw-r--r--fm.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/fm.h b/fm.h
index 3536c15..df3c243 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.143 2010/07/19 23:34:01 htrb Exp $ */
+/* $Id: fm.h,v 1.144 2010/07/25 09:55:05 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -1059,10 +1059,7 @@ global char SimplePreserveSpace init(FALSE);
#define wc_Str_conv_strict(x,charset0,charset1) (x)
#endif
global char UseAltEntity init(TRUE);
-#define GRAPHIC_CHAR_ASCII 2
-#define GRAPHIC_CHAR_CHARSET 0
-#define GRAPHIC_CHAR_ALL 1
-global char UseGraphicChar init(GRAPHIC_CHAR_ASCII);
+global char UseGraphicChar init(FALSE);
extern char *graph_symbol[];
extern char *graph2_symbol[];
extern int symbol_width;