aboutsummaryrefslogtreecommitdiffstats
path: root/backend.c
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 /backend.c
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 'backend.c')
-rw-r--r--backend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.c b/backend.c
index c418095..70406fd 100644
--- a/backend.c
+++ b/backend.c
@@ -1,4 +1,4 @@
-/* $Id: backend.c,v 1.14 2010/07/18 14:10:09 htrb Exp $ */
+/* $Id: backend.c,v 1.15 2010/08/08 09:53:42 htrb Exp $ */
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -294,7 +294,7 @@ backend(void)
w3m_dump = 0;
if (COLS == 0)
- COLS = 80;
+ COLS = DEFAULT_COLS;
#ifdef USE_MOUSE
use_mouse = FALSE;
#endif /* USE_MOUSE */