summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-20 08:51:25 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-20 08:51:25 +0000
commit5ade5e47a430e269c69f445271cde8d4c92fbc64 (patch)
treee4269f6136e68b607e5eb6749c623fb142249885 /crawl-ref/docs
parent777ba46036cafc0199a3a27b8a58c7a2621c878e (diff)
downloadcrawl-ref-5ade5e47a430e269c69f445271cde8d4c92fbc64.tar.gz
crawl-ref-5ade5e47a430e269c69f445271cde8d4c92fbc64.zip
Added force_more_message example to init.txt (Zaba).
Moved that option to the message section. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5997 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 0d0c04663d..62e735f26a 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -67,8 +67,8 @@ The contents of this text are:
message_colour, show_inventory_weights, show_gold_turns,
show_beam, item_stack_summary_minimum, list_rotten,
mlist_min_height, msg_max_height, classic_hud,
- menu_colour, menu_colour_prefix_id,
- menu_colour_prefix_class, message_colour,
+ menu_colour, menu_colour_prefix_id, menu_colour_prefix_class,
+ message_colour, force_more_message,
msg_condense_repeats
4-k Missiles.
fire_items_start, fire_order
@@ -830,12 +830,6 @@ travel_stop_message = <list of regexes>
list of such options. It can be included by
include = travel_stoppers.txt
-force_more_message = <list of regexes>
- Any message that contains a regex specified here, will enforce a
- -More- prompt, so it can be used to highlight really important
- events.
- The syntax is identical to that of travel_stop_message.
-
runrest_ignore_message = <string>
This only works if runrest.lua has already been sourced in
init.txt. Any message containing the string will *not* stop your
@@ -1304,6 +1298,12 @@ message_colour = <colour>:[<channel>:]<regex>
If you don't want to see a message at all, you can mute it:
message_colour = mute:You start resting
+force_more_message = <list of regexes>
+ Any message that contains a regex specified here, will enforce a
+ -More- prompt, so it can be used to highlight really important
+ events.
+ The syntax is identical to that of travel_stop_message (4-g).
+
msg_condense_repeats = true
If the same message is repeated multiple times without repition,
then the Show Previous Message command (Ctrl-P) will condense them