Documentation
¶
Index ¶
- type Cursor
- func (c *Cursor) ClearLine() *Cursor
- func (c *Cursor) ClearLineAfter() *Cursor
- func (c *Cursor) ClearOutput() *Cursor
- func (c *Cursor) ClearScreen() *Cursor
- func (c *Cursor) CurrentPosition() (int, int)
- func (c *Cursor) Hide() *Cursor
- func (c *Cursor) Move(x int, y int) *Cursor
- func (c *Cursor) MoveDown(lines int) *Cursor
- func (c *Cursor) MoveLeft(columns int) *Cursor
- func (c *Cursor) MoveRight(columns int) *Cursor
- func (c *Cursor) MoveToColumn(column int) *Cursor
- func (c *Cursor) MoveToPosition(column int, row int) *Cursor
- func (c *Cursor) MoveUp(lines int) *Cursor
- func (c *Cursor) RestorePosition() *Cursor
- func (c *Cursor) SavePosition() *Cursor
- func (c *Cursor) Show() *Cursor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cursor ¶
type Cursor struct {
// contains filtered or unexported fields
}
func (*Cursor) ClearLineAfter ¶
func (*Cursor) ClearOutput ¶
func (*Cursor) ClearScreen ¶
func (*Cursor) CurrentPosition ¶
func (*Cursor) MoveToColumn ¶
func (*Cursor) RestorePosition ¶
func (*Cursor) SavePosition ¶
Click to show internal directories.
Click to hide internal directories.