(MInputContextInfo): New member commit_key_head.
authorhanda <handa>
Fri, 10 Nov 2006 12:05:07 +0000 (12:05 +0000)
committerhanda <handa>
Fri, 10 Nov 2006 12:05:07 +0000 (12:05 +0000)
src/input.h

index c2a8b76..3eab1b6 100644 (file)
@@ -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;