From a90363a303ead228dccc76c62eb3d7e9434dcfd3 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 10 Nov 2006 12:05:07 +0000 Subject: [PATCH] (MInputContextInfo): New member commit_key_head. --- src/input.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 1.7.10.4