From be53b10ed360759528f488823fbc1b79e1eade41 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 27 Nov 2014 08:04:39 +0800 Subject: [PATCH] refine log position --- trunk/scripts/_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/scripts/_log.sh b/trunk/scripts/_log.sh index a91a2c820..3c09982f3 100755 --- a/trunk/scripts/_log.sh +++ b/trunk/scripts/_log.sh @@ -8,7 +8,7 @@ RED="\\e[31m" GREEN="\\e[32m" YELLOW="\\e[33m" BLACK="\\e[0m" -POS="\\e[110G" +POS="\\e[100G" # if need to log to file, change the log path. if [[ ! $log ]]; then