Things to do on my boustrophedon text reader:

* Rewrite it from scratch; see the file: boustrophedon_word_processor

* Add support for other sizes of fonts in X.  (Scalable fonts?)
	* add support for variable-width fonts.
* Include other font-types, such as TrueType
* Allow (if possible) the user to specify *any* font, and make a copy in
	memory identical to it but reversed, and use them both.

	* or include a utility that will reverse an existing font.

* Support languages other than English (is iso8859 sufficient?)
* Add an 'uninstall' function to the Makefile, for easy uninstall
* Fix any bugs remaining in bugs.list
* Reintegrate ability to *display* in VT
* Add justification
* Fix PostScript stuff
	* have program intelligently figure out variables 
		(such as page sizes:  Letter, Legal, A4...)
* Add initial direction toggle
* Add a file selector
* Prompt before printing over existing output file
* An intelligent ./config program would be nice...
? Add a marker that cycles through the words, highlighting (changing the 
	background color of) the word it rests on.  This may help users
	train their eye to go back and forth.
* COMMENT THE CODE
