]> code.citadel.org Git - citadel.git/blobdiff - citadel/messages.c
Colour changes
[citadel.git] / citadel / messages.c
index fbfba5c158ded6f8bb96cf21258a08d560205a59..2749d39b03f1e47ce8057026557501f6f020ce3d 100644 (file)
@@ -464,7 +464,7 @@ int read_message(long int num, char pagin) /* Read a message from the server */
                        }
                }
        printf("\n");
-       if (pagin == 1 ) color(DIM_WHITE);
+       if (pagin == 1) color(BRIGHT_WHITE);
        ++lines_printed;
        lines_printed = checkpagin(lines_printed,pagin,screenheight);