Documentation ¶
Index ¶
- type Client
- func (c *Client) Attach(ctx context.Context, screen mux.Screen)
- func (c *Client) Attachment() *util.Lifetime
- func (c *Client) Kill()
- func (c *Client) Resize(size mux.Size) error
- func (c *Client) Screen() mux.Screen
- func (c *Client) Send(msg mux.Msg)
- func (c *Client) Size() mux.Size
- func (c *Client) State() *tty.State
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { deadlock.RWMutex *mux.UpdatePublisher // contains filtered or unexported fields }
func (*Client) Attachment ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.