Documentation ¶
Overview ¶
Package implements an internal mechanism to communicate with an impress terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPipeClosing = errors.New("pipe is closing")
Functions ¶
Types ¶
type DrawCommand ¶ added in v0.4.4
type DrawCommand struct {
// contains filtered or unexported fields
}
func NewDrawCommand ¶ added in v0.4.4
func NewDrawCommand(calls iface.CallSet, streamPipe, syncPipe *rpc.Pipe) *DrawCommand
func (*DrawCommand) StreamCommand ¶ added in v0.4.4
func (d *DrawCommand) StreamCommand() error
func (*DrawCommand) SyncCommand ¶ added in v0.4.4
func (d *DrawCommand) SyncCommand() error
Click to show internal directories.
Click to hide internal directories.