From 447da5c6fbcf2ab072d915077da0a066300577bf Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 22 Apr 2008 01:47:15 +0000 Subject: - code refine: use ANSI_REVERSE to replace ANSI_COLOR(7), more meaningful. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/io.c') diff --git a/mbbsd/io.c b/mbbsd/io.c index 306fb765..0c35b030 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -362,7 +362,7 @@ _debug_check_keyinput() move(b_lines, 0); if(dbcsaware) { - outs( ANSI_COLOR(7) "游標在此" ANSI_RESET + outs( ANSI_REVERSE "游標在此" ANSI_RESET " 測試中文模式會不會亂送鍵。 'q' 離開, 'd' 回英文模式 "); move(b_lines, 4); } else { -- cgit v1.2.3