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/settings/init.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index bcc34aeb43..e2e9b48b39 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -245,6 +245,7 @@ sort_menus = inv: true : equipped, freshness, charged # status_caption_colour = yellow # classic_hud = true # mlist_min_height = 5 +# msg_min_height = 6 # msg_max_height = 10 # mlist_allow_alternate_layout = true # messages_at_top = true -- cgit v1.2.3-54-g00ecf