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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user