Documentation ¶
Index ¶
- Constants
- func SetEcho(stdin *os.File, flag bool) (oldState *unix.Termios, err error)
- func TermIOSSet(stdin *os.File, state *unix.Termios) error
- type Console
- func (con *Console) ClearEOL() *Console
- func (con *Console) CursorUp(n int) *Console
- func (con *Console) Flush() *Console
- func (con *Console) Fprint(f string, args ...any) *Console
- func (con *Console) HideCursor() *Console
- func (con *Console) LineFeed() *Console
- func (con *Console) ShowCursor() *Console
- func (con *Console) Write(p []byte) (n int, err error)
Constants ¶
View Source
const ( ClearEOLSeq = "\033[0K" HideCursorSeq = "\033[?25l" ShowCursorSeq = "\033[?25h" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.