N0STALGIA Texter v1.7
--------------------------------------------------------------------
F1             Next page.
F2             Previous page.
F3             Display a little help page.
F5             Annoying Sound effects on and off.
F6             Link word from line below.
F7             Tabulator right.
F8             Tabulator left.
CRSR           Move cursor.
CBM+CRSR       Jump words.
CLRHOME        Cursor to top of screen.
SHIFT+CLRHOME  Clear page. Undo with CTRL+U.
INSTDEL        Move string left.
SHIFT+INSTDEL  Move string right.
CTRL+A         Mark all, then copy or cut.
CTRL+B         To start of line.
CTRL+C         Copy marked text to buffer.
               If no text is marked it will copy current line from x position.
CTRL+D         Delete a line.
CTRL+I         Insert a line.
CTRL+K         Kiill a line.
CTRL+E         Set end of line flag and place cursor at end of line.
CTRL+F         Clear line from cursors X position.
CTRL+H         Home - got to first page.
CTRL+J         Go to last page with text.
CTRL+L         Load packed text/ascii text/petscii text
CTRL+M         Center line.
CTRL+P         Toggle Plot mode and Text mode.
CTRL+O         Toggle overwrite/insert text mode.
CTRL+Q         Toggle leftmost/rightmost X position.
CTRL+Y         Toggle upper/lower Y position.
CTRL+S         Save text.
CTRL+U         Undo - if you accidentaly pressed Shift+Clrhome. 
CTRL+V         Paste marked text from buffer.
               Or paste a line to you current x position.
CTRL+W         Word wrap on and off.
CTRL+X         Cut marked text to buffer.
CTRL+Z         Dump finished text into noteview format.
CTRL+SHIFT+D   Delete page - moves all pages down one level.
CTRL+SHIFT+I   Insert page - moves all pages up one level.
CTRL+SHIFT+M   Center all lines.
CTRL+SHIFT+[   Align all lines left.
CTRL+SHIFT+]   Align all lines right.
RETURN         Next line.
SHIFT+RETURN   Cut from current x position and pull line down.
RunStop+CRSR   Start marking. Use cursor to set area.
               Then press CTRL+C or CTRL+X for copy or cut.
CBM+Keys       Type special c64 chars.



PLOT MODE:
----------
In plot mode you can draw by using cursor to set position, pressing space or
any other key will plot a 4x4 pixel.
To exit plot mode press CTRL+P again.


OVERWRITE/INSERT MODE:
----------------------
Pressing CTRL+O will toggle overwrite (o) or insert (i) mode.


CUT, COPY & PASTE:
------------------
If no area is marked, the cut and copy functions will copy/cut the text from
cursors x position to end of line into the copy buffer. This text line can be copied
back to screen with the paste function. When pasting, remember that all data is pasted 
to cursors current x+y position on screen.


LOAD MENU:
----------
RunStop  Exit back to text editor.
F1       Select packed text.
F3       Import petscii (all dir entries displayed).
F5       Import ascii (all dir entries displayed).

When importing a file, the file will be loaded to your cursor x and y 
position in the editor.

Petscii:
When importing a petscii file the load adress is skipped.
You can import a petscii file, as a sequence file (*.seq from turboassembler yes)
or a text file you wrote in another c64 text editor.

Ascii:
Has a different layout when it comes to High/low characters.
This loader routine will translate the letters to c64 format.
Works great for *.txt files you wrote on your mac or pc.

Dos error messages will be displayed if any errors occur.

SAVE/DUMP MENU:
---------------
RunStop  Exit back to text editor.
Enter a save name and press return to save or dump.

If a dos error occur while saving, the program will depack the
text again, and the save menue will pop up again. 
You can safely exit back to the editor if wanted or retry to save.

If a dos error occur while dumping the dump menu will pop up again.
Do not exit back to editor, find a empty disk and try to dump the
text once more.

Save (CTRL+S) save as packed text only. 
(If you want the text in raw data, then save memory $1800-$c3c0.)

Dump (CTRL+Z) saves the text packed and in noteview format 
(Only useable with n0s noteviewers).




Notes:
------
1) If a dos error happens, you have to press a key to continue.
2) If you run out of pages, then continue the docs in another file.
   (Dumped text can easily be linked together.)



Credits:
--------
Programming by 6R6/N0stalgia





New Stuff in v1.7:
------------------
* Fixed CTRL+F bug
* F6 Link word from line(s) below up to current line.
* CTRL+O Overwrite or Insert text mode.
* CBM+CRSR Jump words on line.

New Stuff in earlier versions:
------------------------------
* Fixed bug when aligning/centereing all lines. It didnt check the 1st line.
* Sprite info on top for ntsc users
* X and Y cursor position displayed as numbers in upper right sprite
* Dos error messages (Fungus wanted this)
* Insert page
* Delete page
* Copy/Cut/Paste line
* Upper/lower border doesnt flicker while accessing character rom
* RunStop/Restore doesnt kill the editor - but dont press this key when using the dos menues.
  (Restart editor with sys $080d)
* Wordwrap function doesnt wrap when entering special letters, such as ! , . - ) ] ? etc..
* Fixed bug when pasting a complete page to another page with different x and y position.
