diff options
author | Kenichi Handa <handa@m17n.org> | 2008-09-05 00:40:53 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-09-05 00:40:53 +0000 |
commit | cbf21103d9fad16fe87d9affbc955c75cce657e4 (patch) | |
tree | c965a41119dc50670326078f151b58239d275617 /src/dispextern.h | |
parent | 06207091456654831699a71de857273a6d070354 (diff) | |
download | emacs-cbf21103d9fad16fe87d9affbc955c75cce657e4.tar.gz |
(struct composition_it): New member lookback.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 8aeaa82cc5a..02b9df08eb5 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1869,6 +1869,10 @@ struct composition_it 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. */ |