From: handa Date: Fri, 10 Nov 2006 12:05:07 +0000 (+0000) Subject: (MInputContextInfo): New member commit_key_head. X-Git-Tag: REL-1-3-4~9 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90363a303ead228dccc76c62eb3d7e9434dcfd3;p=m17n%2Fm17n-lib.git (MInputContextInfo): New member commit_key_head. --- diff --git a/src/input.h b/src/input.h index c2a8b76..3eab1b6 100644 --- a/src/input.h +++ b/src/input.h @@ -65,6 +65,9 @@ typedef struct /** Index of the key not yet handled. */ int key_head; + /** Index of the key at the time of committing. */ + int commit_key_head; + /** Saved M-text when entered in the current state. */ MText *preedit_saved;