Documentation
¶
Overview ¶
Package tput provides convenience functions for sending escape sequences to the terminal. The escape codes used have been derrived from the tput program.
Index ¶
- func BufScreen(w io.Writer, n int)
- func Civis(w io.Writer)
- func ClearLine(w io.Writer)
- func Cnorm(w io.Writer)
- func Cuu(w io.Writer, n int)
- func Rc(w io.Writer)
- func Sc(w io.Writer)
- func Tty() bool
- func TtySize() (int, int)
- func Write(w io.Writer, s string)
- func Writef(w io.Writer, format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.