aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-08-08 09:53:42 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-08-08 09:53:42 +0000
commit21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45 (patch)
tree07ac0411095628bf493f09c8312e43edc0b6567f /fm.h
parentfix conditions for UseGraphicChar (diff)
downloadw3m-21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45.tar.gz
w3m-21b5491b78e15ab3036cf0fc9fc595d8a6b9dd45.zip
[w3m-dev 04360] Re: "important" bugs from bugs.debian.org
Diffstat (limited to '')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 4e118b3..9ba1ef9 100644
--- a/fm.h
+++ b/fm.h
@@ -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