Mercurial > hg > xemacs-beta
diff src/redisplay.h @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/redisplay.h Mon Aug 13 11:16:09 2007 +0200 +++ b/src/redisplay.h Mon Aug 13 11:17:09 2007 +0200 @@ -308,6 +308,9 @@ 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;