From c80b86e7f3d19262a3e5f26a78a91d587dae9bec Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 17 Dec 2006 13:37:54 +0000 Subject: 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 --- crawl-ref/source/spl-book.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spl-book.cc') 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); -- cgit v1.2.3-54-g00ecf