projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b252898
)
*** empty log message ***
author
handa
<handa>
Wed, 21 Oct 2009 07:16:32 +0000
(07:16 +0000)
committer
handa
<handa>
Wed, 21 Oct 2009 07:16:32 +0000
(07:16 +0000)
input.cs
patch
|
blob
|
history
diff --git
a/input.cs
b/input.cs
index
aa5e9d8
..
6eb133f
100644
(file)
--- a/
input.cs
+++ b/
input.cs
@@
-62,8
+62,9
@@
public class Test
= (str[i] == '<' ? left
: str[i] == '>' ? right
: new MInputMethod.Key (str[i]));
+ bool result = session.HandleKey (ref key);
int pos = session.CurrentPos;
- if (! session.HandleKey (ref key))
+ if (! result)
{
if (key == left)
{