* Fix the 'New conn' stuff during initial startup. They really aren't new
conns, and only the last one is listed anyway. No easy way to do this without
a huge hack like: if (program_start_time>=time(0)-5) dont_print_new_conn();

* Motif support is kind of there.. Needs lots of debugging first

o Write up the IPWATCHER differences description

o Figure out if musleep can be better replaced by a select on the read
file descriptor?

o Someone found 2.4 doesn't display any of the buttons when displaying a
connection

o Ocasionally it doesn't figure out usernames correctly (sometimes thinks a 
user is root) -- can't be reliably reproduced

o Add Close buttons to the monitoring windows

o Apparently, if a user has already logged in, and ttywatcher starts up, it
sometimes misses their TTY. (Can't reproduce this one?)

o Twtch STREAMS module apparently allows anyone to crash the system by pushing
the module twice onto their tty stream

o Add TCL/TK support to make more portable

o Doesn't clean itself up very well after 'quit'. Apparently, after several
hours, it will crash?

o Catch SIGINT, SIGKILL, etc. and do cleanup

o Make sure the cleanup routine is working properly.

o Someone claims it *REALLY* slow to pop up or shut down with 37 people online

