[uim-commit] r1149 - trunk/fep

yamamoto at freedesktop.org yamamoto at freedesktop.org
Sun Aug 7 17:41:46 EST 2005


Author: yamamoto
Date: 2005-08-07 00:41:44 -0700 (Sun, 07 Aug 2005)
New Revision: 1149

Modified:
   trunk/fep/escseq.c
Log:
 escseq.c (put_save_cursor, put_restore_cursor):
 revert the change of r1138


Modified: trunk/fep/escseq.c
===================================================================
--- trunk/fep/escseq.c	2005-08-07 06:02:03 UTC (rev 1148)
+++ trunk/fep/escseq.c	2005-08-07 07:41:44 UTC (rev 1149)
@@ -476,7 +476,7 @@
     if (g_opt.no_report_cursor) {
       my_putp(save_cursor);
       s_save_cursor = s_cursor;
-      put_exit_attribute_mode();
+      /* put_exit_attribute_mode(); */
     } else {
       s_save_cursor = get_cursor_position();
     }
@@ -496,7 +496,8 @@
       /* DOS¥×¥í¥ó¥×¥È¤Ç¤Ï1²ó¤Îrestore_cursor¤Ç¤ÏÌá¤é¤Ê¤¤ */
       my_putp(restore_cursor);
       s_cursor = s_save_cursor;
-      put_exit_attribute_mode();
+      /* DOS¥×¥í¥ó¥×¥È¤Ç¤Ï°À­¤òÊݸ¤·¤Ê¤¤ */
+      /* put_exit_attribute_mode(); */
     } else {
       put_cursor_address_p(&s_save_cursor);
     }



More information about the uim-commit mailing list