TODO
----
1. Actually implement search
2. Implement dialog box
4. functions that convert numbers between system
5. Goto offset function


Issues
------
1. When the cursor is on the first line and you press the up arrow, should
   the cursor go to the home position or simply not move?


Problems
--------
1. HeaderboxPrintf() and DataboxPrinf() in UIcurses.c have an obvious buffer
   overflow.  Not important enough (yet) to fix since I've given them a 100
   character buffer, and I'm assuming a friendly user.  Will have to be
   addressed at some point.
