github PR #1075 - same RC file for Windows

Pull request from erwinton:  the template run-time configuration file
had a MENUCOLOR pattern for cursed worn armor that didn't work.

The regular epxression containing "(being worn)" needed to quote its
parentheses.

The same fix was needed for sys/share/NetHack.cnf.

Closes #1075
This commit is contained in:
PatR
2023-07-09 15:31:24 -07:00
parent 024d3158cc
commit 5d1f3e9957
2 changed files with 5 additions and 2 deletions

View File

@@ -128,4 +128,4 @@ OPTIONS=time,noshowexp,number_pad:2,lit_corridor
#MENUCOLOR=" holy "=green
#MENUCOLOR=" cursed "=red
#MENUCOLOR=" unholy "=red
#MENUCOLOR=" cursed .* (being worn)"=orange&underline
#MENUCOLOR=" cursed .* \(being worn\)"=orange&underline