summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 829386f8..9c50a248 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -305,8 +305,8 @@ igetch()
}
}
return ch;
- case '\n': /* Ptt§â \n®³±¼ */
- continue;
+ //case '\n': /* Ptt§â \n®³±¼ */
+ // continue;
case Ctrl('T'):
if (WATERMODE(WATER_ORIG) || WATERMODE(WATER_NEW)) {
if (watermode > 0) {
@@ -353,6 +353,11 @@ igetch()
}
}
return ch;
+
+ case Ctrl('J'):
+ CallAngel();
+ continue;
+
case IAC:
// disallow user input telnet protocol leading char IAC chr(255)
// TODO parse telnet protocol