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 /backend.c | |
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 'backend.c')
-rw-r--r-- | backend.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |