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:
062fa61
)
(MInputContextInfo): New members preceding_text and
author
handa
<handa>
Mon, 7 Nov 2005 12:54:39 +0000
(12:54 +0000)
committer
handa
<handa>
Mon, 7 Nov 2005 12:54:39 +0000
(12:54 +0000)
following_text.
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
dec391c
..
6533627
100644
(file)
--- a/
src/input.h
+++ b/
src/input.h
@@
-70,6
+70,8
@@
typedef struct
/* List of variables. */
MPlist *vars;
+ MText *preceding_text, *following_text;
+
int key_unhandled;
/** Used by minput_win_driver (input-win.c). */