(struct iterator_stack_entry): New line_wrap member.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 14 Feb 2009 17:28:27 +0000 (17:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 14 Feb 2009 17:28:27 +0000 (17:28 +0000)
src/dispextern.h

index 7b20b3f..f3b1c4b 100644 (file)
@@ -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;