summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 16be0d89..1e27257a 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1328,7 +1328,6 @@ do_talk_char(talkwin_t * twin, int ch, FILE *flog)
// complex data change
case KEY_BS:
- case KEY_BS2:
if (twin->curcol > 0)
{
int delta = 1;
@@ -1347,6 +1346,7 @@ do_talk_char(talkwin_t * twin, int ch, FILE *flog)
}
return;
+ case KEY_DEL:
case Ctrl('D'):
if (twin->curcol < line->len)
{