diff src/indent.h @ 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 ee40177f6c68
children f13a67b3ec8d
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 ();