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