renamed MainTerm to HomeContext to avoid confusion
This commit is contained in:
parent
a9eb569a02
commit
d684360547
@ -5,7 +5,11 @@ import bin.Terminal;
|
||||
import kernel.ui.WindowManager;
|
||||
import kernel.ui.WindowContext;
|
||||
|
||||
class MainTerm {
|
||||
/**
|
||||
The WindowContext that spawns all other contexts. This is the main terminal.
|
||||
Listens to global hotkey "POS1"/"HOME" to switch back to this context.
|
||||
**/
|
||||
class HomeContext {
|
||||
private static final MAX_CONTEXT:Int = 10;
|
||||
|
||||
private var ctx: WindowContext = null;
|
Loading…
Reference in New Issue
Block a user