From 51014234cf4f116f3b273103656faffb26514627 Mon Sep 17 00:00:00 2001 From: "Trash80.v2.0" Date: Wed, 8 Jul 2009 03:57:34 +0000 Subject: [PATCH] fixed color bug I caused, I changed default to 0 for my theme and it went to commit. Reversed it back to 2. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 731aacc..4d88f67 100755 --- a/inxi +++ b/inxi @@ -254,7 +254,7 @@ DEBUG_BUFFER_INDEX=0 # Defaults to 2, make this 1 for normal, 0 for no colorcodes at all. Set to any other valid scheme you like. # Same as runtime parameter. -DEFAULT_SCHEME=0 +DEFAULT_SCHEME=2 # Default indentation level INDENT=10