diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index c282d972..cb2049fd 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -118,6 +118,7 @@ typedef struct userec_t { /* useless flag */ //#define COLOR_FLAG 0x80 /* true if the color mode open */ //#define MIND_FLAG 0x100 /* true if mind search mode open <-Heat*/ +#define RAWDBCS_FLAG 0x200 /* true if rawmode instead of DBCS-aware */ /* these are flags in userec_t.uflag2 */ #define WATER_MASK 000003 /* water mask */ |