0.1.0 (2002-03-23) - A quick hack. 0.1.1 (2002-03-23) - Reduced the buffer size from 16 kB to 4 kB as ncurses seemed to drop characters with the old value. I would be interested in a more complete explanation, though. 0.1.2 (2002-03-24) - If prefix is /usr, install man page in $(PREFIX)/share/man, as per FHS. - Can install even if $(PREFIX)/bin or $(MAN) don't exist. 0.1.3 (2002-03-26) - Turns out that even with a 4 kB, ncurses still dropped characters. Further reducing the buffer is not desirable for performance reasons. There are now two block sizes : one for input (16 kB) and one for output (512 B). Hope this fixes the problem once for all. 0.1.4 (2003-01-05) - Don't hog the CPU. - Changed the licence from "version 2 or later of the GPL" to GPL version 2. - Correct version number. 0.2.0 (2003-01-09) - Keep trying to open files. - Documented the handling of control characters. 0.2.1 (2003-01-10) - Fixed build failures on systems with a non-GNU make such as FreeBSD, NetBSD and OpenBSD. 0.2.2 (2003-01-14) - Avoid collision with symbol "lines" declared in term.h so that it compiles on AIX 4.3. - Move -lcurses past the list of object files so that it builds on Irix 6.5. - Leave $(CFLAGS) and $(LDFLAGS) alone. - Link to Folkert van Heusden's patches. - Wrote a short FAQ.