summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 552ea1b699..376d806c72 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -206,6 +206,7 @@ protected:
int process_key(int ch);
void backspace();
void killword();
+ void kill_to_begin();
bool is_wordchar(int c);