Documentation
¶
Index ¶
- Variables
- type Point
- type Rect
- type TerminalWindow
- func (tw *TerminalWindow) H() int
- func (tw *TerminalWindow) SelectArea(x1, y1, w, h int) (x int, y int, width int, height int)
- func (tw *TerminalWindow) SetCursorX(x int)
- func (tw *TerminalWindow) SetCursorY(y int)
- func (tw *TerminalWindow) Update()
- func (tw *TerminalWindow) W() int
- func (tw *TerminalWindow) X() int
- func (tw *TerminalWindow) Y() int
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TermWindow = &TerminalWindow{ Rect: &Rect{ P1: &Point{ X: 0, Y: 0, }, P2: &Point{ X: 0, Y: 0, }, }, Cursor: &Point{ X: 0, Y: 0, }, } )
Functions ¶
This section is empty.
Types ¶
type TerminalWindow ¶
func (*TerminalWindow) H ¶
func (tw *TerminalWindow) H() int
func (*TerminalWindow) SelectArea ¶
func (*TerminalWindow) SetCursorX ¶
func (tw *TerminalWindow) SetCursorX(x int)
func (*TerminalWindow) SetCursorY ¶
func (tw *TerminalWindow) SetCursorY(y int)
func (*TerminalWindow) Update ¶
func (tw *TerminalWindow) Update()
func (*TerminalWindow) W ¶
func (tw *TerminalWindow) W() int
func (*TerminalWindow) X ¶
func (tw *TerminalWindow) X() int
func (*TerminalWindow) Y ¶
func (tw *TerminalWindow) Y() int
Click to show internal directories.
Click to hide internal directories.