summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:22:06 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:22:06 +0000
commit387e1579e95f8a2b3b1fc1cb873cbbaefad78d36 (patch)
tree1f1733ebed2dc89ee6f7e860677af57dae6d14e8 /crawl-ref
parentba71573c6d22a470ecde4551af2adac8015ef655 (diff)
downloadcrawl-ref-387e1579e95f8a2b3b1fc1cb873cbbaefad78d36.tar.gz
crawl-ref-387e1579e95f8a2b3b1fc1cb873cbbaefad78d36.zip
Oops, forgot to check in docs and init.txt changes for msg_condense_repeats
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5577 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/docs/options_guide.txt11
-rw-r--r--crawl-ref/settings/init.txt1
2 files changed, 11 insertions, 1 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 89ef297bc9..8f802a6853 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -68,7 +68,8 @@ The contents of this text are:
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_prefix_class, message_colour,
+ msg_condense_repeats
4-k Missiles.
fire_items_start, fire_order
4-l Message Channels.
@@ -1295,6 +1296,14 @@ 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
+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
+ into one line indicating how many times it was repeated. For
+ example:
+
+ You hear a distant "Zot!" (x3)
+
4-k Missiles.
-----------------
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 24aa5845ec..5dc1d569cc 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -213,6 +213,7 @@ include = travel_stoppers.txt
# easy_quit_item_prompts = false
# easy_exit_menu = false
# sort_menus = pickup: true : basename, qualname, curse, qty
+# msg_condense_repeats = false
##### 4-j Messages and Display Enhancements #####
#