(struct it): New member start.

This commit is contained in:
Kim F. Storm 2003-11-18 23:42:40 +00:00
parent 883800183c
commit 674351829a

View file

@ -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;