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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc
index 23305e556c..91f1ddd295 100644
--- a/crawl-ref/source/cio.cc
+++ b/crawl-ref/source/cio.cc
@@ -335,7 +335,7 @@ int line_reader::read_line(bool clear_previous)
for ( ; ; )
{
- int ch = c_getch();
+ int ch = getchm(c_getch);
if (keyfn)
{