Documentation
¶
Index ¶
- type Terminal
- func (terminal *Terminal) AddBuffer(buffer *buffer.Buffer)
- func (terminal Terminal) CurrentBuffer() *buffer.Buffer
- func (terminal *Terminal) Draw()
- func (terminal *Terminal) LoadPreviousBuffer()
- func (terminal *Terminal) NewLine()
- func (terminal Terminal) PreviousBuffer() buffer.Buffer
- func (terminal *Terminal) RedrawBuffer()
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
}
func NewTerminal ¶
func (Terminal) CurrentBuffer ¶
func (*Terminal) LoadPreviousBuffer ¶
func (terminal *Terminal) LoadPreviousBuffer()
func (Terminal) PreviousBuffer ¶
func (*Terminal) RedrawBuffer ¶
func (terminal *Terminal) RedrawBuffer()
Click to show internal directories.
Click to hide internal directories.