Skip to content

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

PropertyTypeDefaultDescription
termtermperipheralterm.current()

Functions

MethodReturnsDescription
BaseFrame:setCursor-Sets the cursor position

Sets the cursor position

Parameters

  • x number The x position to set the cursor to
  • y number The y position to set the cursor to
  • blink boolean Whether the cursor should blink

Released under the MIT License.