summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index d94af8de8d..426e5c7d5d 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1014,7 +1014,7 @@ static bool do_description(std::string key, std::string footer = "")
int num_lines = linebreak_string2(footer, numcols);
num_lines++;
- gotoxy(1, get_number_of_lines() - num_lines);
+ cgotoxy(1, get_number_of_lines() - num_lines);
cprintf(footer.c_str());
}