bind xterm-xfree86 and wscons (NetBSD®) wsvt25/vt220 too

This commit is contained in:
tg
2006-08-02 14:00:19 +00:00
parent 52357a30be
commit 58e5606710
2 changed files with 13 additions and 5 deletions

6
edit.c
View File

@@ -5,7 +5,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.32 2006/08/02 13:32:17 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.33 2006/08/02 14:00:18 tg Exp $");
/* tty driver characters we are interested in */
typedef struct {
@@ -1217,7 +1217,11 @@ static struct x_defbindings const x_defbindings[] = {
{ XFUNC_mv_forw, 2, 'C' },
{ XFUNC_mv_back, 2, 'D' },
{ XFUNC_mv_begin | 0x80, 2, '1' },
{ XFUNC_mv_begin | 0x80, 2, '7' },
{ XFUNC_mv_begin, 2, 'H' },
{ XFUNC_mv_end | 0x80, 2, '4' },
{ XFUNC_mv_end | 0x80, 2, '8' },
{ XFUNC_mv_end, 2, 'F' },
{ XFUNC_eot_del | 0x80, 2, '3' },
};