summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-09 01:33:04 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-09 01:33:04 +0800
commitf9fb6ec425c4067b9e9bd9ef67ae601b418ee932 (patch)
tree36ffc794234379963e8e0d4fd3c9fd1e0a5053cb /mbbsd/user.c
parent1b48c6b5e274d2744286e70300a36e758763aa7e (diff)
downloadpttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar.gz
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar.bz2
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar.lz
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar.xz
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.tar.zst
pttbbs-f9fb6ec425c4067b9e9bd9ef67ae601b418ee932.zip
io.c: revised keyseq
user/pmore: general update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2810 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 263fba09..fa97f55f 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -361,13 +361,20 @@ void Customize(void)
#ifdef DBCSAWARE
case 'i':
+#if 0
+ /* Actually, you can't try detection here.
+ * this function (customization)was not designed with the ability
+ * to refresh itself.
+ */
if(key == 'I') // one more try
{
if(u_detectDBCSAwareEvilClient())
cuser.uflag &= ~DBCSAWARE_FLAG;
else
cuser.uflag |= DBCSAWARE_FLAG;
+
} else
+#endif
cuser.uflag ^= DBCSAWARE_FLAG;
break;
#endif