about summary refs log tree commit diff stats
path: root/080display.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-10 00:47:45 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-10 00:47:45 -0800
commite5e3640cfbfb7621c80c30a3f25eeae34c272322 (patch)
tree6438fd505994f4a167a3725b7b7e3128cc447dd9 /080display.cc
parent51b3503143ae9bd21feb33b470245ecc4f7beaa7 (diff)
downloadmu-e5e3640cfbfb7621c80c30a3f25eeae34c272322.tar.gz
4119
Running example programs after a long time.
Diffstat (limited to '080display.cc')
-rw-r--r--080display.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/080display.cc b/080display.cc
index 295f86b4..6bf8e51d 100644
--- a/080display.cc
+++ b/080display.cc
@@ -116,7 +116,7 @@ case PRINT_CHARACTER_TO_DISPLAY: {
   int height = (h >= 0) ? h : 0;
   int width = (w >= 0) ? w : 0;
   int c = ingredients.at(0).at(0);
-  int color = TB_BLACK;
+  int color = TB_WHITE;
   if (SIZE(ingredients) > 1) {
     color = ingredients.at(1).at(0);
   }