From 182387c0a890b4fb63572c0001e00271ec425e78 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 7 Jun 2005 13:48:08 +0000 Subject: dbcs_aware: can be toggled. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2789 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3