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