From b9be47c6d5c1d675f80a0fb4883fc90f986fffb6 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sun, 10 Nov 2002 11:59:15 +0000 Subject: [w3m-dev 03401] w3mhelp.cgi * proto.h (tabMn): nulcmd ifndef USE_MENU * scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR * scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR Tab operation * scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o * scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation add tabURL, tabrURL in File/Stream operation add Tab operation add lineedit_editor in Line edit mode From: Hironori SAKAMOTO --- proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 40796ed..ddb1e63 100644 --- a/proto.h +++ b/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.53 2002/11/09 21:55:24 ukai Exp $ */ +/* $Id: proto.h,v 1.54 2002/11/10 11:59:15 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -646,6 +646,7 @@ extern void initMenu(void); #else /* not USE_MENU */ #define mainMn nulcmd #define selMn selBuf +#define tabMn nulcmd #endif /* not USE_MENU */ #ifdef USE_DICT -- cgit v1.2.3