From 91f973d4548f809e28ec5401ecab82581eeb3013 Mon Sep 17 00:00:00 2001 From: George Huebner Date: Sat, 23 Aug 2025 13:45:21 -0500 Subject: [PATCH] config.nh: fix example MENUCOLOR regex Matching literal parentheses requires escaping them with `\` --- doc/config.nh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.nh b/doc/config.nh index 695534110..920074b3e 100644 --- a/doc/config.nh +++ b/doc/config.nh @@ -498,7 +498,7 @@ # Show all unholy water in red #MENUCOLOR=" unholy " = red # Show all cursed worn items in orange and underlined -#MENUCOLOR=" cursed .* (being worn)" = orange&underline +#MENUCOLOR=" cursed .* \(being worn\)" = orange&underline # Use the IBM character set rather than just plain ascii characters