[w3m-dev 02859]
* config.h.dist (DEF_MIGEMO_COMMAND): added * configure (DEF_MIGEMO_COMMAND): added * fm.h (migemo_command): initial value is DEF_MIGEMO_COMMAND * main.c (migemostr): remove here, move search.c * main.c (srchcore): dont migemostr() here * proto.h (init_migemo): added * rc.c (sync_with_option): init_migemo() * search.c (init_migemo): added * search.c (open_migemo): added * search.c (migemostr): communicate background migemo * search.c (forwardSearch): if regexCompile for migemostr failed, try original str * search.c (backwardSearch): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
5
proto.h
5
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.25 2002/01/16 15:37:07 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.26 2002/01/16 16:49:54 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -255,6 +255,9 @@ extern char *mydirname(char *s);
|
||||
extern int next_status(char c, int *status);
|
||||
extern int read_token(Str buf, char **instr, int *status, int pre, int append);
|
||||
extern Str correct_irrtag(int status);
|
||||
#ifdef USE_MIGEMO
|
||||
extern void init_migemo(void);
|
||||
#endif
|
||||
extern int forwardSearch(Buffer *buf, char *str);
|
||||
extern int backwardSearch(Buffer *buf, char *str);
|
||||
extern void pcmap(void);
|
||||
|
Reference in New Issue
Block a user