* merge ambiguous width patch

* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch
This commit is contained in:
Ito Hiroyuki
2010-07-25 09:55:05 +00:00
parent 1cf2e954a1
commit e2782c2ae9
17 changed files with 22236 additions and 174 deletions

View File

@@ -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;
}