BaseFrame
This is the base frame class. It is the root element of all elements and the only element without a parent.
Extends: Container
Properties
Property | Type | Default | Description |
---|---|---|---|
term | term | peripheral | term.current() |
Functions
Method | Returns | Description |
---|---|---|
BaseFrame:setCursor | - | Sets the cursor position |
BaseFrame:setCursor(x, y, blink)
Sets the cursor position
Parameters
x
number
The x position to set the cursor toy
number
The y position to set the cursor toblink
boolean
Whether the cursor should blink