New for 1.2: Niftyterm had a memory leak that was causing it to lose 56 bytes on every keystroke (the disadvantages of having a 7 meg system). It turns out that 56 bytes is the size of an IntuiMessage structure. I wasn't replying to Intuition key up events, hence they were never getting deallocated until the window was closed. New for 1.1: New switch -v starts up niftyterm with inverse video (also: preference niftyterm.inverse) The default behavior for niftyterm version 1.0 was to strip off the 8th bit of incoming characters. The default has been changed so that all 8 bits are used (allowing characters >127 from the character set to be displayed). This default can be overriden by the -7 command line switch, or the niftyterm.pass8 preference. Several major bugs were fixed that were casing niftyterm not to work on some system configurations. Memwatch reported that niftyterm was stomping on low memory. These bugs have been fixed. If there are any further problems, please notify me.