multishell.setFocus

multishell.setFocus
Function
Syntax
multishell.setFocus(
  • tabid : number
)

Returns boolean success
API multishell
Source CC:Tweaked (source)

Switch the focus to another multishell tab.

ExampleSwitch the focus.
Switch the focus to tab 1.
Code
<nowiki>
multishell.setFocus(1)
    </nowiki>
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.