From d83a109b3e117b13f6ad212e30d9bb5b7a519b29 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 18 Dec 2011 15:29:02 -0500 Subject: [PATCH] Color ^1 should be red, not orange. --- xonstat/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/util.py b/xonstat/util.py index 98c4bea..65fa592 100755 --- a/xonstat/util.py +++ b/xonstat/util.py @@ -41,7 +41,7 @@ _qfont_table = [ # Hex-colored spans for decimal color codes ^0 - ^9 _dec_spans = [ "", - "", + "", "", "", "", -- 2.39.2