summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 00ddf1b8..f26c99db 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1529,7 +1529,7 @@ int u_detectDBCSAwareEvilClient()
move(14, 15*2);
ch = igetch();
if(ch != KEY_LEFT && ch != KEY_RIGHT &&
- ch != Ctrl('H') && ch != '\177')
+ ch != KEY_BS && ch != KEY_BS2)
{
move(16, 0);
bell();