Mercurial > emacs
diff src/dispextern.h @ 53095:bebcff17499f
(struct it): New member start.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 18 Nov 2003 23:42:40 +0000 |
| parents | f832dd90f584 |
| children | c93af1a0546a |
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;
