# HG changeset patch # User Kenichi Handa # Date 1220575253 0 # Node ID 4ca1e7cb50ea1be77bc72d0004869072f60ca346 # Parent 2570e504f856d147b3de92c980cfbcee62be863f (struct composition_it): New member lookback. diff -r 2570e504f856 -r 4ca1e7cb50ea src/dispextern.h --- 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. */