Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectedClient ¶
type Manager ¶
type Manager struct {
Screens []*Screen
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) AttachClient ¶
attach a client to a screen
func (*Manager) DetachClient ¶
detach a client from a screen
func (*Manager) GetScreenByID ¶
get screen by id
type Screen ¶
type Screen struct { Title string Columns int Rows int Clients []*ConnectedClient Stream *stream.Stream // contains filtered or unexported fields }
func (*Screen) GetScreenAsANSI ¶
GetScreenAsANSI returns the screen as ANSI
Click to show internal directories.
Click to hide internal directories.