summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-20 21:56:22 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-20 22:08:59 +0100
commitc51282deba8bd8c94aca3921d430d2084e7f3293 (patch)
treeba8ba2c17763ec644effde8f937e06420e1b55f3 /crawl-ref/source/cmd-keys.h
parent0c46362897cbe238f0379e249517bd6f0cabb7c5 (diff)
downloadcrawl-ref-c51282deba8bd8c94aca3921d430d2084e7f3293.tar.gz
crawl-ref-c51282deba8bd8c94aca3921d430d2084e7f3293.zip
Allow setting/removing exclusions with 'xe'.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index e90e97f4cd..21d456de17 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -181,6 +181,7 @@
{'\r', CMD_TARGET_SELECT},
{'5', CMD_TARGET_SELECT},
{'.', CMD_TARGET_SELECT_ENDPOINT},
+{'e', CMD_TARGET_EXCLUDE},
{'\t', CMD_TARGET_FIND_PORTAL},
{'^', CMD_TARGET_FIND_TRAP},
{'_', CMD_TARGET_FIND_ALTAR},