ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Examples/TinyTerm/TinyTermWindow.h

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.