[w3m-dev 02454] line number

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-20 16:46:32 +00:00
parent ce759a27cb
commit 8ba4eebc4a
8 changed files with 90 additions and 63 deletions

View File

@@ -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;