|
Revision 918, 327 bytes
(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-win.prf |
|---|
| 2 |
|
|---|
| 3 |
# |
|---|
| 4 |
# This file defines special attr/char mappings for use in "graphics" mode |
|---|
| 5 |
# |
|---|
| 6 |
# See "lib/help/command.txt" and "src/files.c" for more information. |
|---|
| 7 |
# |
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
# Standard file |
|---|
| 11 |
?:[EQU $GRAF old] |
|---|
| 12 |
%:graf-xxx.prf |
|---|
| 13 |
|
|---|
| 14 |
# New tiles |
|---|
| 15 |
?:[EQU $GRAF new] |
|---|
| 16 |
%:graf-new.prf |
|---|
| 17 |
|
|---|
| 18 |
# David Gervais' tiles |
|---|
| 19 |
?:[EQU $GRAF david] |
|---|
| 20 |
%:graf-dvg.prf |
|---|