[w3m-dev 04360] Re: "important" bugs from bugs.debian.org

This commit is contained in:
Ito Hiroyuki
2010-08-08 09:53:42 +00:00
parent de4557c096
commit 21b5491b78
4 changed files with 20 additions and 6 deletions

5
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.147 2010/08/04 14:06:36 htrb Exp $ */
/* $Id: fm.h,v 1.148 2010/08/08 09:53:42 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -101,6 +101,9 @@ void bzero(void *, int);
#define LINELEN 256 /* Initial line length */
#define PAGER_MAX_LINE 10000 /* Maximum line kept as pager */
#define MAXIMUM_COLS 1024
#define DEFAULT_COLS 80
#ifdef USE_IMAGE
#define MAX_IMAGE 1000
#define MAX_IMAGE_SIZE 2048