summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cio.cc')
-rw-r--r--crawl-ref/source/cio.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc
index e74e6dbd3e..f12061eb25 100644
--- a/crawl-ref/source/cio.cc
+++ b/crawl-ref/source/cio.cc
@@ -173,7 +173,10 @@ int c_getch()
void cursorxy(int x, int y)
{
#if defined(USE_TILE)
+#if 0
+ // TODO enne - handle this old use of place cursor
tile_place_cursor(x-1, y-1, true);
+#endif
#elif defined(UNIX)
if (Options.use_fake_cursor)
fakecursorxy(x, y);