Changed color.

This commit is contained in:
Bruce Hill 2018-11-24 00:00:43 -08:00
parent a5fa886a6f
commit b32b09bdf6

View File

@ -158,6 +158,7 @@ int main(int argc, char *argv[])
// Bar at the bottom of the screen showing the output text
attr_on(A_BOLD, NULL);
attr_on(A_REVERSE, NULL);
color_set(DECIMAL_COLOR, NULL);
mvprintw(H-1, 0, " Output:");
int output_x = 9;