TaleLight v1.21
Daniel McCarty
December 15, 1998

The files included with this release of TaleLight are for your personal use.
I learned much of my programming techniques from others' source that was so
graciously given out.  To all of them, thank you very much.  If you have a
commercial use for this code, see the legal issues section in tl.c.

The full project is available if you're interested.  (If you truly want a
record of my fumblings and bumblings!)  The file size is 500Kb.

Henry Ford (I think) said, "You can have things good, fast or cheap: pick
two."  There are trade-offs in everything, and this program was optimized
for PRC-size and attention to detail within the program.  In other words,
don't expect the source to be the epitomy of readibility.  :)

I'm fairly happy with the source and have commented it reasonably well.  If
you have a question feel free to email me about it.  You may see some magic
numbers here and there in the code, but I've tried to at least put a comment
in there to explain my reasoning at the time.

The code is formatted with tabbed spaces, so it should show up well in any
editor.  A few lines exceed 80 chars, but only a few.  Naming conventions
are mostly GNU-style, with a few of Andrew Howlett's quirks thrown in.  :)
(From the inevitable tutorial every Palm newbie goes through...)

So I hope this source is as useful to you as others' source has been to me.
Best wishes with wherever this may take you.

--Daniel.