EDLIN v0.02 by Martin Coleman.

This was a quick 3min hack so you can pretty much do whatever you
like with it. It DOESN'T save files (yet) but it's mainly to serve
as an experimental EDITor for MOE. You can type as much as you
like, to stop typing press hash ('#', SHIFT-3). It was only a 10min
job (including debugging) so I don't care what you do with it.
Perhaps the MOE Editor Builder will do something with it.

v0.01 25/09/00
- initial version

v0.02 25/09/00
- tracked down the keyboard bug, now fixed.
- if you type over the line and continue onto the next row and press
   enter, you will write over the text from that line. Will fix.
- Also, screen doesn't scroll when you go past 24 lines. I leave that
   to the future maintainer to fix :)

Quick Note: (27/09/00)
Will release this tomorrow. It can easily be modified to actually
_save_ to a file, but I may program FAT16 I/O differently in MOE so
I didn't want to write the entire system and then have to re-write
once the FAT16 definitions were definite. So to whoever takes over
as editor programmer, "It wont take long for file I/O so, add some
nice and simple editing features until we get the ball rolling with
FAT I/O".