[jnh-cvs 477] CVS update: jnethack/win/tty

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 7月 26日 (火) 04:53:15 JST


Index: jnethack/win/tty/wintty.c
diff -u jnethack/win/tty/wintty.c:1.20 jnethack/win/tty/wintty.c:1.21
--- jnethack/win/tty/wintty.c:1.20	Mon Oct 18 22:36:22 2004
+++ jnethack/win/tty/wintty.c	Tue Jul 26 04:53:15 2005
@@ -2775,9 +2775,6 @@
     term_start_raw_bold();
 #if defined(MICRO) || defined(WIN32CON)
     msmsg("%s", str);
-#ifndef PC9800
-    msmsg("\033[1m");
-#endif
 #else
 # if 0 /*JP*/
     (void) fputs(str, stdout);
@@ -2787,11 +2784,6 @@
 #endif
     term_end_raw_bold();
 #if defined(MICRO) || defined(WIN32CON)
-#ifndef PC9800
-# if 0 /*JP*/
-    msmsg("\033[0m");
-# endif
-#endif
     msmsg("\n");
 #else
 # if 0 /*JP*/


Jnethack-cvs メーリングリストの案内
Back to archive index