summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 22de008f..bfba9c2d 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -322,8 +322,7 @@ igetch()
}
}
return ch;
- //case '\n': /* Ptt§â \n®³±¼ */
- // continue;
+
case Ctrl('T'):
if (WATERMODE(WATER_ORIG) || WATERMODE(WATER_NEW)) {
if (watermode > 0) {
@@ -371,8 +370,10 @@ igetch()
}
return ch;
- case Ctrl('J'):
+ case Ctrl('J'): /* Ptt §â \n ®³±¼ */
+#ifdef PLAY_ANGEL
CallAngel();
+#endif
continue;
case IAC: