mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-26 13:18:14 +00:00
simplify screen, rewrite gno console.
git-svn-id: svn://qnap.local/TwoTerm/branches/fix-gno-scrolling-region@3162 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#import "CurveView.h"
|
||||
#import "EmulatorWindow.h"
|
||||
|
||||
#import "VT52.h"
|
||||
#import "PTSE.h"
|
||||
//#import "VT52.h"
|
||||
//#import "PTSE.h"
|
||||
|
||||
#import "Defaults.h"
|
||||
|
||||
@@ -309,7 +309,8 @@
|
||||
klass = [_parameters objectForKey: kClass];
|
||||
if (!klass || ![klass conformsToProtocol: @protocol(Emulator)])
|
||||
{
|
||||
klass = [VT52 class];
|
||||
klass = Nil;
|
||||
//klass = [VT52 class];
|
||||
}
|
||||
|
||||
o = [_parameters objectForKey: kForegroundColor];
|
||||
|
||||
Reference in New Issue
Block a user