Add color to the softIoc verbose output

This commit is contained in:
Andrew Johnson
2025-04-28 15:26:33 -05:00
parent 8c6336014a
commit 42e7cbc71d
2 changed files with 24 additions and 24 deletions

View File

@@ -1166,7 +1166,7 @@ iocshBody (const char *pathname, const char *commandLine, const char *macros)
if (c == '#') {
if ((prompt == NULL) && (commandLine == NULL))
if (raw[icin + 1] != '-') {
printf(ANSI_CYAN("%s") "\n", raw);
printf(ANSI_BLUE("%s") "\n", raw);
}
continue;
}