summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2013-12-03 06:57:57 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2013-12-03 07:04:35 +0200
commit4179fa437358e3dd8d25bcf11b8a84bab403f475 (patch)
tree10bd22cdd07c710e20150d5d93f7be8e593d2724 /crawl-ref/source/stash.cc
parent2d023e691c57b7d39d0d2402b7867b97402736cd (diff)
downloadcrawl-ref-4179fa437358e3dd8d25bcf11b8a84bab403f475.tar.gz
crawl-ref-4179fa437358e3dd8d25bcf11b8a84bab403f475.zip
Special handling for repeat cmd prompt in WebTiles
Previously it was simply broken.
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 82f0d4a52d..944349dd59 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1645,7 +1645,9 @@ public:
int wcol = get_number_of_cols())
: line_reader(buf, sz, wcol)
{
+#ifdef USE_TILE_WEB
tag = "stash_search";
+#endif
}
protected:
int process_key(int ch)