summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-03 08:48:23 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-03 09:02:40 +0100
commit6858bd1384348612321c7ec52dd6173358512516 (patch)
treed14c19222f58977fa8f798e2ce78a01e3c882b85 /crawl-ref/docs
parent7208f8f4b2d780c7c93392b81da2bc07c1a164ee (diff)
downloadcrawl-ref-6858bd1384348612321c7ec52dd6173358512516.tar.gz
crawl-ref-6858bd1384348612321c7ec52dd6173358512516.zip
Reduce minimum message window height to 5.
This is FR 2814313. This required adding a new option msg_min_height defaulting to 6 to keep the same default layout. I don't believe anything requires a message window of more than 5 lines (acquirement is fine with that).
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.