1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

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