summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 13:37:54 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 13:37:54 +0000
commitc80b86e7f3d19262a3e5f26a78a91d587dae9bec (patch)
tree18eddb20dc81f7b7024f0a0961b3bfc5b0d1396d /crawl-ref/source/spl-book.cc
parent9062c8f3c306f1d0f73b969fbf7b4759cd2b19ab (diff)
downloadcrawl-ref-c80b86e7f3d19262a3e5f26a78a91d587dae9bec.tar.gz
crawl-ref-c80b86e7f3d19262a3e5f26a78a91d587dae9bec.zip
Squash the cursor in a couple of other places.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@661 c06c8d41-db1a-0410-9941-cceddc491573
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 421a6f6bd5..a28d6c3387 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);