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:
ae01e69
)
Fix previous change.
author
handa
<handa>
Fri, 11 Nov 2005 11:53:52 +0000
(11:53 +0000)
committer
handa
<handa>
Fri, 11 Nov 2005 11:53:52 +0000
(11:53 +0000)
example/medit.c
patch
|
blob
|
history
diff --git
a/example/medit.c
b/example/medit.c
index
6c4bf3f
..
8416756
100644
(file)
--- a/
example/medit.c
+++ b/
example/medit.c
@@
-2204,6
+2204,7
@@
surrounding_text_handler (MInputContext *ic, MSymbol command)
if (cursor.from + len < 0)
len = - cursor.from;
mtext_del (mt, cursor.from + len, cursor.from);
+ cursor.from += len;
}
else if (len > 0)
{