summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
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 #####
#