diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-22 16:59:11 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-22 16:59:11 +0000 |
commit | 7b85bcab2fa0943dbf135725b9146dcfa3ca45f6 (patch) | |
tree | 546f2ed8a9e63575a7459c895d3c1178681178df /proto.h | |
parent | [w3m-dev-en 00670] GOTO behavior change (diff) | |
download | w3m-7b85bcab2fa0943dbf135725b9146dcfa3ca45f6.tar.gz w3m-7b85bcab2fa0943dbf135725b9146dcfa3ca45f6.zip |
[w3m-dev 02885] Re: goURL
* funcname.tab (GOTO_RELATIVE): added
* main.c (goURL0): renamed from goURL
don't add http:// here, if base URL is NULL, cmd_loadURL() will add http:// when necessary
* main.c (goURL): go to URL with current URL
* main.c (gorURL): go to relative URL
* proto.h (gorURL): added
* doc/README.func (GOTO_RELATIVE): added
* doc-jp/README.func (GOTO_RELATIVE): ditto
From: Fumitoshi UKAI <ukai@debian.or.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.28 2002/01/21 17:57:28 ukai Exp $ */ +/* $Id: proto.h,v 1.29 2002/01/22 16:59:11 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -74,6 +74,7 @@ extern void nextU(void); extern void backBf(void); extern void deletePrevBuf(void); extern void goURL(void); +extern void gorURL(void); extern void ldBmark(void); extern void adBmark(void); extern void ldOpt(void); |