From a5659c8c770233b8a2ffd75446ac46b7a4600616 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 22 Jun 2017 22:01:58 +0430 Subject: cosmetic --- bruiser/bruiser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bruiser') diff --git a/bruiser/bruiser.cpp b/bruiser/bruiser.cpp index 4beab84..42de9e0 100644 --- a/bruiser/bruiser.cpp +++ b/bruiser/bruiser.cpp @@ -925,7 +925,8 @@ class LuaWrapper unsigned int tempint = 0; while(std::getline(historyfile, tempstring)) { - printf(GREEN"%d - %s", tempint, tempstring.c_str()); + printf(BLUE"%d ", tempint); + printf(CYAN"%s", tempstring.c_str()); printf(NORMAL"\n"); tempint++; -- cgit v1.2.3