struct

Tea::Cursor

Inherits Struct < Value < Object

Cursor represents the cursor position, style, and visibility

Constructors

new(x : Int32 = 0, y : Int32 = 0, visible : Bool = true, style : Tea::CursorStyle = CursorStyle::Block, color : Colorful::Color | Nil = nil)
Source

Instance methods

color
Source
color=(color : Colorful::Color | Nil)
Source
position
Source
style
Source
style=(style : CursorStyle)
Source
visible=(visible : Bool)
Source
visible?
Source
x=(x : Int32)
Source
y=(y : Int32)
Source