summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-11-18 23:42:40 +0000
committerKim F. Storm <storm@cua.dk>2003-11-18 23:42:40 +0000
commit674351829a7f06a79cfc4d21a29bab1e2f666ed9 (patch)
treebfefb1fef43f03d2c85318db0c0de479bf32f956 /src/dispextern.h
parent883800183c74f32eddb203857657a6e2b3c1964d (diff)
downloademacs-674351829a7f06a79cfc4d21a29bab1e2f666ed9.tar.gz
(struct it): New member start.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 615d1a02670..131852967b8 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1778,6 +1778,10 @@ struct it
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;