mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +00:00
Merge branch 'master' of https://github.com/bobbimanners/ip65
This commit is contained in:
commit
ba97ddb799
@ -302,9 +302,13 @@ However you create your template email, take note of the filename which is displ
|
||||
|
||||
## `EDIT.SYSTEM`
|
||||
|
||||
EDIT is a simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor.
|
||||
`EDIT.SYSTEM` is a simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor.
|
||||
|
||||
<p align="center"><img src="img/edit-help.png" alt="Editor help page" height="400px"></p>
|
||||
If RamWorks-style memory expansion is available, `EDIT.SYSTEM` can use it as additional editor buffers. For each 64KB bank of RamWorks expansion, an additional 46KB buffer will be allocated. With an 8MB RamWorks card, 128 buffers are available. `EDIT.SYSTEM` is able to support editing of large files (>46KB) by splitting them across more than one buffer.
|
||||
|
||||
<p align="center"><img src="img/edit-help1.png" alt="Editor help page 1" height="400px"></p>
|
||||
|
||||
<p align="center"><img src="img/edit-help2.png" alt="Editor help page 2" height="400px"></p>
|
||||
|
||||
## `ATTACHER.SYSTEM`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user