# HG changeset patch # User Richard M. Stallman # Date 883622405 0 # Node ID 64b4e34d34c27f73f083b5d4775bb43bb9f11eb5 # Parent 4eae32c756425f8fc9a3047d3f463de86779e14b (struct position): New field bytepos. diff -r 4eae32c75642 -r 64b4e34d34c2 src/indent.h --- a/src/indent.h Thu Jan 01 02:39:04 1998 +0000 +++ b/src/indent.h Thu Jan 01 02:40:05 1998 +0000 @@ -39,6 +39,7 @@ struct position { int bufpos; + int bytepos; int hpos; int vpos; int prevhpos;