diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /table.h | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: table.h,v 1.1 2001/11/08 05:15:40 a-ito Exp $ */ +/* $Id: table.h,v 1.2 2001/11/09 04:59:18 a-ito Exp $ */ #if (defined(MESCHACH) && !defined(MATRIX)) #define MATRIX #endif /* (defined(MESCHACH) && !defined(MATRIX)) @@ -119,12 +119,13 @@ struct table { #define TBLM_NOBR 2 #define TBLM_XMP 4 #define TBLM_LST 8 +#define TBLM_PLAINTEXT 16 #define TBLM_PRE_INT 32 #define TBLM_INTXTA 64 #define TBLM_INSELECT 128 -#define TBLM_PREMODE (TBLM_PRE|TBLM_INTXTA|TBLM_INSELECT|TBLM_XMP|TBLM_LST) -#define TBLM_SPECIAL (TBLM_PRE|TBLM_PRE_INT|TBLM_XMP|TBLM_LST) -#define TBLM_PLAIN (TBLM_XMP|TBLM_LST) +#define TBLM_PREMODE (TBLM_PRE|TBLM_INTXTA|TBLM_INSELECT|TBLM_PLAIN) +#define TBLM_SPECIAL (TBLM_PRE|TBLM_PRE_INT|TBLM_PLAIN) +#define TBLM_PLAIN (TBLM_PLAINTEXT|TBLM_XMP|TBLM_LST) #define TBLM_SCRIPT 256 #define TBLM_STYLE 512 #define TBLM_IGNORE (TBLM_SCRIPT|TBLM_STYLE) |