=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/keymap.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/mg/keymap.c 2002/02/21 04:14:01 1.17 +++ src/usr.bin/mg/keymap.c 2002/03/01 19:05:40 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: keymap.c,v 1.17 2002/02/21 04:14:01 deraadt Exp $ */ +/* $OpenBSD: keymap.c,v 1.18 2002/03/01 19:05:40 deraadt Exp $ */ /* * Keyboard maps. This is character set dependent. The terminal specific @@ -139,8 +139,6 @@ rescan, /* q */ rescan, /* r */ savebuffers, /* s */ - NULL, /* t */ - undo, /* u */ }; #ifndef NO_MACRO @@ -172,7 +170,7 @@ '=', '=', cXeq, NULL }, { - '^', 'u', cXcar, NULL + '^', 's', cXcar, NULL }, } }; @@ -324,7 +322,7 @@ rescan, /* ^\ selfinsert is default on fundamental */ rescan, /* ^] */ rescan, /* ^^ */ - undo, /* ^_ */ + rescan, /* ^_ */ }; static PF fund_del[] = {