diff options
author | David <david@xagasoft.com> | 2006-12-27 20:36:48 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2006-12-27 20:36:48 +0000 |
commit | 310cfd6025c901ab676f89b382a80a70fbf967e1 (patch) | |
tree | 783dcaf4fa575203ae2b28b61733685d26771d65 /src/viewercolorpct.cpp | |
parent | 70a59c6e4f5a26b2fd9c0146b9f1e71b1438581a (diff) | |
download | build-310cfd6025c901ab676f89b382a80a70fbf967e1.tar.gz build-310cfd6025c901ab676f89b382a80a70fbf967e1.tar.bz2 build-310cfd6025c901ab676f89b382a80a70fbf967e1.tar.xz build-310cfd6025c901ab676f89b382a80a70fbf967e1.zip |
david - changed a color
Diffstat (limited to '')
-rw-r--r-- | src/viewercolorpct.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewercolorpct.cpp b/src/viewercolorpct.cpp index 6fe9446..4dd9b34 100644 --- a/src/viewercolorpct.cpp +++ b/src/viewercolorpct.cpp | |||
@@ -55,9 +55,9 @@ void ViewerColorPct::printHead() | |||
55 | sCmd.front().bCmdClean = false; | 55 | sCmd.front().bCmdClean = false; |
56 | indent(); | 56 | indent(); |
57 | if(sCmd.size() > 1) | 57 | if(sCmd.size() > 1) |
58 | printf("\033[37;22m--- \033[34m%s\033[37m ---\033[0m\n", sCmd.front().sTarget.c_str() ); | 58 | printf("\033[37;22m--- \033[36m%s\033[37m ---\033[0m\n", sCmd.front().sTarget.c_str() ); |
59 | else | 59 | else |
60 | printf("\033[37;1m--- [\033[32m%d/%d\033[37m] \033[34m%s\033[37m ---\033[0m\n", iCC, iTC, sCmd.front().sTarget.c_str() ); | 60 | printf("\033[37;1m--- [\033[32m%d/%d\033[37m] \033[36m%s\033[37m ---\033[0m\n", iCC, iTC, sCmd.front().sTarget.c_str() ); |
61 | } | 61 | } |
62 | } | 62 | } |
63 | 63 | ||