aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-04-19 11:42:29 +0000
committerDai Sato <satodai@w3m.jp>2007-04-19 11:42:29 +0000
commit7b084101e386908a0f3dd330062f702bdef8b035 (patch)
treeb7c9897bd325f7d3bd7a5cbc7d375e14638f9233 /fm.h
parent* [SECURITY] fix format string vulnerability (diff)
downloadw3m-7b084101e386908a0f3dd330062f702bdef8b035.tar.gz
w3m-7b084101e386908a0f3dd330062f702bdef8b035.zip
display <em> and <i> elements with underline. [w3m-dev 04197]
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fm.h b/fm.h
index a97a0c2..54581dd 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.134 2006/12/10 11:06:12 inu Exp $ */
+/* $Id: fm.h,v 1.135 2007/04/19 11:42:29 inu Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -167,7 +167,7 @@ void bzero(void *, int);
#define PE_VISITED 0x4000
/* Extra effect */
-#define PE_EX_ITALIC PE_BOLD
+#define PE_EX_ITALIC PE_UNDER
#define CharType(c) ((c)&P_CHARTYPE)
#define CharEffect(c) ((c)&(P_EFFECT|PC_SYMBOL))