Updates from 0.2.1 into 0.2.1-inu-1.5

This commit is contained in:
Akinori Ito
2001-11-09 04:59:17 +00:00
parent 68a07bf03b
commit 6c63633545
246 changed files with 32763 additions and 21814 deletions

View File

@@ -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,
};