aboutsummaryrefslogtreecommitdiffstats
path: root/buffer.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 16:46:32 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 16:46:32 +0000
commit8ba4eebc4a8e6b95e6cec4bc0e0884303e5c3fa3 (patch)
treeec658a012b39abe4c11a970b68c0bbcd5416ad1d /buffer.c
parent* XMakefile (clean): rm tagtable.c (diff)
downloadw3m-8ba4eebc4a8e6b95e6cec4bc0e0884303e5c3fa3.tar.gz
w3m-8ba4eebc4a8e6b95e6cec4bc0e0884303e5c3fa3.zip
[w3m-dev 02454] line number
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer.c b/buffer.c
index d2fd947..51637c0 100644
--- a/buffer.c
+++ b/buffer.c
@@ -31,6 +31,7 @@ newBuffer(int width)
return NULL;
bzero((void *) n, sizeof(Buffer));
n->width = width;
+ n->COLS = COLS;
n->currentURL.scheme = SCM_UNKNOWN;
n->baseURL = NULL;
n->baseTarget = NULL;