config.nh: fix example MENUCOLOR regex
Matching literal parentheses requires escaping them with `\`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user