[w3m-dev-en 00751] Re: tab completion weirdness in w3m 0.3

* main.c (svBuf): unescape spaces when input is filename
* proto.h (unescape_spaces): added
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-06-09 16:09:24 +00:00
parent 259d1f18be
commit 1756f4887e
3 changed files with 21 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: proto.h,v 1.43 2002/06/01 17:09:05 ukai Exp $ */
/* $Id: proto.h,v 1.44 2002/06/09 16:09:25 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -293,6 +293,7 @@ extern void escdmap(char c);
extern char *inputLineHistSearch(char *prompt, char *def_str, int flag,
Hist *hist, int (*incfunc) (int ch, Str buf,
Lineprop *prop));
extern Str unescape_spaces(Str s);
#ifdef USE_HISTORY
extern Buffer *historyBuffer(Hist *hist);
extern void loadHistory(Hist *hist);