[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

4
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.6 2001/11/20 08:20:56 ukai Exp $ */
/* $Id: fm.h,v 1.7 2001/11/20 16:46:33 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -333,6 +333,8 @@ typedef struct _Buffer {
short cursorY;
short pos;
short visualpos;
short rootX;
short COLS;
InputStream pagerSource;
AnchorList *href;
AnchorList *name;