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