[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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!@PERL@
|
||||
# $Id: w3mhelp.cgi.in,v 1.20 2002/12/05 16:29:17 ukai Exp $
|
||||
# $Id: w3mhelp.cgi.in,v 1.21 2002/12/09 15:51:10 ukai Exp $
|
||||
|
||||
if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {
|
||||
$CYGPATH = 1;
|
||||
@@ -134,13 +134,13 @@ for $otherlang (@docdirs) {
|
||||
movR1 movL1 movD1 movU1 ldown1 lup1
|
||||
shiftl shiftr col1L col1R linbeg linend ctrCsrH ctrCsrV
|
||||
goLine goLineF goLineL movRW movLW
|
||||
topA lastA nextA prevA
|
||||
topA lastA nextA prevA movlistMn
|
||||
nextR nextL nextD nextU nextRD nextLU"));
|
||||
|
||||
&show_keymap("Hyperlink operation",
|
||||
split(" ", "followA tabA svA followI svI submitForm
|
||||
curURL peekURL peekIMG pginfo curlno chkURL chkWORD chkNMID
|
||||
rFrame extbrz linkbrz linkMn accessKey"));
|
||||
rFrame extbrz linkbrz linkLst listMn linkMn accessKey"));
|
||||
|
||||
&show_keymap("File/Stream operation",
|
||||
split(" ", "goURL gorURL tabURL tabrURL ldfile readsh pipesh
|
||||
|
Reference in New Issue
Block a user