Documentation
¶
Index ¶
- type Terminal
- func (t *Terminal) Attach(eventHandler func(ev tcell.Event))
- func (t *Terminal) Draw(s tcell.Screen)
- func (t *Terminal) GetFocusable() cview.Focusable
- func (t *Terminal) HandleEvent(ev tcell.Event) bool
- func (t *Terminal) InputHandler() func(event *tcell.EventKey, setFocus func(p cview.Primitive))
- func (t *Terminal) MouseHandler() ...
- func (t *Terminal) SetRect(x, y, w, h int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Terminal ¶
type Terminal struct { *cview.Box sync.Once sync.RWMutex // contains filtered or unexported fields }
func NewTerminal ¶
func (*Terminal) GetFocusable ¶
func (*Terminal) HandleEvent ¶
func (*Terminal) InputHandler ¶
func (*Terminal) MouseHandler ¶
Click to show internal directories.
Click to hide internal directories.