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/source/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/options.h') diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h index 2e64f1f680..b8d331c0cf 100644 --- a/crawl-ref/source/options.h +++ b/crawl-ref/source/options.h @@ -58,6 +58,7 @@ public: int view_max_width; int view_max_height; int mlist_min_height; + int msg_min_height; int msg_max_height; bool mlist_allow_alternate_layout; bool messages_at_top; -- cgit v1.2.3-54-g00ecf