switched background to white, used dark gray with bold option for info text

This commit is contained in:
Dhanya Maliakal
2016-11-07 10:55:09 +01:00
parent 3a3e2e26d8
commit a17e65c22f
3 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,7 @@ int main(int argc, char *argv[]) {
//Catch signal SIGINT to close files properly
signal(SIGINT,closeFile);
system("setterm -term linux -back black");
system("setterm -background white");
int ret = slsReceiverDefs::OK;
receiver = new slsReceiverUsers(argc, argv, ret);