(composition_compute_stop_pos): Limit the search of composition to
authorKenichi Handa <handa@m17n.org>
Tue, 9 Sep 2008 11:07:49 +0000 (11:07 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Sep 2008 11:07:49 +0000 (11:07 +0000)
commit3ffdafce60e9aa286241c9a564ea6a8870714883
tree4f17509b6008d60eaf0b26335861f12c627e7bd3
parent6a57054b576a7b5710f4ee1a095eff1b0309dd0e
(composition_compute_stop_pos): Limit the search of composition to
at most 500 characters ahead.  If we reach the limit or find a
newline, set cmp_it->ch to -2 and return 0.
(composition_reseat_it): Handle the case that cmp_it->ch is -2.
src/composite.c