summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 12:43:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 12:43:32 +0800
commit81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f (patch)
treeb03e3192666424bfed4eb831eff4eee092d79ff6 /mbbsd/user.c
parent8e5fa100d37547fbbb2862fe8bab431e0d1ea7a6 (diff)
downloadpttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar.gz
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar.bz2
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar.lz
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar.xz
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.tar.zst
pttbbs-81aedaf08d5fb34eddb2cf838a434aed1bfe3a6f.zip
- disable interupting ANSI inside DBCS characters (for UTF-8 or
non-DBCS clients) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3688 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index f2475e95..05289ef6 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -335,6 +335,7 @@ void Customize(void)
COLORED_MODMARK,
#ifdef DBCSAWARE
DBCSAWARE_FLAG,
+ DBCS_NOINTRESC,
#endif
0,
};
@@ -345,6 +346,7 @@ void Customize(void)
"改用色彩代替修改符號 (+)",
#ifdef DBCSAWARE
"自動偵測雙位元字集(如全型中文)",
+ "禁止插入雙位元的色碼(一字雙色)",
#endif
0,
};