changeset 16403:a388d0109b9e

(struct position): New field ovstring_chars_done.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Oct 1996 17:54:39 +0000
parents 3608b4a0c460
children 0cdf66e69ad8
files src/indent.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.h	Mon Oct 07 17:54:16 1996 +0000
+++ b/src/indent.h	Mon Oct 07 17:54:39 1996 +0000
@@ -26,6 +26,9 @@
     int vpos;
     int prevhpos;
     int contin;
+    /* Number of characters we have already handled
+       from the before and after strings at this position.  */
+    int ovstring_chars_done;
   };
 
 struct position *compute_motion ();