From fad6d5dd743843705e3a42da7a80b5bebc009bcb Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 5 Dec 2007 09:42:10 +0000 Subject: screen: add grayout system git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3637 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 38b2c273..a674976a 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -643,7 +643,7 @@ wait_input(float f, int flDoRefresh) * @param str * @param mode enum {STRIP_ALL = 0, ONLY_COLOR, NO_RELOAD}; * STRIP_ALL: 全部吃掉 - * ONLY_COLOR: 只吃掉跟顏色有關的 (ESC[*m) + * ONLY_COLOR: 吃掉所有跟顏色無關的 (ESC[*m) * NO_RELOAD: 不 strip (?) */ static const char EscapeFlag[] = { -- cgit v1.2.3