From 74a95312c065d2904f53516700f2f5cf6a9ff000 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 12 Oct 2004 13:05:11 +0000 Subject: [PATCH] (FaceProc): Call hide_cursor () at first. --- example/medit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/medit.c b/example/medit.c index 3b178bf..b8748f0 100644 --- a/example/medit.c +++ b/example/medit.c @@ -1844,6 +1844,7 @@ FaceProc (Widget w, XtPointer client_data, XtPointer call_data) int from, to; int old_y1; + hide_cursor (); if (! SELECTEDP ()) { MPlist *plist; -- 1.7.10.4