* merge ambiguous width patch
* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch
This commit is contained in:
4
terms.c
4
terms.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: terms.c,v 1.60 2010/07/19 12:08:41 htrb Exp $ */
|
||||
/* $Id: terms.c,v 1.61 2010/07/25 09:55:05 htrb Exp $ */
|
||||
/*
|
||||
* An original curses library for EUC-kanji by Akinori ITO, December 1989
|
||||
* revised by Akinori ITO, January 1995
|
||||
@@ -1201,7 +1201,7 @@ graphend(void)
|
||||
int
|
||||
graph_ok(void)
|
||||
{
|
||||
if (UseGraphicChar != GRAPHIC_CHAR_ALL)
|
||||
if (! UseGraphicChar)
|
||||
return 0;
|
||||
return T_as[0] != 0 && T_ae[0] != 0 && T_ac[0] != 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user