Documentation ¶
Index ¶
- Variables
- func CaptureStdin(onRune func(rune)) error
- type ANSI
- func (a *ANSI) Background(c color.Color) (int, error)
- func (a *ANSI) BackgroundReset() (int, error)
- func (a *ANSI) Blink() (int, error)
- func (a *ANSI) BlinkOff() (int, error)
- func (a *ANSI) Bold() (int, error)
- func (a *ANSI) Clear() (int, error)
- func (a *ANSI) CursorPosition(row, column int) (int, error)
- func (a *ANSI) Foreground(c color.Color) (int, error)
- func (a *ANSI) ForegroundReset() (int, error)
- func (a *ANSI) HideCursor() (int, error)
- func (a *ANSI) Normal() (int, error)
- func (a *ANSI) Reset() (int, error)
- func (a *ANSI) ResizeWindow(rows, cols int) (int, error)
- func (a *ANSI) ShowCursor() (int, error)
- type WinSize
Constants ¶
This section is empty.
Variables ¶
View Source
var ANSIPalette = color.Palette{}/* 256 elements not displayed */
Functions ¶
func CaptureStdin ¶
Types ¶
type ANSI ¶
func (*ANSI) BackgroundReset ¶
func (*ANSI) ForegroundReset ¶
func (*ANSI) HideCursor ¶
func (*ANSI) ShowCursor ¶
Click to show internal directories.
Click to hide internal directories.