config.nh: fix example MENUCOLOR regex

Matching literal parentheses requires escaping them with `\`
This commit is contained in:
George Huebner
2025-08-23 13:45:21 -05:00
committed by PatR
parent ab26a2e851
commit 91f973d454

View File

@@ -498,7 +498,7 @@
# Show all unholy water in red # Show all unholy water in red
#MENUCOLOR=" unholy " = red #MENUCOLOR=" unholy " = red
# Show all cursed worn items in orange and underlined # 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 # Use the IBM character set rather than just plain ascii characters