Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Terminal ¶
type Terminal struct {
// contains filtered or unexported fields
}
Terminal is a wrapper around https://www.github.com/gdamore/tcell Screen that satisfy the backend.Terminal interface.
func NewTerminal ¶
NewTerminal returns a new Terminal object configured with the given options.
func (*Terminal) Clear ¶
func (c *Terminal) Clear()
Clear implements the backend.Terminal interface.
func (*Terminal) Flush ¶
func (c *Terminal) Flush()
Flush implements the backend.Terminal interface.
Click to show internal directories.
Click to hide internal directories.