From 7b13f57cb69e6b38aa793f135a3c673cc6e72398 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 20 Dec 2006 02:02:24 +0000 Subject: - Fixed the meaning of stdout_with_ansisequence and changed the default value to no. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9531 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/showmsg.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/common/showmsg.c') diff --git a/src/common/showmsg.c b/src/common/showmsg.c index 4d4fcafd6..9d7395730 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -44,9 +44,10 @@ /////////////////////////////////////////////////////////////////////////////// /// behavioral parameter. -/// when true, prints ansi sequences also when redirecting outputs to file -/// otherwise remove them -int stdout_with_ansisequence = 1; +/// when redirecting output: +/// if true prints escape sequences +/// if false removes the escape sequences +int stdout_with_ansisequence = 0; int msg_silent; //Specifies how silent the console is. -- cgit v1.2.3-60-g2f50