summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-04 03:37:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-04 03:37:23 +0800
commitea5f148819c3986ef751dce5d83d9314f920b10c (patch)
tree8e07d0610d342b3de83dbc1d9cc83e725a61f34d /mbbsd/user.c
parent64abee05405680452d0e7d8b7237d6de0cb12cdf (diff)
downloadpttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar.gz
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar.bz2
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar.lz
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar.xz
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.tar.zst
pttbbs-ea5f148819c3986ef751dce5d83d9314f920b10c.zip
- add option to support both coloured and symboled modification mark (~ and +)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3625 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 7fcfb6c6..29b6d030 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -326,6 +326,8 @@ void Customize(void)
/* cuser.uflag settings */
static const unsigned int masks1[] = {
MOVIE_FLAG,
+ NO_MODMARK_FLAG ,
+ COLORED_MODMARK,
#ifdef DBCSAWARE
DBCSAWARE_FLAG,
#endif
@@ -334,6 +336,8 @@ void Customize(void)
static const char* desc1[] = {
"動態看板",
+ "隱藏文章修改符號(推文/修文) (~)",
+ "改用彩色修改符號 (+)",
#ifdef DBCSAWARE
"自動偵測雙位元字集(如全型中文)",
#endif