aboutsummaryrefslogtreecommitdiffstats
path: root/keybind.c
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
commit6c63633545c254dc085402e0f927a6826d1dd229 (patch)
tree0126fb5598304c713ea1276e294da9098b5df3b4 /keybind.c
parentInitial revision (diff)
downloadw3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz
w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'keybind.c')
-rw-r--r--keybind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keybind.c b/keybind.c
index 81ebaa3..6e12886 100644
--- a/keybind.c
+++ b/keybind.c
@@ -1,4 +1,4 @@
-/* $Id: keybind.c,v 1.1 2001/11/08 05:15:02 a-ito Exp $ */
+/* $Id: keybind.c,v 1.2 2001/11/09 04:59:17 a-ito Exp $ */
#include "funcname2.h"
char GlobalKeymap[128] =
@@ -36,7 +36,7 @@ char GlobalKeymap[128] =
/* h i j k l m n o */
movL, peekIMG,movD, movU, movR, nulcmd, srchnxt, ldOpt,
/* p q r s t u v w */
- nulcmd, qquitfm,nulcmd, selBuf, nulcmd, peekURL,vwSrc, movRW,
+ nulcmd, qquitfm,nulcmd, selMn, nulcmd, peekURL,vwSrc, movRW,
/* x y z { | } ~ DEL */
nulcmd, nulcmd, ctrCsrV,nulcmd, nulcmd, nulcmd, nulcmd, nulcmd,
};