summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libunix.h')
-rw-r--r--crawl-ref/source/libunix.h3
1 files changed, 3 insertions, 0 deletions
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"