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:
6323d8d
)
(MInputContextInfo): New member vars_saved.
author
handa
<handa>
Wed, 18 Oct 2006 12:20:35 +0000
(12:20 +0000)
committer
handa
<handa>
Wed, 18 Oct 2006 12:20:35 +0000
(12:20 +0000)
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
0ba1887
..
c2a8b76
100644
(file)
--- a/
src/input.h
+++ b/
src/input.h
@@
-77,6
+77,8
@@
typedef struct
/** List of variables. */
MPlist *vars;
+ MPlist *vars_saved;
+
MText *preceding_text, *following_text;
int key_unhandled;