aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 58d0b81..f01face 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.85 2002/11/21 16:31:36 ukai Exp $ */
+/* $Id: fm.h,v 1.86 2002/11/21 17:05:01 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -452,6 +452,9 @@ typedef struct _TabBuffer {
struct _TabBuffer *prevTab;
Buffer *currentBuffer;
Buffer *firstBuffer;
+ short x1;
+ short x2;
+ short y;
} TabBuffer;
typedef struct _DownloadList {