projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12c53b
)
(MInputContextInfo): New member commit_key_head.
author
handa
<handa>
Fri, 10 Nov 2006 12:05:07 +0000
(12:05 +0000)
committer
handa
<handa>
Fri, 10 Nov 2006 12:05:07 +0000
(12:05 +0000)
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
c2a8b76
..
3eab1b6
100644
(file)
--- 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;