Documentation ¶ Index ¶ type Tabs func New(ctx context.Context, screen mux.Screen) *Tabs func (t *Tabs) Apply(node L.NodeType) (bool, error) func (t *Tabs) Kill() func (t *Tabs) Resize(size geom.Size) error func (t *Tabs) Send(msg mux.Msg) func (t *Tabs) State() *tty.State Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tabs ¶ type Tabs struct { deadlock.RWMutex *mux.UpdatePublisher // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, screen mux.Screen) *Tabs func (*Tabs) Apply ¶ func (t *Tabs) Apply(node L.NodeType) (bool, error) func (*Tabs) Kill ¶ func (t *Tabs) Kill() func (*Tabs) Resize ¶ func (t *Tabs) Resize(size geom.Size) error func (*Tabs) Send ¶ func (t *Tabs) Send(msg mux.Msg) func (*Tabs) State ¶ func (t *Tabs) State() *tty.State Source Files ¶ View all Source files module.go Click to show internal directories. Click to hide internal directories.