From 2983c748584bbc56aeb3cdd5a50f32c315126413 Mon Sep 17 00:00:00 2001 From: Markus Date: Sun, 23 Feb 2020 15:53:08 +0100 Subject: [PATCH] colored infos from file at updating mode --- src/programManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/programManager.cpp b/src/programManager.cpp index 9741e61..9d0214d 100644 --- a/src/programManager.cpp +++ b/src/programManager.cpp @@ -1133,7 +1133,7 @@ int ProgramManager::updateModus(Settings *settings) std::stringstream strstream(html+ "\n"); while (std::getline(strstream, line).good()) { if(line != "") - std::cout << " > " << line << std::endl; + std::cout << "\033[92m > " << line << "\033[0m" << std::endl; } //Vergleiche Versionen: