This is TinyTermWindow.h in view mode; [Download] [Up]
// Copyright 1995 Matt Brandt. // Use is governed by the MiscKit license #import <appkit/appkit.h> #import <misckit/MiscSerialPort.h> @interface TinyTermWindow:Window { id myText; MiscSerialPort *port; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.