summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-14 16:35:42 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-03-31 22:17:07 +0200
commit6f1033c0763f8226e28e79ba7ec9ccc39c715cea (patch)
tree19e35ac1ced732be27ec48781390dbf1047b6ac1 /crawl-ref/source/libgui.h
parentd3697953552df3e272b77eb1e7528bacd59643d5 (diff)
downloadcrawl-ref-6f1033c0763f8226e28e79ba7ec9ccc39c715cea.tar.gz
crawl-ref-6f1033c0763f8226e28e79ba7ec9ccc39c715cea.zip
Basic cursesw input.
No direction keys yet...
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 1690403c96..aa1ddba578 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -48,7 +48,7 @@ inline void enable_smart_cursor(bool) { }
inline bool is_smart_cursor_enabled() { return false; }
-extern "C" int getch();
+extern "C" int getchk();
int getch_ck();
int clrscr();
void cgotoxy(int x, int y, GotoRegion region = GOTO_CRT);