aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
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 /fm.h
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 'fm.h')
-rw-r--r--fm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 13cbfe6..76c7988 100644
--- a/fm.h
+++ b/fm.h
@@ -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;