lsm - LSM maintainer.

If you've ever messed around with Jeff's LSM data entry form, you've
probably noticed that it's a real pain to work with, right?  Well, that's
why I wrote this little gem.  It uses curses to put up screens for you to
fill in info, then saves it away in $HOME/.lsm so you can modify it later,
then builds the form and emails it off to Jeff.

If you don't have libc.so.4 (DLL Jump 4.4pl1), you'll have to relink the binary.
For this, I've provided the .o file (the complete source is WAY too big to
provide, as it's part of a C source code generation system), and a small
shell script called build-lsm.  You need to have ncurses and a decent termcap
or terminfo library.  I've provided the link library of routines that you'll
need in libedlib.a.  Just run the script and it will build lsm in the current
directory.

Other questions are answered in the lsm.8 manpage.

Problems:

Q.	It dumps core!
A.	Try upgrading your version of ncurses.  Earlier versions had
	one or two bugs that would crash ncurses, and lsm exercises
	most curses packages quite a bit.  Also make sure that your
	termcap/terminfo entries are correct for your system - if you
	installed ncurses from Zeyd, you should be OK.

-- Insert shameless plug here --

The source code generation system, as well as the output, are licensable
from me, as well as the complete code generation system.  It's pretty easy
to use once you get the hang of it - I generated lsm in about 3 hours, custom
code included.  I'm still working on the documentation, though.

If you would like custom applications like this one, drop me email.  :)

-- Ed Carp, erc@apple.com
