summaryrefslogtreecommitdiff
path: root/lib/mods/theme/pref/graf.prf
blob: a82ce364b2eac33fcf977e9dceac2b8d048e2b79 (plain)
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
51
# File: graf.prf

#
# This file defines special attr/char mappings for use in "graphics" mode
#
# This file includes, if appropriate, various "sub-files"
#
# See "lib/help/command.txt" and "src/files.c" for more information.
#


##### Standard font file #####

%:font-xxx.prf


##### System Specific Subfiles #####

?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS gtk]]
%:graf-x11.prf

?:[EQU $SYS gcu]
%:graf-gcu.prf

?:[EQU $SYS ami]
%:graf-ami.prf

?:[EQU $SYS mac]
%:graf-mac.prf

?:[EQU $SYS dos]
%:graf-dos.prf

?:[EQU $SYS win]
%:graf-win.prf

?:[EQU $SYS ibm]
%:graf-ibm.prf

?:[EQU $SYS emx]
%:graf-emx.prf

?:[EQU $SYS acn]
%:graf-acn.prf

?:[EQU $SYS sdl]
%:graf-sdl.prf

?:1