From cf29c4721b3f66e92ecaa8c74d690876731b5b68 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 14 Apr 2014 02:29:33 +0400 Subject: [PATCH] main program msg is also green Former-commit-id: 561137e16dcd601cb17627d3e2f342bcfb7306c0 --- src/voc/voc.Mod | 5 ++++- voc.REMOVED.git-id | 2 +- vocstatic.linux.gcc.x86_64.REMOVED.git-id | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/voc/voc.Mod b/src/voc/voc.Mod index 5ebc2076..687687e8 100644 --- a/src/voc/voc.Mod +++ b/src/voc/voc.Mod @@ -47,7 +47,10 @@ VAR mname : ARRAY 256 OF CHAR; (* noch *) IF OPM.noerr THEN (*IF (OPM.mainprog IN OPM.opt) & (OPM.modName # "SYSTEM") THEN*) IF (OPM.mainProg OR OPM.mainLinkStat) & (OPM.modName # "SYSTEM") THEN - OPM.DeleteNewSym; OPM.LogWStr(" main program") + OPM.DeleteNewSym; + IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.Green) END; + OPM.LogWStr(" main program"); + IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.ResetAll) END; ELSE IF new THEN IF ~OPM.notColorOutput THEN vt100.SetAttr(vt100.Green) END; diff --git a/voc.REMOVED.git-id b/voc.REMOVED.git-id index 7729f17d..5eb75072 100644 --- a/voc.REMOVED.git-id +++ b/voc.REMOVED.git-id @@ -1 +1 @@ -48557c596a6a9a5bd6215a29f90835596600ee7c \ No newline at end of file +c83b04aa030202cf3816c9cab4f8a55efe55af8f \ No newline at end of file diff --git a/vocstatic.linux.gcc.x86_64.REMOVED.git-id b/vocstatic.linux.gcc.x86_64.REMOVED.git-id index 7729f17d..5eb75072 100644 --- a/vocstatic.linux.gcc.x86_64.REMOVED.git-id +++ b/vocstatic.linux.gcc.x86_64.REMOVED.git-id @@ -1 +1 @@ -48557c596a6a9a5bd6215a29f90835596600ee7c \ No newline at end of file +c83b04aa030202cf3816c9cab4f8a55efe55af8f \ No newline at end of file