[w3m-dev 03582] add config options graphic_char and use_proxy
* NEWS: rc: graphic_char, use_proxy * fm.h (Do_no_use_proxy): macro using use_proxy (use_proxy): added (no_graphic_char): deleted (UseGraphicChar): added * main.c (main): UseGraphicChar, use_proxy * rc.c (CMT_GRAPHIC_CHAR): added (CMT_USE_PROXY): added (params1): graphic_char (params4): use_proxy * terms.c (graph_ok): UseGraphicChar From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
4
terms.c
4
terms.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: terms.c,v 1.41 2002/12/11 15:07:53 ukai Exp $ */
|
||||
/* $Id: terms.c,v 1.42 2002/12/18 16:42:32 ukai Exp $ */
|
||||
/*
|
||||
* An original curses library for EUC-kanji by Akinori ITO, December 1989
|
||||
* revised by Akinori ITO, January 1995
|
||||
@@ -1204,7 +1204,7 @@ int
|
||||
graph_ok(void)
|
||||
{
|
||||
#ifndef KANJI_SYMBOLS
|
||||
if (no_graphic_char)
|
||||
if (!UseGraphicChar)
|
||||
return 0;
|
||||
#endif /* not KANJI_SYMBOLS */
|
||||
return T_as[0] != 0 && T_ae[0] != 0 && T_ac[0] != 0;
|
||||
|
Reference in New Issue
Block a user