git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2474 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock
2012-08-04 23:05:10 +00:00
parent a4d078bed5
commit c8fa4a4896
4 changed files with 75 additions and 58 deletions
+1 -4
View File
@@ -47,9 +47,7 @@ private:
int _fd;
NSObject<Emulator> *_emulator;
NSThread *_readerThread;
CharacterGenerator *_charGen;
NSColor *_backgroundColor;
@@ -91,7 +89,6 @@ private:
//@property (nonatomic, assign) iPoint cursor;
-(void)startBackgroundReader;
-(void)dataAvailable;
-(void)invalidateIRect: (iRect)rect;