minor ui stuff
This commit is contained in:
@@ -67,10 +67,6 @@ class WindowManager {
|
||||
|
||||
allContexts.push(newContext);
|
||||
|
||||
// newContext.setTarget(MainTerm.instance);
|
||||
newContext.enable();
|
||||
currentMainContext = newContext;
|
||||
|
||||
return newContext;
|
||||
}
|
||||
|
||||
@@ -84,6 +80,7 @@ class WindowManager {
|
||||
var target:TermWriteable;
|
||||
if (output == "main") {
|
||||
target = MainTerm.instance;
|
||||
currentMainContext = context;
|
||||
} else {
|
||||
target = Peripheral.instance.getScreen(output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user