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