documentation
This commit is contained in:
parent
15b7112348
commit
7aa1306077
@ -86,6 +86,9 @@ class WindowManager {
|
||||
return arr;
|
||||
}
|
||||
|
||||
/**
|
||||
Move context to output. If output is "main", context will be moved to main screen.
|
||||
**/
|
||||
public function focusContextToOutput(context:WindowContext, output:String) {
|
||||
var target:TermWriteable;
|
||||
if (output == "main") {
|
||||
|
Loading…
Reference in New Issue
Block a user