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-06-24 08:54:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 08:54:31 +0000
commitcad9c185b4714e69e47cf62275cc02146f76c4a5 (patch)
treef2188074bddd75862b8c01f5fa8095872363cdbc /crawl-ref/source/command.cc
parent3fc133f3d8a0688bc0f7bff3df189e6d900b4c58 (diff)
downloadcrawl-ref-cad9c185b4714e69e47cf62275cc02146f76c4a5.tar.gz
crawl-ref-cad9c185b4714e69e47cf62275cc02146f76c4a5.zip
Move around some commands.
Ctrl-Q (Tiles settings) -> Ctrl-V (was version, now ?V) Q (quit) -> Ctrl-Q ... which frees Q for a new command "set quiver", not yet implemented. I've updated some docs but may have overlooked something. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6110 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 6afe25ab5d..473723e88c 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1785,9 +1785,9 @@ static void _add_formatted_keyhelp(column_composer &cols)
cols.add_formatted(
1,
"<h>Game Saving and Quitting:\n"
- "<w>S</w> : Save game and exit \n"
- "<w>Q</w> : Quit without saving\n"
- "<w>Ctrl-X</w> : save game without query\n",
+ "<w>S</w> : Save game and exit\n"
+ "<w>Ctrl-X</w> : Save game without query and exit\n"
+ "<w>Ctrl-Q</w> : Quit without saving\n",
true, true, _cmdhelp_textfilter);
cols.add_formatted(