summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 694abeb71e..30734b8f91 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1117,6 +1117,7 @@ _print_next_monster_desc(const std::vector<monster_pane_info>& mons, int& start)
void update_monster_pane()
{
const int max_print = crawl_view.mlistsz.y;
+ textbackground(BLACK);
// Sadly, the defaults don't leave _any_ room for monsters :(
if (max_print <= 0)