From d97c37bf3168dadb4fe1de973601475369de9ea1 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 11 Nov 2005 11:24:14 +0000 Subject: [PATCH] (update_cursor): Update control.cursor_pos. --- example/medit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/medit.c b/example/medit.c index 93aa40a..3789067 100644 --- a/example/medit.c +++ b/example/medit.c @@ -508,6 +508,7 @@ update_cursor (int pos, int full) { MDrawMetric rect; + control.cursor_pos = pos; if (full) { /* CUR is inaccurate. We can trust only TOP. */ -- 1.7.10.4