From 6858bd1384348612321c7ec52dd6173358512516 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 3 Dec 2009 08:48:23 +0100 Subject: 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). --- crawl-ref/docs/options_guide.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crawl-ref/docs') 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. -- cgit v1.2.3-54-g00ecf