the 'delete' key does *not* act as Ctrl-D (EOT, cf. ascii(7))

This commit is contained in:
tg
2006-08-02 14:02:55 +00:00
parent 58e5606710
commit 174b4c5a1d
2 changed files with 4 additions and 4 deletions

4
edit.c
View File

@ -5,7 +5,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.33 2006/08/02 14:00:18 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.34 2006/08/02 14:02:54 tg Exp $");
/* tty driver characters we are interested in */
typedef struct {
@ -1222,7 +1222,7 @@ static struct x_defbindings const x_defbindings[] = {
{ XFUNC_mv_end | 0x80, 2, '4' },
{ XFUNC_mv_end | 0x80, 2, '8' },
{ XFUNC_mv_end, 2, 'F' },
{ XFUNC_eot_del | 0x80, 2, '3' },
{ XFUNC_del_char | 0x80, 2, '3' },
};
int