[uim-commit] r1133 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Sat Aug 6 16:23:58 EST 2005


Author: ekato
Date: 2005-08-05 23:23:56 -0700 (Fri, 05 Aug 2005)
New Revision: 1133

Modified:
   trunk/xim/canddisp.cpp
Log:
* xim/canddisp.cpp (Canddisp::show_caret_state) : Terminate
  helper candwin message properly.


Modified: trunk/xim/canddisp.cpp
===================================================================
--- trunk/xim/canddisp.cpp	2005-08-06 05:04:17 UTC (rev 1132)
+++ trunk/xim/canddisp.cpp	2005-08-06 06:23:56 UTC (rev 1133)
@@ -185,6 +185,7 @@
     fprintf(candwin_w, "show_caret_state\n");
     fprintf(candwin_w, "%d\n", timeout);
     fprintf(candwin_w, "%s", str);
+    fprintf(candwin_w, "\n");
     fflush(candwin_w);
     check_connection();
 }



More information about the uim-commit mailing list