|
Revision 918, 0.5 kB
(checked in by takkaria, 6 months ago)
|
Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
# File: graf.prf |
|---|
| 2 |
|
|---|
| 3 |
# |
|---|
| 4 |
# This file defines special attr/char mappings for use in "graphics" mode |
|---|
| 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 |
##### Standard font file ##### |
|---|
| 13 |
|
|---|
| 14 |
%:font-xxx.prf |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
##### System Specific Subfiles ##### |
|---|
| 18 |
|
|---|
| 19 |
?:[IOR [EQU $SYS xaw] [EQU $SYS x11]] |
|---|
| 20 |
%:graf-x11.prf |
|---|
| 21 |
|
|---|
| 22 |
?:[EQU $SYS gtk] |
|---|
| 23 |
%:graf-gtk.prf |
|---|
| 24 |
|
|---|
| 25 |
?:[EQU $SYS mac] |
|---|
| 26 |
%:graf-mac.prf |
|---|
| 27 |
|
|---|
| 28 |
?:[IOR [EQU $SYS win]] |
|---|
| 29 |
%:graf-win.prf |
|---|
| 30 |
|
|---|
| 31 |
?:[EQU $SYS acn] |
|---|
| 32 |
%:graf-acn.prf |
|---|
| 33 |
|
|---|
| 34 |
?:[EQU $SYS sdl] |
|---|
| 35 |
%:graf-sdl.prf |
|---|
| 36 |
|
|---|
| 37 |
?:1 |
|---|
| 38 |
|
|---|