From 6bda7067bc268b6104b4f55940049b2db25b96fa Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 22 Nov 2006 11:38:34 +0000 Subject: Restore old cursor behaviour on Windows, with little icky hooks to make it controllable for the newgame slider menu. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@459 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libunix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/libunix.h') diff --git a/crawl-ref/source/libunix.h b/crawl-ref/source/libunix.h index d42454dadc..732c383133 100644 --- a/crawl-ref/source/libunix.h +++ b/crawl-ref/source/libunix.h @@ -41,6 +41,9 @@ void textattr(int col); void set_altcharset(bool alt_on); bool get_altcharset(); +inline void enable_smart_cursor(bool) { } +inline bool is_smart_cursor_enabled() { return (false); } + #ifndef _LIBUNIX_IMPLEMENTATION /* Some stuff from curses, to remove compiling warnings.. */ extern "C" -- cgit v1.2.3-54-g00ecf