diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-08 09:53:42 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-08 09:53:42 +0000 |
commit | 21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45 (patch) | |
tree | 07ac0411095628bf493f09c8312e43edc0b6567f /fm.h | |
parent | fix conditions for UseGraphicChar (diff) | |
download | w3m-21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45.tar.gz w3m-21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45.zip |
[w3m-dev 04360] Re: "important" bugs from bugs.debian.org
Diffstat (limited to '')
-rw-r--r-- | fm.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |