[w3m-dev 03515] 2 stroke keybinding
* func.c (setKeymap): add map K_MULTI support (getKey2): added (getKey): rewrite to use getKey2() * func.h (K_MULTI): added (MULTI_KEY): added * funcname.tab (MULTIMAP): added * main.c (escKeyProc): added (escmap): rewrite to use escKeyProc() (escbmap): rewrite to use escKeyProc() (escdmap): rewrite to use escKeyProc() (multimap): added * proto.h (multimap): added From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
3
proto.h
3
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.63 2002/11/26 17:05:25 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.64 2002/12/03 16:01:44 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -313,6 +313,7 @@ extern void pcmap(void);
|
||||
extern void escmap(void);
|
||||
extern void escbmap(void);
|
||||
extern void escdmap(char c);
|
||||
extern void multimap(void);
|
||||
extern char *inputLineHistSearch(char *prompt, char *def_str, int flag,
|
||||
Hist *hist, int (*incfunc) (int ch, Str buf,
|
||||
Lineprop *prop));
|
||||
|
||||
Reference in New Issue
Block a user