changeset 39521:477edfe737e3

(struct glyph_row) <ends_in_newline_from_string_p>: New bit flag
author Gerd Moellmann <gerd@gnu.org>
date Mon, 01 Oct 2001 10:53:18 +0000
parents 199991f52caf
children 6102045363ab
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Mon Oct 01 10:52:55 2001 +0000
+++ b/src/dispextern.h	Mon Oct 01 10:53:18 2001 +0000
@@ -698,6 +698,9 @@
   /* 1 means some glyphs in this row are displayed in mouse-face.  */
   unsigned mouse_face_p : 1;
 
+  /* 1 means this row was ended by a newline from a string.  */
+  unsigned ends_in_newline_from_string_p : 1;
+
   /* Continuation lines width at the start of the row.  */
   int continuation_lines_width;
 };