OSDN Git Service

Initial revision
[hengband/hengband.git] / lib / pref / user.prf
1 # CVS: Last edit by $Author$ on $Date$
2 # File: user.prf
3
4 #
5 # This file defines "override" actions of various kinds
6 #
7 # This file includes, if appropriate, various "sub-files"
8 #
9 # See "lib/help/command.txt" and "src/files.c" for more information.
10 #
11
12
13 ## Option -- Force the use of original commands
14 #X:rogue_like_commands
15
16 ## Option -- Force the use of roguelike commands
17 #Y:rogue_like_commands
18
19
20 ##### System Specific Subfiles #####
21
22 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
23 %:user-x11.prf
24
25 ?:[EQU $SYS gcu]
26 %:user-gcu.prf
27
28 ?:[EQU $SYS ami]
29 %:user-ami.prf
30
31 ?:[EQU $SYS mac]
32 %:user-mac.prf
33
34 ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
35 %:user-win.prf
36
37 ?:[EQU $SYS emx]
38 %:user-emx.prf
39
40 ?:[EQU $SYS acn]
41 %:user-acn.prf
42
43 ?:1
44
45