summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index cca3dd80be..63671be47b 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -67,7 +67,8 @@ The contents of this text are:
status_caption_colour, delay_message_clear,
show_inventory_weights, show_gold_turns, show_beam,
item_stack_summary_minimum, list_rotten,
- mlist_min_height, msg_max_height, messages_at_top,
+ mlist_min_height, msg_min_height, msg_max_height,
+ messages_at_top,
mlist_allow_alternate_layout, mlist_targetting, classic_hud,
menu_colour, menu_colour_prefix_class, menu_colour_shops,
message_colour, force_more_message,
@@ -1324,6 +1325,9 @@ mlist_min_height = 5
before letting the message area get more.
(Note that the monster list is only available for ASCII.)
+msg_min_height = 6
+ You can reduce this to 5 give more space to the map display.
+
msg_max_height = 10
If there is extra space available after the monster list has
expanded, the message area will expand up to this height.