(update_cursor): Update control.cursor_pos at first.
authorhanda <handa>
Thu, 3 Apr 2008 12:10:44 +0000 (12:10 +0000)
committerhanda <handa>
Thu, 3 Apr 2008 12:10:44 +0000 (12:10 +0000)
example/medit.c

index a4e08d1..d4ce84c 100644 (file)
@@ -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.  */