OSDN Git Service

Merge pull request #1895 from sikabane-works/feature/activate-dispel-magic
[hengbandforosx/hengbandosx.git] / lib / pref / pref.prf
1 # File: pref.prf
2
3 #
4 # This file includes basic pref files.
5 #
6 # See "lib/help/command.txt" and "src/files.c" for more information.
7 #
8
9
10 ##### Keyset definitions #####
11
12 %:pref-key.prf
13
14
15 ##### Option definitions #####
16
17 %:pref-opt.prf
18
19
20 ##### Spell color definitions #####
21
22 %:spell-xx.prf
23
24
25 ##### System Specific Subfiles #####
26
27 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
28 %:pref-x11.prf
29
30 ?:[EQU $SYS gcu]
31 %:pref-gcu.prf
32
33 ?:[EQU $SYS mac]
34 %:pref-mac.prf
35
36 ?:[EQU $SYS win]
37 %:pref-win.prf
38
39 ?:1
40
41