aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-27 16:18:48 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-27 16:18:48 +0000
commit68c534d2ed443399934b24ac92bfa8991ccccf39 (patch)
tree9faf58b92941e3a6faa3cbee1c299e73951e5f17 /fm.h
parentfix indent (diff)
downloadw3m-68c534d2ed443399934b24ac92bfa8991ccccf39.tar.gz
w3m-68c534d2ed443399934b24ac92bfa8991ccccf39.zip
[w3m-dev 03689] Re: fold patch
* fm.h (BufferPos): add bpos * main.c (save_buffer_position): bpos initialize (resetPos): reset bpos From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index b4925c9..30fd5ab 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.108 2003/01/25 17:42:17 ukai Exp $ */
+/* $Id: fm.h,v 1.109 2003/01/27 16:18:52 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -471,6 +471,7 @@ typedef struct _BufferPos {
long cur_linenumber;
int currentColumn;
int pos;
+ int bpos;
struct _BufferPos *next;
struct _BufferPos *prev;
} BufferPos;