summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 4f6e040563..0ff2fa6de0 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -912,6 +912,7 @@ unsigned char spellbook_contents( item_def &book, int action,
unsigned char keyn = 0;
if (update_screen)
{
+ cursor_control coff(false);
#ifdef DOS_TERM
char buffer[4800];
gettext(1, 1, 80, 25, buffer);