summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-29 20:54:57 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-29 21:00:21 +0100
commit58ef5ce5a9573d732c3bd937d02bfddecdfb9134 (patch)
tree7c839b9fc36a2c09e891471de8023d0fa6c248d8 /crawl-ref/source/options.h
parent8963333ffd03d1b0112628ad9ae0fdd577a55f4d (diff)
downloadcrawl-ref-58ef5ce5a9573d732c3bd937d02bfddecdfb9134.tar.gz
crawl-ref-58ef5ce5a9573d732c3bd937d02bfddecdfb9134.zip
Optionally display message window at top of terminal.
Set messages_at_top=true to use. This is not quite aesthetically pleasing since character name and title which form a kind of heading for the screen are now in the middle. It might be better to display them in an extra line across the top. Also, the layout should really be moved out to lua and made completely user configurable.
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 8467480cdc..2e64f1f680 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -60,6 +60,7 @@ public:
int mlist_min_height;
int msg_max_height;
bool mlist_allow_alternate_layout;
+ bool messages_at_top;
bool mlist_targetting;
bool classic_hud;
bool msg_condense_repeats;