summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-05-23 15:38:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-05-23 15:38:00 +0200
commit5ef9f7d49fb8efad335bdbefeb25645e32a8e19d (patch)
tree18ed51b98d3383bab3fb2e67c1974d447bbbac8f /crawl-ref/source/macro.h
parentb42f917ad96d847b14d8aa38c9fe95bb8fcf6c95 (diff)
downloadcrawl-ref-5ef9f7d49fb8efad335bdbefeb25645e32a8e19d.tar.gz
crawl-ref-5ef9f7d49fb8efad335bdbefeb25645e32a8e19d.zip
Let sendkeys() input not yet injected into the macro buffer inhibit ready().
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 0b7f5410ce..abbbeadeed 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -74,6 +74,7 @@ void add_key_recorder(key_recorder* recorder);
void remove_key_recorder(key_recorder* recorder);
bool is_processing_macro();
+bool has_pending_input();
int get_macro_buf_size();