colored infos from file at updating mode

This commit is contained in:
Markus 2020-02-23 15:53:08 +01:00
parent 3785962af5
commit 2983c74858
1 changed files with 1 additions and 1 deletions

View File

@ -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: