Mercurial > emacs
changeset 97981:4ca1e7cb50ea
(struct composition_it): New member lookback.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 05 Sep 2008 00:40:53 +0000 |
parents | 2570e504f856 |
children | 59bcf1726f2c |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Thu Sep 04 11:45:06 2008 +0000 +++ b/src/dispextern.h Fri Sep 05 00:40:53 2008 +0000 @@ -1869,6 +1869,10 @@ composition at `stop_pos', and this is an automatic compositoin. If negative, this is a static composition.. */ int ch; + /* If this an automatic composition, how many charaters to look back + from the position where a character triggering the composition + exists. */ + int lookback; /* If non-negative, number of glyphs of the glyph-string. */ int nglyphs; /* Number of characters and bytes of the current grapheme cluster. */