[uim-commit] r637 - trunk/fep

yamamoto at freedesktop.org yamamoto at freedesktop.org
Sat Feb 12 21:57:57 PST 2005


Author: yamamoto
Date: 2005-02-12 21:57:54 -0800 (Sat, 12 Feb 2005)
New Revision: 637

Modified:
   trunk/fep/draw.c
Log:
 * fep/draw.c: bugfix


Modified: trunk/fep/draw.c
===================================================================
--- trunk/fep/draw.c	2005-02-13 02:10:24 UTC (rev 636)
+++ trunk/fep/draw.c	2005-02-13 05:57:54 UTC (rev 637)
@@ -688,6 +688,7 @@
     } else {
       if (s_on_the_spot) {
         put_delete(prev_preedit->width - preedit->width);
+        put_cursor_left(preedit->width - preedit->cursor);
       } else {
         put_erase(prev_preedit->width - preedit->width);
         put_cursor_left(prev_preedit->width - preedit->cursor);



More information about the Uim-commit mailing list