OSDN Git Service

Merge pull request #932 from sikabane-works/release/3.0.0Alpha20
[hengbandforosx/hengbandosx.git] / lib / pref / user.prf
1 # File: user.prf
2
3 #
4 # This file defines "override" actions of various kinds
5 #
6 # This file includes, if appropriate, various "sub-files"
7 #
8 # See "lib/help/command.txt" and "src/files.c" for more information.
9 #
10
11
12 ## Option -- Force the use of original commands
13 #X:rogue_like_commands
14
15 ## Option -- Force the use of roguelike commands
16 #Y:rogue_like_commands
17
18
19 ##### System Specific Subfiles #####
20
21 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
22 %:user-x11.prf
23
24 ?:[EQU $SYS gcu]
25 %:user-gcu.prf
26
27 ?:[EQU $SYS mac]
28 %:user-mac.prf
29
30 ?:[EQU $SYS win]
31 %:user-win.prf
32
33 ?:1