minor ui stuff

This commit is contained in:
2022-03-04 00:59:32 +01:00
parent 3b6bc85271
commit 1881d8f488
3 changed files with 7 additions and 6 deletions

View File

@@ -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);