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:
b804120
)
(update_cursor): Update control.cursor_pos at first.
author
handa
<handa>
Thu, 3 Apr 2008 12:10:44 +0000
(12:10 +0000)
committer
handa
<handa>
Thu, 3 Apr 2008 12:10:44 +0000
(12:10 +0000)
example/medit.c
patch
|
blob
|
history
diff --git
a/example/medit.c
b/example/medit.c
index
a4e08d1
..
d4ce84c
100644
(file)
--- a/
example/medit.c
+++ b/
example/medit.c
@@
-507,6
+507,7
@@
update_cursor (int pos, int full)
{
MDrawMetric rect;
+ control.cursor_pos = pos;
if (full)
{
/* CUR is inaccurate. We can trust only TOP. */