[uim-commit] r2562 - trunk/fep

yamamoto at freedesktop.org yamamoto at freedesktop.org
Tue Dec 13 04:56:45 PST 2005


Author: yamamoto
Date: 2005-12-13 04:56:40 -0800 (Tue, 13 Dec 2005)
New Revision: 2562

Modified:
   trunk/fep/draw.c
Log:
* fep/draw.c (draw_commit_and_preedit) : Call put_cursor_normal to
show cursor.


Modified: trunk/fep/draw.c
===================================================================
--- trunk/fep/draw.c	2005-12-13 04:47:45 UTC (rev 2561)
+++ trunk/fep/draw.c	2005-12-13 12:56:40 UTC (rev 2562)
@@ -321,6 +321,7 @@
   start_preedit();
   /* prev_preedit¤Ï¶õ */
   draw_preedit(s_preedit, &s_save_preedit);
+  put_cursor_normal();
 }
 
 /*



More information about the uim-commit mailing list