summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/output.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index fbd37cd4c6..814fff9d3d 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1518,7 +1518,10 @@ static void _print_next_monster_desc(const std::vector<monster_pane_info>& mons,
cprintf(" ");
textbackground(dam_color);
textcolor(dam_color);
- // Temporary, to diagnose 1933260
+ // FIXME: On Windows, printing a blank space here
+ // doesn't give us the correct colours. So use and
+ // underscore instead. Is this a bug with our interface
+ // or with Windows?
cprintf("_");
textbackground(BLACK);
textcolor(LIGHTGREY);