From 58ef5ce5a9573d732c3bd937d02bfddecdfb9134 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 29 Nov 2009 20:54:57 +0100 Subject: 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. --- 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 6056ea971b..bcc34aeb43 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -247,6 +247,7 @@ sort_menus = inv: true : equipped, freshness, charged # mlist_min_height = 5 # msg_max_height = 10 # mlist_allow_alternate_layout = true +# messages_at_top = true # mlist_targetting = true # show_gold_turns = true -- cgit v1.2.3-54-g00ecf