[chronojump] Force log to be always colorized
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Force log to be always colorized
- Date: Tue, 23 Dec 2014 21:23:19 +0000 (UTC)
commit 214f73031da93dd10531c37da1d08323c58ef5c1
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Dec 23 22:22:39 2014 +0100
Force log to be always colorized
src/logConsoleCrayon.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/logConsoleCrayon.cs b/src/logConsoleCrayon.cs
index 8f51800..109fdab 100644
--- a/src/logConsoleCrayon.cs
+++ b/src/logConsoleCrayon.cs
@@ -166,7 +166,11 @@ public static class ConsoleCrayon
DetectXtermColors();
}
- return xterm_colors.Value;
+ //return xterm_colors.Value;
+
+ //force always to save log with colors on all systems
+ //It will be analyzed on my Linux box with ls -RS
+ return true;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]