This source has been patched to compile under minix 2.0.0 (32 bit i386). Don't run configure, or it will wipe out the patches to the makefile. Just do "make install". Other than the obvious changes to the makefile, all I did was to include before the inclusion of certain header files. This program (and others like it) may not run on Minix 2.0.3 due to an as yet unidentified bug (possibly in the memory manager) which causes it to freeze after a short time. It runs fine on earlier versions, however. It is necessary to add a missing entry to the termcap description for minix, namely "@7 = \E[Y" so that the END key will work correctly (this also affects the vi editor and other programs that use curses.) Please note that because Minix does not pass function keys as input to programs, the functions of F1 through F10 are invoked by the key sequences 1 through 0. Perhaps the minix tty driver should be altered to use shifted function keys for its reserved functions so that user programs can access the function keys for normal input. Larry Sonderling (lsonderling@earthlink.net)