Documentation ¶
Overview ¶
Package implements an internal mechanism to communicate with an impress terminal.
Index ¶
- func WithoutFlush(w io.Writer) *withoutFlush
- func WithoutMutex() *withoutMutex
- type Pipe
- func (p *Pipe) Bool(variable *bool) *Pipe
- func (p *Pipe) Byte(variable *byte) *Pipe
- func (p *Pipe) Bytes(variable *[]byte) *Pipe
- func (p *Pipe) Call(values ...interface{})
- func (p *Pipe) CallErr(values ...interface{}) error
- func (p *Pipe) Flush()
- func (p *Pipe) Int(variable *int) *Pipe
- func (p *Pipe) Ints(variable *[]int) *Pipe
- func (p *Pipe) String(variable *string) *Pipe
- func (p *Pipe) UInt16(variable *uint16) *Pipe
- func (p *Pipe) UInt32(variable *uint32) *Pipe
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithoutFlush ¶
func WithoutMutex ¶
func WithoutMutex() *withoutMutex
Types ¶
Click to show internal directories.
Click to hide internal directories.