terminal

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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 NewCursor

func NewCursor(output output.OutputInterface, input *os.File) *Cursor

func (*Cursor) ClearLine

func (c *Cursor) ClearLine() *Cursor

func (*Cursor) ClearLineAfter

func (c *Cursor) ClearLineAfter() *Cursor

func (*Cursor) ClearOutput

func (c *Cursor) ClearOutput() *Cursor

func (*Cursor) ClearScreen

func (c *Cursor) ClearScreen() *Cursor

func (*Cursor) CurrentPosition

func (c *Cursor) CurrentPosition() (int, int)

func (*Cursor) Hide

func (c *Cursor) Hide() *Cursor

func (*Cursor) Move

func (c *Cursor) Move(x int, y int) *Cursor

func (*Cursor) MoveDown

func (c *Cursor) MoveDown(lines int) *Cursor

func (*Cursor) MoveLeft

func (c *Cursor) MoveLeft(columns int) *Cursor

func (*Cursor) MoveRight

func (c *Cursor) MoveRight(columns int) *Cursor

func (*Cursor) MoveToColumn

func (c *Cursor) MoveToColumn(column int) *Cursor

func (*Cursor) MoveToPosition

func (c *Cursor) MoveToPosition(column int, row int) *Cursor

func (*Cursor) MoveUp

func (c *Cursor) MoveUp(lines int) *Cursor

func (*Cursor) RestorePosition

func (c *Cursor) RestorePosition() *Cursor

func (*Cursor) SavePosition

func (c *Cursor) SavePosition() *Cursor

func (*Cursor) Show

func (c *Cursor) Show() *Cursor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳