summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-04 11:41:42 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-04 11:41:42 +0000
commit9c5542073f50ef20d01b3590892230241cddf4d2 (patch)
tree5634b4288397869a064e205928e50112323a5be3
parentfad4b060a7544005d8e57fbb8ed0927f834c0143 (diff)
downloadcrawl-ref-9c5542073f50ef20d01b3590892230241cddf4d2.tar.gz
crawl-ref-9c5542073f50ef20d01b3590892230241cddf4d2.zip
Documented sort_menus option.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@333 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/crawl_options.txt7
-rw-r--r--crawl-ref/init.txt1
2 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 5b9906eac8..fcc65f8a95 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -42,7 +42,7 @@ The contents of this text are:
4-h Command Enhancements.
auto_list, lowercase_invocations, easy_open, easy_butcher,
easy_armour, easy_confirm, easy_quit_item_lists, easy_exit_menu,
- default_autoprayer
+ default_autoprayer, sort_menus
4-i Message and Display Improvements.
show_uncursed, hp_warning, always_greet, terse_hand,
delay_message_clear, menu_colour
@@ -622,6 +622,11 @@ default_autoprayer = false
Note that even when you're praying, you can renew prayer anytime.
Also note the option safe_zero_exp (see 4-a) decides whether zero
experience monsters (like plants) are considered hostile.
+
+sort_menus = false
+ When set to true, items are sorted by description in inventory and
+ pickup menus. When set to false (default), items are ordered by
+ equipment slot.
4-i Messages and Display Enhancements.
diff --git a/crawl-ref/init.txt b/crawl-ref/init.txt
index 0b419f2f3a..b8b7716688 100644
--- a/crawl-ref/init.txt
+++ b/crawl-ref/init.txt
@@ -144,6 +144,7 @@ travel_exclude_radius2 = 68
# easy_quit_item_lists = true
# easy_exit_menu = true
# default_autoprayer = true
+# sort_menus = true
##### 4-i Messages and Display Enhancements #####
#