diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-07 21:48:08 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-07 21:48:08 +0800 |
commit | 182387c0a890b4fb63572c0001e00271ec425e78 (patch) | |
tree | 8fa3dc61344225d39efe56dfb0f9a19bcf9f6940 /include | |
parent | 72cc341f9fe53547460915edcf32cc99630898c5 (diff) | |
download | pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar.gz pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar.bz2 pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar.lz pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar.xz pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.tar.zst pttbbs-182387c0a890b4fb63572c0001e00271ec425e78.zip |
dbcs_aware: can be toggled.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2789 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 */ |