(struct it): New member start.
This commit is contained in:
parent
883800183c
commit
674351829a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue