aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-01-01 02:40:05 +0000
committerRichard M. Stallman <[email protected]>1998-01-01 02:40:05 +0000
commitac98710ceff486bf36c5872ddaedee1b81f8a220 (patch)
treedc7a349153cc8ad3705f0025e61acb6bfe047f13 /src
parent8458ede666107dad36e242a386cd2f17f9343eef (diff)
(struct position): New field bytepos.
Diffstat (limited to 'src')
-rw-r--r--src/indent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.h b/src/indent.h
index 9e6a6f0382..16d068c660 100644
--- a/src/indent.h
+++ b/src/indent.h
@@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
struct position
{
int bufpos;
+ int bytepos;
int hpos;
int vpos;
int prevhpos;