further support bits for ANSI types.
- not in Sahli yet, don't change in 16col lib without the ability to test!
This commit is contained in:
parent
1efa1906d6
commit
14b4aae4b3
2 changed files with 37 additions and 23 deletions
46
list.sahli
46
list.sahli
|
|
@ -28,29 +28,6 @@
|
|||
"line2": "Mercury",
|
||||
"text": "No tools, just a text editor"
|
||||
},
|
||||
{
|
||||
"file": "ARTX-LGO.ADF",
|
||||
"name": "Example ADF (not Amiga Disk File)",
|
||||
"amiga": false,
|
||||
"width": "80",
|
||||
"author": "Apathy",
|
||||
"font": "ansifont",
|
||||
"color": [
|
||||
200,
|
||||
200,
|
||||
200,
|
||||
255
|
||||
],
|
||||
"bg": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"line1": "Artx-logo",
|
||||
"line2": "Apathy",
|
||||
"text": "From the apathy pack announcing ADF. Again, not Amiga Disk File."
|
||||
},
|
||||
{
|
||||
"file": "az0!-revi510n.txt",
|
||||
"name": "Revi510n",
|
||||
|
|
@ -119,6 +96,29 @@
|
|||
"line1": "Revision 2013",
|
||||
"line2": "Blocktronics & Accession",
|
||||
"text": "Pablodraw osX"
|
||||
},
|
||||
{
|
||||
"file": "ARTX-LGO.ADF",
|
||||
"name": "Example ADF (not Amiga Disk File)",
|
||||
"amiga": false,
|
||||
"width": "80",
|
||||
"color": [
|
||||
0,
|
||||
30,
|
||||
30,
|
||||
255
|
||||
],
|
||||
"bg": [
|
||||
240,
|
||||
240,
|
||||
250,
|
||||
255
|
||||
],
|
||||
"author": "Apathy",
|
||||
"font": "ansifont",
|
||||
"line1": "ADF example",
|
||||
"line2": "...",
|
||||
"text": "not Amiga disk file"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
14
todo.txt
14
todo.txt
|
|
@ -21,3 +21,17 @@ OTHER file parsing -
|
|||
(A) - parse files for 'info'
|
||||
|
||||
(B) Get with dfox on the partymeister package version
|
||||
|
||||
main renderer:
|
||||
hook for progress
|
||||
|
||||
Support:
|
||||
(B) ADF
|
||||
(B) Tundra
|
||||
(A) SAUCE
|
||||
(B) XBIN
|
||||
(B) Avatar
|
||||
(B) BIN
|
||||
(B) IDF
|
||||
(B) PCBOARD
|
||||
(A) Amiga ANSI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue