aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-08-04 14:06:35 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-08-04 14:06:35 +0000
commitde4557c096f0ef91763331e8ca3c8fe45b223aca (patch)
treeb1e6346013614fceb733ad4fde3a9cf5edf1a734 /symbol.c
parent[w3m-dev 04363] Re: w3m's bugs from bugs.debian.org (diff)
downloadw3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.tar.gz
w3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.zip
fix conditions for UseGraphicChar
Diffstat (limited to '')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index f4215ed..50475ae 100644
--- a/symbol.c
+++ b/symbol.c
@@ -87,7 +87,7 @@ get_symbol(wc_ces charset, int *width)
charset_symbol_set *p;
symbol_set *s = NULL;
- if (UseGraphicChar) {
+ if (UseGraphicChar != GRAPHIC_CHAR_ASCII) {
if (charset == save_charset && save_symbol != NULL &&
*width == save_symbol->width) {
return save_symbol->conved_item;