mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-09 00:11:49 -07:00
(struct iterator_stack_entry): New line_wrap member.
This commit is contained in:
parent
5ce463b362
commit
e966384d20
1 changed files with 1 additions and 0 deletions
|
|
@ -2040,6 +2040,7 @@ struct it
|
|||
unsigned string_from_display_prop_p : 1;
|
||||
unsigned display_ellipsis_p : 1;
|
||||
unsigned avoid_cursor_p : 1;
|
||||
enum line_wrap_method line_wrap;
|
||||
|
||||
/* properties from display property that are reset by another display property. */
|
||||
short voffset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue