term.current
From ComputerCraft Wiki
Function term.current | |
Returns the current terminal object that is being used to write to. | |
Syntax | term.current() |
Returns | table terminal object |
Part of | ComputerCraft |
API | term |
Examples
Additional Notes
- term.current() requires ComputerCraft version 1.6 or newer.