[w3m-dev 02651] search keymap using hash

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-10 17:02:43 +00:00
parent 0b03496f19
commit 14f4297a04
17 changed files with 191 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: history.h,v 1.3 2001/11/24 02:01:26 ukai Exp $ */
/* $Id: history.h,v 1.4 2001/12/10 17:02:44 ukai Exp $ */
#ifndef HISTORY_H
#define HISTORY_H
@@ -14,7 +14,7 @@ typedef GeneralList HistList;
typedef struct {
HistList *list;
HistItem *current;
Hash_hist *hash;
Hash_sv *hash;
} Hist;
extern Hist *newHist();