[uim-commit] r1138 - trunk/fep

yamamoto at freedesktop.org yamamoto at freedesktop.org
Sat Aug 6 19:27:02 EST 2005


Author: yamamoto
Date: 2005-08-06 02:26:59 -0700 (Sat, 06 Aug 2005)
New Revision: 1138

Modified:
   trunk/fep/escseq.c
Log:
 escseq.c (put_save_cursor, put_restore_cursor): reset attribute mode


Modified: trunk/fep/escseq.c
===================================================================
--- trunk/fep/escseq.c	2005-08-06 08:24:10 UTC (rev 1137)
+++ trunk/fep/escseq.c	2005-08-06 09:26:59 UTC (rev 1138)
@@ -476,6 +476,7 @@
     if (g_opt.no_report_cursor) {
       my_putp(save_cursor);
       s_save_cursor = s_cursor;
+      put_exit_attribute_mode();
     } else {
       s_save_cursor = get_cursor_position();
     }
@@ -495,6 +496,7 @@
       /* DOS¥×¥í¥ó¥×¥È¤Ç¤Ï1²ó¤Îrestore_cursor¤Ç¤ÏÌá¤é¤Ê¤¤ */
       my_putp(restore_cursor);
       s_cursor = s_save_cursor;
+      put_exit_attribute_mode();
     } else {
       put_cursor_address_p(&s_save_cursor);
     }



More information about the uim-commit mailing list