From 1559af94f5ff8b4157fe4f7d43e38babda52a3ce Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 8 Feb 2009 20:46:24 +0000 Subject: Comment the workaround for a Windows display bug. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8989 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crawl-ref') 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& 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); -- cgit v1.2.3-54-g00ecf