This is Vi.h in view mode; [Download] [Up]
/*
* $Source: /source/LocalDeveloper/Apps/Vi/RCS/Vi.h,v $
* $Revision: 1.2 $
* $Date: 93/09/14 19:07:01 $
* $State: Exp $
* $Author: pbiron $
*------------------------------------------------------------------
* Paul Biron (pbiron@gslis.ucla.edu)
* Graduate School of Library and Information Science
* GSLIS Building
* 300 Circle Dr. North
* University of California, Los Angeles
* Los Angeles, Ca. 90024
*------------------------------------------------------------------
* This "application" allows you to open various text files with vi(1)
* from the Browser (or from within IB, etc). In order for this to work
* you must have Scott Hess's Stuart terminal emulator. Stuart is a
* replacement for Shell, and is Shareware, available from finer ftp
* archives everywhere.
*
* Vi is a sublcass of Application, which acts as its own "delegate"
* for handline appAcceptsAnotherFile and app:openFile:fileType:
* messages.
*
* The portions of this program (very little, in fact) that I wrote are in
* the public domain, and you may do whatever you want with them.
*------------------------------------------------------------------
*/
#import <appkit/Application.h>
@interface Vi : Application
{
// no new instance variables
}
- (BOOL) appAcceptsAnotherFile:sender ;
- (int) app:sender openFile:(char *) fileName type:(char *) fileType ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.