fix conditions for UseGraphicChar

This commit is contained in:
Ito Hiroyuki
2010-08-04 14:06:35 +00:00
parent 7bba9d43e8
commit de4557c096
11 changed files with 101 additions and 56 deletions

7
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.146 2010/08/03 10:02:16 htrb Exp $ */
/* $Id: fm.h,v 1.147 2010/08/04 14:06:36 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -1057,7 +1057,10 @@ global char SimplePreserveSpace init(FALSE);
#define wc_Str_conv_strict(x,charset0,charset1) (x)
#endif
global char UseAltEntity init(TRUE);
global char UseGraphicChar init(FALSE);
#define GRAPHIC_CHAR_ASCII 2
#define GRAPHIC_CHAR_DEC 1
#define GRAPHIC_CHAR_CHARSET 0
global char UseGraphicChar init(GRAPHIC_CHAR_CHARSET);
extern char *graph_symbol[];
extern char *graph2_symbol[];
extern int symbol_width;