summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
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/source/options.h
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/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 1 insertions, 0 deletions
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;