* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329862#20 * table.c (feed_table_tag): check displayLinkNumber. * proto.h: add getLinkNumberStr(). * main.c (do_dump): check displayLinkNumber. * fm.h: add global variable displayLinkNumber. * file.c (getLinkNumberStr): added. (process_input, process_select, HTMLtagproc1): check displayLinkNumber.
This commit is contained in:
3
fm.h
3
fm.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: fm.h,v 1.142 2010/07/19 12:53:39 htrb Exp $ */
|
||||
/* $Id: fm.h,v 1.143 2010/07/19 23:34:01 htrb Exp $ */
|
||||
/*
|
||||
* w3m: WWW wo Miru utility
|
||||
*
|
||||
@@ -932,6 +932,7 @@ global int label_topline init(FALSE);
|
||||
global int nextpage_topline init(FALSE);
|
||||
global char *displayTitleTerm init(NULL);
|
||||
global int displayLink init(FALSE);
|
||||
global int displayLinkNumber init(FALSE);
|
||||
global int displayLineInfo init(FALSE);
|
||||
global int DecodeURL init(FALSE);
|
||||
global int retryAsHttp init(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user