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:
c704252
)
(minput_filter): Don't reset ic->xxx_changed.
author
handa
<handa>
Tue, 28 Dec 2004 08:22:30 +0000
(08:22 +0000)
committer
handa
<handa>
Tue, 28 Dec 2004 08:22:30 +0000
(08:22 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
a6fd354
..
928da5b
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-2299,7
+2299,6
@@
minput_filter (MInputContext *ic, MSymbol key, void *arg)
if (ic->candidates_changed)
minput__callback (ic, Minput_candidates_draw);
}
- ic->preedit_changed = ic->status_changed = ic->candidates_changed = 0;
return ret;
}