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