mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-20 19:16:35 +00:00
git-svn-id: svn://qnap.local/TwoTerm/trunk@1887 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -10,18 +10,24 @@
|
||||
|
||||
|
||||
@class EmulatorView;
|
||||
@class CurveView;
|
||||
|
||||
@protocol Emulator;
|
||||
|
||||
@interface TermWindowController : NSWindowController <NSWindowDelegate> {
|
||||
|
||||
IBOutlet EmulatorView *_emulatorView;
|
||||
|
||||
EmulatorView *_emulatorView;
|
||||
CurveView *_curveView;
|
||||
|
||||
NSObject <Emulator> *_emulator;
|
||||
|
||||
int _child;
|
||||
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet EmulatorView *emulatorView;
|
||||
@property (nonatomic, retain) IBOutlet CurveView *curveView;
|
||||
|
||||
@property (nonatomic, retain) NSObject<Emulator> *emulator;
|
||||
|
||||
-(void)initPTY;
|
||||
|
||||
Reference in New Issue
Block a user