aboutsummaryrefslogtreecommitdiffstats
path: root/map.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-09 15:51:08 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-09 15:51:08 +0000
commit945ebeab6f857d345e8e6a5490a6ec3a71c8c6e3 (patch)
tree6364af577cdd0bce0caf7d72cd55f1a5a84a0c96 /map.c
parent[w3m-dev 03548] close anchor before <img align=...> (diff)
downloadw3m-945ebeab6f857d345e8e6a5490a6ec3a71c8c6e3.tar.gz
w3m-945ebeab6f857d345e8e6a5490a6ec3a71c8c6e3.zip
[w3m-dev 03549] link list
* anchor.c (addMultirowsImg): add a->slave (getAnchorText): arg AnchorList *al (link_list_panel): added * funcname.tab (LIST): added (LIST_MENU): added (MOVE_LIST_MENU): added * main.c (anchorMn): added (accessKey): use anchorMn() (listMn): added (movlistMn): added (linkLst): added * map.c (searchMapList): not static * menu.c (accesskey_menu): pass AnchorList to getAnchorText() (lmKeys): added (lmKeys2): added (nlmKeys): added (nlmKeys2): added (lmGoto): added (lmSelect): added (list_menu): added * proto.h (linkLst): added (listMn): added (movlistMn): added (list_menu): added (searchMapList): added (getAnchorText): arg AnchorList *al (link_list_panel): added * doc/README.func (LIST): added (LIST_MENU): added (MOVE_LIST_MENU): added * doc-jp/README.func (LINK_MENU): fix message (LIST): added (LIST_MENU): added (MOVE_LIST_MENU): added * scripts/w3mhelp.cgi.in (Page/Cursor motion): add movlistMn (Hyperlink operation): add linkLst linkMn From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/map.c b/map.c
index db73591..4d7ede9 100644
--- a/map.c
+++ b/map.c
@@ -1,11 +1,11 @@
-/* $Id: map.c,v 1.20 2002/12/05 16:33:08 ukai Exp $ */
+/* $Id: map.c,v 1.21 2002/12/09 15:51:09 ukai Exp $ */
/*
* client-side image maps
*/
#include "fm.h"
#include <math.h>
-static MapList *
+MapList *
searchMapList(Buffer *buf, char *name)
{
MapList *ml;