forked from markus/S_New4
colored infos from file at updating mode
This commit is contained in:
parent
3785962af5
commit
2983c74858
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user