changeset 53095:bebcff17499f

(struct it): New member start.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Nov 2003 23:42:40 +0000
parents cbc887693651
children 0393f4b21967
files src/dispextern.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue Nov 18 23:42:12 2003 +0000
+++ b/src/dispextern.h	Tue Nov 18 23:42:40 2003 +0000
@@ -1778,6 +1778,10 @@
      thus we need at most 16 bytes here.  */
   Lisp_Object ctl_chars[16];
 
+  /* Initial buffer or string position of the iterator, before skipping
+     over display properties and invisible text.  */
+  struct display_pos start;
+
   /* Current buffer or string position of the iterator, including
      position in overlay strings etc.  */
   struct display_pos current;