done : Fix linecheck to be asymmetric. Also to check chars < 32.
done : Skip bad pty slaves.
done : Fix seven bit support
done : Xconn needs to read DISPLAY properly. 
done : Put in SGI patches. 
done : Write a credits file. 
done : X-windows is apparently dying again. Don't know why. Have to find out.
done : upload occasionally has files go missing. Look into it.
done : wait3 instead of waitpid. 
done : Fix rsystem. Term hangs if you run it without an argument. 
done : Catch signals and do a graceful clean-up. 
done : Fix C_PORT and C_SOCKET so that errors get caught properly instead of just
       hanging. Fix C_PTYEXEC as well. 
done : Fix #include <termios.h>.Only be done if we are really using termios
done : Add an 'ignore' array, and clean-up the escape array. Add ranges maybe??
done : Fix #include <stdlib.h> unistd, and malloc.h. Make a generic #define to turn
       them off.
done : Fix byte-order for C_PORT.
done : trsh going into a heavy load will hang (race condition in pty.c)
	Fix upload to
done :	a) use one arg. 
done :	b) Do resumption! Resume upload a file. 
done :	c) maybe write a download?? : sort of 
done : Cut out all the 2400 baud limiters
done : Fix rsh to exit properly when shell exits. Clean up exit messages.
done : NNIGN. This will basically involve detecting and passing on read/write's of
       zero length.
done : Check out the Sun implementation. It still doesn't work reliably.

pending : Fix timeouts!!! Something is going badly wrong with them. Timeout
pending :  should maybe be dependent on number of outstanding packets??

done : Fix terminal handling when doing remote-->linux rsh.

done : Put in maximum packet size as a command line option.  As a termrc option.

done : Fix possible race condition with a client starting up at both ends
       at the same time. (they will both get the same client number. Bad.)

done : Integrate linecheck/linerem into term.c

done : Write a tdownload.

done : Write a getting-started guide for newbies.

done : Write an FAQ list too!!! Could cull Mail/received for this.

done : Preserving time/date stamping with upload?

pending : Write a ping to generate every character.

done : Add a mechanism for propagating environment variables.

pending : A mechanism for handling hangup. what it would involve.
          1) Term going into background on a HUP, not exiting.
          2) when term starts up, it should check for a backgrounded term to
          foreground. 
          3) There has to be a supervisor program that will watch the modem line.

pending : trsh sets a TERMSERVER for it's new shells.
done : trsh should pass the 'TERM' env variable.

pending : fix tredir to take a config file.

done : Write a UDP redirector for those crazy sods that want to mount an NFS
       partition over term.. 

scrapped : Get the NFS mounts working now.

pending : Get PC-NFS mounts working over term.
pending : Pass client information cross exec() commands.
pending : Find and fix whatever is causing tdownload to terminate early.
pending : Get inetd to work, with socket address passing
pending : Find an easy way to share a term connection between multiple machines

