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:
parent
883800183c
commit
674351829a
@ -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…
Reference in New Issue
Block a user