mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 01:28:59 +00:00
Added screenshot of EDIT's help page, in lieu of proper docs
This commit is contained in:
parent
9376dce5dd
commit
20b5bc527a
@ -334,29 +334,7 @@ If you use this tool for bulk import, be sure that all the `EMAIL.nnn` files are
|
||||
|
||||
## `EDIT.SYSTEM`
|
||||
|
||||
EDIT is simple full-screen editor. It is currently under development.
|
||||
EDIT is simple full-screen editor.
|
||||
|
||||
The following commands are implemented (but could change at any time):
|
||||
|
||||
- Movement:
|
||||
- `Up` - Up one row.
|
||||
- `Down` - Down one row.
|
||||
- `Left` - Left one column.
|
||||
- `Right` - Right one column.
|
||||
- `Open Apple`-`Up` - Page up
|
||||
- `Open Apple`-`Down` - Page down
|
||||
- `Open Apple`-`Left` - Goto beginning of line
|
||||
- `Open Apple`-`Right` - Goto end of line
|
||||
- Inserting text - just type.
|
||||
- Deleting text:
|
||||
- `Delete` key deletes character to left of cursor
|
||||
- `Open Apple`-`Delete` or `Ctrl`-`D` key deletes character to right of cursor
|
||||
- File handling:
|
||||
- `Open Apple`-`N` - New file (clear buffer)
|
||||
- `Open Apple`-`L` - Load file from disk
|
||||
- `Open Apple`-`S` - Save file to disk
|
||||
|
||||
- Miscellaneous:
|
||||
- `Open Apple`-`Q` - Quit. If launched from `EMAIL.SYSTEM` then `EMAIL.SYSTEM` will be launched again. Otherwise, just return to ProDOS.
|
||||
- `Ctrl`-`L` - Refresh screen (useful it it get garbled!)
|
||||
<p align="center"><img src="img/edit-help.png" alt="Editor help page" height="200px"></p>
|
||||
|
||||
|
@ -4,9 +4,13 @@
|
||||
// Bobbi June, July 2020
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
// - TODO: Bug in word wrapping quoted-printable content. Code assumes all
|
||||
// lines end in a true line ending, but not true of encoded content.
|
||||
// - TODO: Should decode MIME body even if not multipart
|
||||
// - TODO: Add Base64 encoding
|
||||
// - TODO: Feature to attach files to outgoing messages
|
||||
// - TODO: Get rid of all uses of malloc(). Don't need it.
|
||||
// - TODO: See TODOs further down for error handling
|
||||
// - TODO: Editor for email composition functions
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
BIN
img/edit-help.png
Normal file
BIN
img/edit-help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user