--- mathomatic-16.0.3.old/list.c +++ mathomatic-16.0.3/list.c @@ -52,7 +52,7 @@ /* ANSI terminal color code array for 8 color ANSI; we don't use black or white */ /* because the background may be the same color, so there are only 6 colors here. */ static int carray[] = { - 32, /* must be green (default color) */ + 0, /* to be documented */ 33, /* must be yellow (for warnings) */ 31, /* must be red (for errors) */ 34, /* must be blue (for prompts) */