summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 16:17:52 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 16:17:52 +0000
commit5511b48771d9a12e3e622e375220091cf94023dd (patch)
treee5c031833bd5c88b0fbeb120667d66fc05a5e83b /crawl-ref/source/command.cc
parentae0c5cb4ea464e174d3ff287532d316d32b9df24 (diff)
downloadcrawl-ref-5511b48771d9a12e3e622e375220091cf94023dd.tar.gz
crawl-ref-5511b48771d9a12e3e622e375220091cf94023dd.zip
* Make movement restrictions when beheld also apply to blinking and
controlled teleport. * Highlight restricted grids when beheld (ASCII only): - main screen: restricted grids in LOS are darkgrey - X screen: unrestricted grids in view around the mermaid(s) are lightgrey * switch xx command back to leaving examine mode git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7105 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 1884ae2303..7dd58662ba 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -725,7 +725,7 @@ static bool _cmdhelp_textfilter(const std::string &tag)
static const char *targeting_help_1 =
"<h>Examine surroundings ('<w>x</w><h>' in main):\n"
- "<w>Esc</w> : cancel (also <w>Space</w>)\n"
+ "<w>Esc</w> : cancel (also <w>Space</w>, <w>x</w>)\n"
"<w>Dir.</w>: move cursor in that direction\n"
"<w>.</w> : move to cursor (also <w>Enter</w>, <w>Del</w>)\n"
"<w>v</w> : describe monster under cursor\n"