(x_output_string): Use <Charc_dynarr *> instead of <Emchar_dynarr *>.
[chise/xemacs-chise.git] / src / redisplay.h
index 0ed8baf..4f5e6b1 100644 (file)
@@ -308,6 +308,9 @@ struct display_line
 
   char modeline;                       /* t if this line is a modeline */
 
+  char line_continuation;              /* t if this line continues to
+                                           next display line. */
+
   /* Dynamic array of display blocks */
   display_block_dynarr *display_blocks;