OSDN Git Service

Except for specific tile set workarounds, treat ANGBAND_SYS=coc (the Mac OS X front...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 5 Apr 2020 16:49:08 +0000 (09:49 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 5 Apr 2020 16:49:08 +0000 (09:49 -0700)
lib/pref/font.prf
lib/pref/graf.prf
lib/pref/pref.prf
lib/pref/user.prf

index fe0cff0..2ff349c 100644 (file)
@@ -34,7 +34,7 @@
 ?:[EQU $SYS ami]
 %:font-ami.prf
 
-?:[EQU $SYS mac]
+?:[IOR [EQU $SYS mac] [EQU $SYS coc]]
 %:font-mac.prf
 
 ?:[EQU $SYS win]
index b2dc669..ae45572 100644 (file)
@@ -28,7 +28,7 @@
 ?:[EQU $SYS ami]
 %:graf-ami.prf
 
-?:[EQU $SYS mac]
+?:[IOR [EQU $SYS mac] [EQU $SYS coc]]
 %:graf-mac.prf
 
 ?:[EQU $SYS dos]
index 6e0e5cc..2f0aba0 100644 (file)
@@ -33,7 +33,7 @@
 ?:[EQU $SYS ami]
 %:pref-ami.prf
 
-?:[EQU $SYS mac]
+?:[IOR [EQU $SYS mac] [EQU $SYS coc]]
 %:pref-mac.prf
 
 ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
index 9163fc2..b5e8f23 100644 (file)
@@ -27,7 +27,7 @@
 ?:[EQU $SYS ami]
 %:user-ami.prf
 
-?:[EQU $SYS mac]
+?:[IOR [EQU $SYS mac] [EQU $SYS coc]]
 %:user-mac.prf
 
 ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]