diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-09 16:09:24 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-09 16:09:24 +0000 |
commit | 1756f4887ec0bbb61f8dd2233c0d45a391d485d3 (patch) | |
tree | 21a8def7083746ea1af619e6bcda3e68759d7d8d /proto.h | |
parent | [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp() (diff) | |
download | w3m-1756f4887ec0bbb61f8dd2233c0d45a391d485d3.tar.gz w3m-1756f4887ec0bbb61f8dd2233c0d45a391d485d3.zip |
[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>
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |