summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-15 22:23:53 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-15 22:23:53 +0100
commit77034762eb7ec5aba511afb88f93362d29c2b011 (patch)
tree11d3305e63c6b47d78a8b81f02ef4d0182b3915e /crawl-ref/source/macro.h
parentdb0e3300dd36a98734dd081e35dadd3a0c6a8aa4 (diff)
downloadcrawl-ref-77034762eb7ec5aba511afb88f93362d29c2b011.tar.gz
crawl-ref-77034762eb7ec5aba511afb88f93362d29c2b011.zip
Use the dynamic command key names for some commands on the help screen.
More to follow! :) It appears the command screen has been optimized for space. Whereever possible, the key has been capitalized in the description, and often alternative keys are mentioned. All of that may not apply for reassigned keys. What do we do about this?
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 20c1d0750c..46f2663d93 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -94,5 +94,7 @@ int command_to_key(command_type cmd);
KeymapContext context_for_command(command_type cmd);
void bind_command_to_key(command_type cmd, int key);
+
+std::string command_to_string(command_type cmd);
void list_all_commands(std::string &commands);
#endif